--disable-gtktest not working when building wxWidgets 3.1.5

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
Ishtar
Experienced Solver
Experienced Solver
Posts: 78
Joined: Mon May 20, 2013 6:33 pm

--disable-gtktest not working when building wxWidgets 3.1.5

Post by Ishtar »

Hi

I am trying to build wxWidgets 3.1.5 with various cross-compilers on Linux. Previously, when doing this I have had to pass --disable-gtktest in order to stop the configure script failing because the test program was unable to use my custom gtk3. This has worked perfectly for all previous versions but not for 3.1.5.

My configure script is as follows:

Code: Select all

../configure --host=$BUILD_ARCH --with-gtk=3 --disable-gtktest --disable-shared --disable-debug
Running the configure script above still complains that it is unable to run the gtk test program. How can I disable the gtk test program on 3.1.5?

Many thanks
Amanda
stahta01
Ultimate wxWidgets Guru
Ultimate wxWidgets Guru
Posts: 548
Joined: Fri Nov 03, 2006 2:00 pm

Re: --disable-gtktest not working when building wxWidgets 3.1.5

Post by stahta01 »

Did you try "--disable-tests" configure option instead?

Note: I am just suggesting that as a possible work around till the real problem is found.
A quick glance at the configure file does not show me anything; but, I am far from being an wx expert.

Tim S.
Post Reply