Re: [OpenIndiana-discuss] Building wx-3.1.1

2018-09-20 Thread Jason Martin
Was working on 3.1.1 for myself trying to get great build of codeblocks. Anjuta and mate-panel keeps coring after glib 2.57. Still working on tests and not 64 bit build yet. (64 builds OK but webkit 32 only) Tests need xclock installed. I post this if it helps anyone. include

Re: [OpenIndiana-discuss] Building wx-3.1.1

2018-09-20 Thread Aurélien Larcher
On Thu, Sep 20, 2018 at 8:49 PM russell wrote: > Hi, > > To build wx-3.1.1 on my system illumos-229852ddf2 using the default > compiler gcc version 6.4.0 (OpenIndiana 6.4.0-OI-3) > > To Build 64bit use > > /tmp/wxWidgets-3.1.1$ CC=gcc CFLAGS="-m64 -fpermissive" CXX=g++ > CXXFLAGS="-m64

[OpenIndiana-discuss] Building wx-3.1.1

2018-09-20 Thread russell
Hi, To build wx-3.1.1 on my system illumos-229852ddf2 using the default compiler gcc version 6.4.0 (OpenIndiana 6.4.0-OI-3) To Build 64bit use /tmp/wxWidgets-3.1.1$ CC=gcc CFLAGS="-m64 -fpermissive" CXX=g++ CXXFLAGS="-m64 -fpermissive" LDFLAGS="-m64" ./configure --prefix=/usr To build