aMule Forum

English => Compilation problems => Topic started by: Stu Redman on January 01, 2012, 01:33:53 PM

Title: wx DEBUG detection fails with wx 2.9
Post by: Stu Redman on January 01, 2012, 01:33:53 PM
Code: [Select]
  $ ../wxWidgets-2.9.3/configure --prefix=/home/martin/amule/wx29/inst --without-libtiff --without-subdirs --with-GTK --enable-debug --disable-optimize

../trunkAsio/configure --prefix=/home/martin/amule/bin --enable-amule-daemon --enable-geoip --disable-upnp --with-wxdir=/home/martin/amule/wx29/bdeb --with-denoise-level=3 --enable-debug

checking for wx-config... /home/martin/amule/wx29/bdeb/wx-config
checking for wxWidgets version >= 2.8.12 (--unicode=yes)... yes (version 2.9.3)
checking if wxWidgets was built in DEBUG mode... no
checking if wxWidgets was built in STATIC mode... no
checking which wxWidgets toolkit was selected... gtk2

DEBUG mode... no? Does this have some influence or is it just a glitch?
Title: Re: wx DEBUG detection fails with wx 2.9
Post by: GonoszTopi on January 01, 2012, 02:29:37 PM
It is just a glitch. The final report will wrongly say that you're using a release build, but it doesn't influence compilation in any way.

I guess m4/wxwin.m4 should be updated...