build erlang otp 22.2 but can't used observer
alex@REDACTED
alex@REDACTED
Fri Jan 10 15:30:08 CET 2020
If you ran "configure" for wxWidgets as your Ref indicates (with
--disable-share), you didn't compile the shared libraries for Erlang to
use. You need the "--enable-shared" flag instead and place all the
variables right in front of the "configure" command.
Cheers,
Alex
On 1/9/20 11:18 PM, Rareman S wrote:
> Hi Alex
> Thanks for help. Kerl/asdf need to connected to the internet right? I
> cannot direct connect to the internet for some reason. Current I did
> fixed some here below.
>
> checking for wx/stc/stc.h... yes
> checking if we can link wxwidgets programs... no
>
> Above if see previous mail "wx/stc/stc.h... no " i changed gcc from
> 4.8 to 4.5. how to link wxwidgets programs?
>
> **Ref
> ./configure CC=/usr/gcc/4.5/bin/gcc CXX=/usr/gcc/4.5/bin/g++
> CFLAGS=-fPIC CXXFLAGS=-fPIC --with-opengl --enable-unicode
> --enable-graphics_ctx --enable-gnomeprint --disable-shared
> --disable-optimise
>
> ในวันที่ ส. 4 ม.ค. 2020 เวลา 14:28 alex@REDACTED
> <mailto:alex@REDACTED> <alex@REDACTED <mailto:alex@REDACTED>>
> เขียนว่า:
>
> BTW, I should've mentioned also to try using a solution like kerl
> (https://github.com/kerl/kerl) or maybe asdf
> (https://github.com/asdf-vm/asdf). That might be of help!
>
> Cheers,
> Alex
>
> On 1/3/20 5:26 PM, alex@REDACTED <mailto:alex@REDACTED> wrote:
>> Something to point out is that wxWidgets (wx) version 3.1.3 is a
>> development version and in overall you want to stick with stable
>> version 3.0.4. Don't remember if Erlang has an issue with 3.1.3,
>> but I know I've run into problems with other software that
>> depends on wx. Once you compile wx and install it as root (if
>> you didn't use a --prefix location, it should install under
>> /usr/local). Thus, wx-config should default to /usr/local/bin.
>> Now, it's up to your system config to have those paths
>> available. You can run ldconfig from the console/terminal you're
>> using for this process or simply reboot to make sure the
>> libraries are made available. Note again that you might need to
>> use /etc/ld.so.conf to make /usr/local/{lib, lib64} available for
>> dynamic linking. From there on, just configure the Erlang as
>> stated. Note that the github version of Erlang doesn't bring a
>> configure file with it. You need to run "otp_build autoconf"
>> from its base directory first.
>>
>> Cheers,
>> Alex
>>
>> On 1/2/20 5:04 AM, Rareman S wrote:
>>> Hi,
>>>
>>>
>>> here build wxWidgets-3.1.3 successful I give some output (full
>>> in attached) and/or configure options below also i tried build
>>> simple configure option still can't used wx on otp22.2. On
>>> solaris didn't have ldconfig or ld.so.conf
>>> Question
>>> How to put/integrate new wx3.1.3 into otp22? (i just create new
>>> symbolic link remove the old)
>>>
>>> REF
>>> ./configure --with-opengl --with-gtk=3 --enable-stc
>>> --enable-webview --enable-shared --enable-compat28
>>> wx-config --version
>>> 3.1.3
>>> wx-config --list
>>>
>>> Default config is gtk3-unicode-3.1
>>>
>>> Default config in /export/home/itmxadm/WX/wxWidgets-3.1.3 will
>>> be used for output
>>>
>>> Alternate matches:
>>> gtk2-ansi-3.1
>>> gtk2-unicode-3.1
>>> wx-config --libs
>>> -L/export/home/itmxadm/WX/wxWidgets-3.1.3/lib -pthreads
>>> -Wl,-rpath,/export/home/itmxadm/WX/wxWidgets-3.1.3/lib
>>> -lwx_gtk3u_xrc-3.1 -lwx_gtk3u_html-3.1 -lwx_gtk3u_qa-3.1
>>> -lwx_gtk3u_core-3.1 -lwx_baseu_xml-3.1 -lwx_baseu_net-3.1
>>> -lwx_baseu-3.1
>>>
>>> /export/home/itmxadm/WX/wxWidgets-3.1.3/bk-deps g++ -c -o
>>> richtextdll_richtextstyledlg.o -D__WXGTK__ -DWXBUILDING
>>> -I./src/regex -DWXUSINGDLL -DWXMAKINGDLL_RICHTEXT -fPIC
>>> -DPIC -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy
>>> -Woverloaded-virtual -Wno-deprecated-declarations
>>> -D_FILE_OFFSET_BITS=64
>>> -I/export/home/itmxadm/WX/wxWidgets-3.1.3/lib/wx/include/gtk3-unicode-3.1
>>> -I./include -D_REENTRANT -D_PTHREADS -D_POSIX_PTHREAD_SEMANTICS
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
>>> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14 -isystem
>>> /usr/openwin/include -I/usr/openwin/include -pthreads
>>> -D_REENTRANT -O2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/freetype2 -I/usr/include/pango-1.0
>>> -I/usr/include/harfbuzz -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -D_REENTRANT
>>> -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_PTHREADS
>>> -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/gtk-3.0/unix-print
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14
>>> -fvisibility=hidden -fvisibility-inlines-hidden
>>> ./src/richtext/richtextstyledlg.cpp
>>> /export/home/itmxadm/WX/wxWidgets-3.1.3/bk-deps g++ -c -o
>>> richtextdll_richtextstyles.o -D__WXGTK__ -DWXBUILDING
>>> -I./src/regex -DWXUSINGDLL -DWXMAKINGDLL_RICHTEXT -fPIC -DPIC
>>> -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy
>>> -Woverloaded-virtual -Wno-deprecated-declarations
>>> -D_FILE_OFFSET_BITS=64
>>> -I/export/home/itmxadm/WX/wxWidgets-3.1.3/lib/wx/include/gtk3-unicode-3.1
>>> -I./include -D_REENTRANT -D_PTHREADS -D_POSIX_PTHREAD_SEMANTICS
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
>>> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14 -isystem
>>> /usr/openwin/include -I/usr/openwin/include -pthreads
>>> -D_REENTRANT -O2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/freetype2 -I/usr/include/pango-1.0
>>> -I/usr/include/harfbuzz -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -D_REENTRANT
>>> -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_PTHREADS
>>> -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/gtk-3.0/unix-print
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14
>>> -fvisibility=hidden -fvisibility-inlines-hidden
>>> ./src/richtext/richtextstyles.cpp
>>> /export/home/itmxadm/WX/wxWidgets-3.1.3/bk-deps g++ -c -o
>>> richtextdll_richtextsymboldlg.o -D__WXGTK__ -DWXBUILDING
>>> -I./src/regex -DWXUSINGDLL -DWXMAKINGDLL_RICHTEXT -fPIC -DPIC
>>> -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy
>>> -Woverloaded-virtual -Wno-deprecated-declarations
>>> -D_FILE_OFFSET_BITS=64
>>> -I/export/home/itmxadm/WX/wxWidgets-3.1.3/lib/wx/include/gtk3-unicode-3.1
>>> -I./include -D_REENTRANT -D_PTHREADS -D_POSIX_PTHREAD_SEMANTICS
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
>>> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14 -isystem
>>> /usr/openwin/include -I/usr/openwin/include -pthreads
>>> -D_REENTRANT -O2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/freetype2 -I/usr/include/pango-1.0
>>> -I/usr/include/harfbuzz -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -D_REENTRANT
>>> -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_PTHREADS
>>> -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/gtk-3.0/unix-print
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14
>>> -fvisibility=hidden -fvisibility-inlines-hidden
>>> ./src/richtext/richtextsymboldlg.cpp
>>> /export/home/itmxadm/WX/wxWidgets-3.1.3/bk-deps g++ -c -o
>>> richtextdll_richtextxml.o -D__WXGTK__ -DWXBUILDING
>>> -I./src/regex -DWXUSINGDLL -DWXMAKINGDLL_RICHTEXT -fPIC -DPIC
>>> -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy
>>> -Woverloaded-virtual -Wno-deprecated-declarations
>>> -D_FILE_OFFSET_BITS=64
>>> -I/export/home/itmxadm/WX/wxWidgets-3.1.3/lib/wx/include/gtk3-unicode-3.1
>>> -I./include -D_REENTRANT -D_PTHREADS -D_POSIX_PTHREAD_SEMANTICS
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
>>> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14 -isystem
>>> /usr/openwin/include -I/usr/openwin/include -pthreads
>>> -D_REENTRANT -O2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/freetype2 -I/usr/include/pango-1.0
>>> -I/usr/include/harfbuzz -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -D_REENTRANT
>>> -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_PTHREADS
>>> -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/gtk-3.0/unix-print
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14
>>> -fvisibility=hidden -fvisibility-inlines-hidden
>>> ./src/richtext/richtextxml.cpp
>>> /export/home/itmxadm/WX/wxWidgets-3.1.3/bk-deps g++ -c -o
>>> richtextdll_xh_richtext.o -D__WXGTK__ -DWXBUILDING
>>> -I./src/regex -DWXUSINGDLL -DWXMAKINGDLL_RICHTEXT -fPIC -DPIC
>>> -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy
>>> -Woverloaded-virtual -Wno-deprecated-declarations
>>> -D_FILE_OFFSET_BITS=64
>>> -I/export/home/itmxadm/WX/wxWidgets-3.1.3/lib/wx/include/gtk3-unicode-3.1
>>> -I./include -D_REENTRANT -D_PTHREADS -D_POSIX_PTHREAD_SEMANTICS
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
>>> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14 -isystem
>>> /usr/openwin/include -I/usr/openwin/include -pthreads
>>> -D_REENTRANT -O2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/freetype2 -I/usr/include/pango-1.0
>>> -I/usr/include/harfbuzz -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -D_REENTRANT
>>> -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_PTHREADS
>>> -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/gtk-3.0/unix-print
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14
>>> -fvisibility=hidden -fvisibility-inlines-hidden
>>> ./src/xrc/xh_richtext.cpp
>>> g++ -shared -fPIC -o
>>> /export/home/itmxadm/WX/wxWidgets-3.1.3/lib/libwx_gtk3u_richtext-3.1.so.3
>>> richtextdll_richtextbuffer.o richtextdll_richtextctrl.o
>>> richtextdll_richtextformatdlg.o richtextdll_richtexthtml.o
>>> richtextdll_richtextimagedlg.o richtextdll_richtextprint.o
>>> richtextdll_richtextstyledlg.o richtextdll_richtextstyles.o
>>> richtextdll_richtextsymboldlg.o richtextdll_richtextxml.o
>>> richtextdll_xh_richtext.o
>>> -L/export/home/itmxadm/WX/wxWidgets-3.1.3/lib
>>> -L/export/home/itmxadm/WX/wxWidgets-3.1.3/lib
>>> -L/export/home/itmxadm/WX/wxWidgets-3.1.3/lib
>>> -L/export/home/itmxadm/WX/wxWidgets-3.1.3/lib
>>> -L/export/home/itmxadm/WX/wxWidgets-3.1.3/lib -h
>>> libwx_gtk3u_richtext-3.1.so.3 -pthreads -lgtk-3 -lgdk-3
>>> -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0
>>> -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lgthread-2.0
>>> -lpthread -lglib-2.0 -lX11 -lXxf86vm -lSM -lgtk-3 -lgdk-3
>>> -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0
>>> -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0
>>> -lXtst -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lgobject-2.0
>>> -lglib-2.0 -lfreetype -lpng -lz -ljpeg -ltiff -llzma
>>> -lwxregexu-3.1 -pthreads -lz -lnsl -lsocket -llzma -lm
>>> -lwx_gtk3u_html-3.1 -lwx_baseu_xml-3.1 -lwx_gtk3u_core-3.1
>>> -lwx_baseu-3.1 -lz -lnsl -lsocket -llzma -lm
>>> (cd /export/home/itmxadm/WX/wxWidgets-3.1.3/lib/; rm -f
>>> libwx_gtk3u_richtext-3.1.so
>>> <http://libwx_gtk3u_richtext-3.1.so>; ln -s
>>> libwx_gtk3u_richtext-3.1.so.3 libwx_gtk3u_richtext-3.1.so
>>> <http://libwx_gtk3u_richtext-3.1.so>)
>>> /export/home/itmxadm/WX/wxWidgets-3.1.3/bk-deps g++ -c -o
>>> stcdll_stc.o -D__WXGTK__ -DWXBUILDING -I./src/regex
>>> -I./src/stc/scintilla/include -I./src/stc/scintilla/lexlib
>>> -I./src/stc/scintilla/src -D__WX__ -DSCI_LEXER -DNO_CXX11_REGEX
>>> -DLINK_LEXERS -DWXUSINGDLL -DWXMAKINGDLL_STC -fPIC -DPIC -Wall
>>> -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy
>>> -Woverloaded-virtual -Wno-deprecated-declarations
>>> -D_FILE_OFFSET_BITS=64
>>> -I/export/home/itmxadm/WX/wxWidgets-3.1.3/lib/wx/include/gtk3-unicode-3.1
>>> -I./include -D_REENTRANT -D_PTHREADS -D_POSIX_PTHREAD_SEMANTICS
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
>>> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14 -isystem
>>> /usr/openwin/include -I/usr/openwin/include -pthreads
>>> -D_REENTRANT -O2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/freetype2 -I/usr/include/pango-1.0
>>> -I/usr/include/harfbuzz -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -D_REENTRANT
>>> -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_PTHREADS
>>> -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/gtk-3.0/unix-print
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14
>>> -fvisibility=hidden -fvisibility-inlines-hidden ./src/stc/stc.cpp
>>> /export/home/itmxadm/WX/wxWidgets-3.1.3/bk-deps g++ -c -o
>>> stcdll_PlatWX.o -D__WXGTK__ -DWXBUILDING
>>> -I./src/regex -I./src/stc/scintilla/include
>>> -I./src/stc/scintilla/lexlib -I./src/stc/scintilla/src -D__WX__
>>> -DSCI_LEXER -DNO_CXX11_REGEX -DLINK_LEXERS -DWXUSINGDLL
>>> -DWXMAKINGDLL_STC -fPIC -DPIC -Wall -Wundef -Wunused-parameter
>>> -Wno-ctor-dtor-privacy -Woverloaded-virtual
>>> -Wno-deprecated-declarations -D_FILE_OFFSET_BITS=64
>>> -I/export/home/itmxadm/WX/wxWidgets-3.1.3/lib/wx/include/gtk3-unicode-3.1
>>> -I./include -D_REENTRANT -D_PTHREADS -D_POSIX_PTHREAD_SEMANTICS
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
>>> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14 -isystem
>>> /usr/openwin/include -I/usr/openwin/include -pthreads
>>> -D_REENTRANT -O2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/freetype2 -I/usr/include/pango-1.0
>>> -I/usr/include/harfbuzz -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -D_REENTRANT
>>> -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_PTHREADS
>>> -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/gtk-3.0/unix-print
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14
>>> -fvisibility=hidden -fvisibility-inlines-hidden ./src/stc/PlatWX.cpp
>>> /export/home/itmxadm/WX/wxWidgets-3.1.3/bk-deps g++ -c -o
>>> stcdll_ScintillaWX.o -D__WXGTK__ -DWXBUILDING
>>> -I./src/regex -I./src/stc/scintilla/include
>>> -I./src/stc/scintilla/lexlib -I./src/stc/scintilla/src -D__WX__
>>> -DSCI_LEXER -DNO_CXX11_REGEX -DLINK_LEXERS -DWXUSINGDLL
>>> -DWXMAKINGDLL_STC -fPIC -DPIC -Wall -Wundef -Wunused-parameter
>>> -Wno-ctor-dtor-privacy -Woverloaded-virtual
>>> -Wno-deprecated-declarations -D_FILE_OFFSET_BITS=64
>>> -I/export/home/itmxadm/WX/wxWidgets-3.1.3/lib/wx/include/gtk3-unicode-3.1
>>> -I./include -D_REENTRANT -D_PTHREADS -D_POSIX_PTHREAD_SEMANTICS
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
>>> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14 -isystem
>>> /usr/openwin/include -I/usr/openwin/include -pthreads
>>> -D_REENTRANT -O2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/freetype2 -I/usr/include/pango-1.0
>>> -I/usr/include/harfbuzz -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -D_REENTRANT
>>> -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_PTHREADS
>>> -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/gtk-3.0/unix-print
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14
>>> -fvisibility=hidden -fvisibility-inlines-hidden
>>> ./src/stc/ScintillaWX.cpp
>>> g++ -shared -fPIC -o
>>> /export/home/itmxadm/WX/wxWidgets-3.1.3/lib/libwx_gtk3u_stc-3.1.so.3
>>> stcdll_stc.o stcdll_PlatWX.o stcdll_ScintillaWX.o
>>> -L/export/home/itmxadm/WX/wxWidgets-3.1.3/lib
>>> -L/export/home/itmxadm/WX/wxWidgets-3.1.3/lib
>>> -L/export/home/itmxadm/WX/wxWidgets-3.1.3/lib
>>> -L/export/home/itmxadm/WX/wxWidgets-3.1.3/lib -h
>>> libwx_gtk3u_stc-3.1.so.3 -pthreads -lgtk-3 -lgdk-3
>>> -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0
>>> -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lgthread-2.0
>>> -lpthread -lglib-2.0 -lX11 -lXxf86vm -lSM -lgtk-3 -lgdk-3
>>> -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0
>>> -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0
>>> -lXtst -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lgobject-2.0
>>> -lglib-2.0 -lfreetype -lpng -lz -ljpeg -ltiff -llzma
>>> -lwxregexu-3.1 -pthreads -lz -lnsl -lsocket -llzma -lm
>>> -lwxscintilla-3.1 -lwx_gtk3u_core-3.1 -lwx_baseu-3.1 -lz -lnsl
>>> -lsocket -llzma -lm
>>> (cd /export/home/itmxadm/WX/wxWidgets-3.1.3/lib/; rm -f
>>> libwx_gtk3u_stc-3.1.so <http://libwx_gtk3u_stc-3.1.so>; ln -s
>>> libwx_gtk3u_stc-3.1.so.3 libwx_gtk3u_stc-3.1.so
>>> <http://libwx_gtk3u_stc-3.1.so>)
>>> /export/home/itmxadm/WX/wxWidgets-3.1.3/bk-deps g++ -c -o
>>> gldll_glcmn.o -D__WXGTK__ -DWXBUILDING -I./src/regex
>>> -DWXUSINGDLL -DWXMAKINGDLL_GL -fPIC -DPIC -Wall -Wundef
>>> -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual
>>> -Wno-deprecated-declarations -D_FILE_OFFSET_BITS=64
>>> -I/export/home/itmxadm/WX/wxWidgets-3.1.3/lib/wx/include/gtk3-unicode-3.1
>>> -I./include -D_REENTRANT -D_PTHREADS -D_POSIX_PTHREAD_SEMANTICS
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
>>> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14 -isystem
>>> /usr/openwin/include -I/usr/openwin/include -pthreads
>>> -D_REENTRANT -O2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/freetype2 -I/usr/include/pango-1.0
>>> -I/usr/include/harfbuzz -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -D_REENTRANT
>>> -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_PTHREADS
>>> -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/gtk-3.0/unix-print
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14
>>> -fvisibility=hidden -fvisibility-inlines-hidden
>>> ./src/common/glcmn.cpp
>>> /export/home/itmxadm/WX/wxWidgets-3.1.3/bk-deps g++ -c -o
>>> gldll_glx11.o -D__WXGTK__ -DWXBUILDING -I./src/regex
>>> -DWXUSINGDLL -DWXMAKINGDLL_GL -fPIC -DPIC -Wall -Wundef
>>> -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual
>>> -Wno-deprecated-declarations -D_FILE_OFFSET_BITS=64
>>> -I/export/home/itmxadm/WX/wxWidgets-3.1.3/lib/wx/include/gtk3-unicode-3.1
>>> -I./include -D_REENTRANT -D_PTHREADS -D_POSIX_PTHREAD_SEMANTICS
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
>>> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14 -isystem
>>> /usr/openwin/include -I/usr/openwin/include -pthreads
>>> -D_REENTRANT -O2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/freetype2 -I/usr/include/pango-1.0
>>> -I/usr/include/harfbuzz -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -D_REENTRANT
>>> -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_PTHREADS
>>> -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/gtk-3.0/unix-print
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14
>>> -fvisibility=hidden -fvisibility-inlines-hidden ./src/unix/glx11.cpp
>>> /export/home/itmxadm/WX/wxWidgets-3.1.3/bk-deps g++ -c -o
>>> gldll_gtk_glcanvas.o -D__WXGTK__ -DWXBUILDING
>>> -I./src/regex -DWXUSINGDLL -DWXMAKINGDLL_GL -fPIC -DPIC -Wall
>>> -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy
>>> -Woverloaded-virtual -Wno-deprecated-declarations
>>> -D_FILE_OFFSET_BITS=64
>>> -I/export/home/itmxadm/WX/wxWidgets-3.1.3/lib/wx/include/gtk3-unicode-3.1
>>> -I./include -D_REENTRANT -D_PTHREADS -D_POSIX_PTHREAD_SEMANTICS
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo
>>> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14 -isystem
>>> /usr/openwin/include -I/usr/openwin/include -pthreads
>>> -D_REENTRANT -O2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/freetype2 -I/usr/include/pango-1.0
>>> -I/usr/include/harfbuzz -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -D_REENTRANT
>>> -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_PTHREADS
>>> -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/gtk-3.0/unix-print
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14
>>> -fvisibility=hidden -fvisibility-inlines-hidden
>>> ./src/gtk/glcanvas.cpp
>>> g++ -shared -fPIC -o
>>> /export/home/itmxadm/WX/wxWidgets-3.1.3/lib/libwx_gtk3u_gl-3.1.so.3
>>> gldll_glcmn.o gldll_glx11.o gldll_gtk_glcanvas.o
>>> -L/export/home/itmxadm/WX/wxWidgets-3.1.3/lib -h
>>> libwx_gtk3u_gl-3.1.so.3 -pthreads -lgtk-3 -lgdk-3
>>> -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0
>>> -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lgthread-2.0
>>> -lpthread -lglib-2.0 -lX11 -lXxf86vm -lSM -lgtk-3 -lgdk-3
>>> -latk-1.0 -lgio-2.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0
>>> -lcairo-gobject -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0
>>> -lXtst -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lgobject-2.0
>>> -lglib-2.0 -lfreetype -lpng -lz -ljpeg -ltiff -llzma
>>> -lwxregexu-3.1 -pthreads -lz -lnsl -lsocket -llzma -lm
>>> -lwx_gtk3u_core-3.1 -lwx_baseu-3.1 -lGL -lGLU -lz -lnsl
>>> -lsocket -llzma -lm
>>> (cd /export/home/itmxadm/WX/wxWidgets-3.1.3/lib/; rm -f
>>> libwx_gtk3u_gl-3.1.so <http://libwx_gtk3u_gl-3.1.so>; ln -s
>>> libwx_gtk3u_gl-3.1.so.3 libwx_gtk3u_gl-3.1.so
>>> <http://libwx_gtk3u_gl-3.1.so>)
>>> (if test -f utils/wxrc/Makefile ; then cd utils/wxrc &&
>>> /usr/bin/gmake all ; fi)
>>> gmake[1]: Entering directory
>>> `/export/home/itmxadm/WX/wxWidgets-3.1.3/utils/wxrc'
>>> /export/home/itmxadm/WX/wxWidgets-3.1.3/bk-deps g++ -c -o
>>> wxrc_wxrc.o -D__WXGTK__ -I. -DWXUSINGDLL -DwxUSE_GUI=0
>>> -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy
>>> -Woverloaded-virtual -Wno-deprecated-declarations
>>> -D_FILE_OFFSET_BITS=64
>>> -I/export/home/itmxadm/WX/wxWidgets-3.1.3/lib/wx/include/gtk3-unicode-3.1
>>> -I../../include -D_REENTRANT -D_PTHREADS
>>> -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/gtk-3.0
>>> -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0
>>> -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/
>>> -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
>>> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
>>> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0
>>> -I/usr/lib/dbus-1.0/include -I/usr/include/harfbuzz
>>> -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14 -isystem
>>> /usr/openwin/include -I/usr/openwin/include -pthreads
>>> -D_REENTRANT -O2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/freetype2 -I/usr/include/pango-1.0
>>> -I/usr/include/harfbuzz -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -D_REENTRANT
>>> -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_PTHREADS
>>> -D_POSIX_PTHREAD_SEMANTICS -I/usr/include/gtk-3.0/unix-print
>>> -I/usr/include/gtk-3.0 -I/usr/include/atk-1.0
>>> -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
>>> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/pango-1.0
>>> -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0
>>> -I/usr/lib/glib-2.0/include -I/usr/include/at-spi-2.0
>>> -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include
>>> -I/usr/include/harfbuzz -I/usr/include/freetype2
>>> -I/scratch/Xbuild/s11.3-sru/x-s11.3-sru-sparc/proto/root_sparc/usr/include/freetype2
>>> -I/usr/include/pixman-1 -I/usr/include/libpng14
>>> -fvisibility=hidden -fvisibility-inlines-hidden ./wxrc.cpp
>>> g++ -o wxrc wxrc_wxrc.o
>>> -L/export/home/itmxadm/WX/wxWidgets-3.1.3/lib -pthreads
>>> -lwx_baseu_xml-3.1 -lexpat -lwx_baseu-3.1 -lwxregexu-3.1
>>> -pthreads -lz -lnsl -lsocket -llzma -lm -lz -lnsl -lsocket
>>> -llzma -lm
>>> gmake[1]: Leaving directory
>>> `/export/home/itmxadm/WX/wxWidgets-3.1.3/utils/wxrc'
>>>
>>>
>>>
>>> ในวันที่ อ. 31 ธ.ค. 2019 เวลา 04:33 alex@REDACTED
>>> <mailto:alex@REDACTED> <alex@REDACTED
>>> <mailto:alex@REDACTED>> เขียนว่า:
>>>
>>> Oops, disregard the $wk, $stl and $st variable calls.
>>> Sorry, but I'm half awake, half sleep. Actually "st" is for
>>> enabling shared library, which is needed. See below...
>>>
>>> On 12/30/19 4:24 PM, alex@REDACTED
>>> <mailto:alex@REDACTED> wrote:
>>>> Yeah, looks like it cannot find the wx shared libraries.
>>>> Verify the location of the wx files. You might need to
>>>> configure /etc/ld.so.conf to identify where they are
>>>> located. For reference, I personally compile wxWidgets
>>>> from scratch with GTK3 and Mesa already installed with...
>>>>
>>>> export CFLAGS="-O3 -fPIC -march=native -pipe"
>>>> export CXXFLAGS="$CFLAGS"
>>>>
>>>> CFLAGS CXXFLAGS ./configure \
>>>> --prefix=/usr \
>>>> --libdir=/usr/lib64 \
>>>> --sysconfdir=/etc \
>>>> --enable-mediactrl \
>>>> --with-opengl \
>>>> --enable-graphics_ctx \
>>>> --with-gtk=3 \
>>>> --enable-unicode \
>>>> --enable-compat28 \
>>>> --enable-plugins \
>>>> --enable-stc \
>>>> --enable-webview \
>>> --enable-shared
>>>>
>>>> BTW, the configuration I use to compile Erlang is...
>>>>
>>>> CFLAGS ./configure \
>>>> --prefix=/usr \
>>>> --libdir=/usr/lib64 \
>>>> --without-odbc \
>>>> --without-megaco \
>>>> --enable-threads \
>>>> --enable-dirty-schedulers \
>>>> --enable-smp-support \
>>>> --enable-hipe
>>>>
>>>> ...follow by make and make install. These are part of
>>>> bigger scripts I use to make packages for my Linux distro,
>>>> but this is practically it.
>>>>
>>>> Cheers,
>>>> Alex
>>>>
>>>> On 12/30/19 11:48 AM, Mikael Pettersson wrote:
>>>>> On Mon, Dec 30, 2019 at 4:48 PM Rareman S<chalor99@REDACTED> <mailto:chalor99@REDACTED> wrote:
>>>>>> Hi,
>>>>>>
>>>>>> Here is my pre-build with erlang OTP22.2.
>>>>> ...
>>>>>> === Running configure in /export/home/itmxadm/otp-OTP-22.2/lib/wx ===
>>>>> ...
>>>>>> checking if we can link wxwidgets programs... no
>>>>>> configure: creating sparc-sun-solaris2.11/config.status
>>>>>> config.status: creatingconfig.mk <http://config.mk>
>>>>>> config.status: creating c_src/Makefile
>>>>>> configure: WARNING: Can not find wx/stc/stc.h -Wall -fPIC -O -Wno-deprecated-declarations -fomit-frame-pointer -fno-strict-aliasing -D_GNU_SOURCE -D_THREAD_SAFE -D_REENTRANT -I/export/home/itmxadm/WX/wxWidgets-3.1.3/build_x11/lib/wx/include/x11univ-unicode-3.1 -I/export/home/itmxadm/WX/wxWidgets-3.1.3/include -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXUNIVERSAL__ -D__WXX11__ -pthreads -D_REENTRANT
>>>>>> configure: WARNING: Can not link wx program are all developer packages installed?
>>>>> ...
>>>>>> wx : wxWidgets don't have gl support, wx will NOT be useable
>>>>>> wxWidgets don't have wxStyledTextControl (stc.h), wx will NOT be useable
>>>>>> Can not link the wx driver, wx will NOT be useable
>>>>> ...
>>>>>> ./configure CC=${IDE_CC} CXX=${IDE_CXX} CFLAGS="-O" CXXFLAGS=-g --enable-compat28 --prefix=/usr/local. Above config above after build successful can't used wx.
>>>>> Given the wx-related warnings above, it's not surprising that wx
>>>>> doesn't work for you. You'll need to inspect the config.log file for
>>>>> lib/wx/ so see what the errors were, but off-hand it looks like an
>>>>> incomplete wxWidgets installation.
>>>>>
>>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20200110/da630686/attachment.htm>
More information about the erlang-questions
mailing list