From: Frans S. <fra...@gm...> - 2009-10-26 09:37:25
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Francesco, You are right about this, I updated configure.ac Frans Francesco Montorsi wrote: > Hi Frans, > > Jasper Wallace ha scritto: >> compiling fails with loads of wx includes/references errors, i >> have 2.8 installed and that seems to be what configure.ac wants, >> but the web pages says it need wx2.9 - is that really true? > I think we should update configure.ac to require wx2.9 since now > wx2.9.0 has been officially released since some time... > > Francesco > > > > > Index: configure.ac > =================================================================== > --- configure.ac (revisione 750) +++ configure.ac > (copia locale) @@ -70,7 +70,7 @@ # # check for wxWidgets # > -WX_CONFIG_CHECK([2.8.0], [has_wxWin=1]) +WX_CONFIG_CHECK([2.9.0], > [has_wxWin=1]) if test "$has_wxWin" != 1; then AC_MSG_ERROR([ > wxWidgets must be installed on your system @@ -79,7 +79,7 @@ Please > check that wx-config is in path, the directory where wxWidgets > libraries are installed (returned by 'wx-config --libs' command) is > in LD_LIBRARY_PATH or - equivalent variable and wxWidgets > version is 2.8.0 or above. + equivalent variable and > wxWidgets version is 2.9.0 or above. ]) fi > > > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkrlbcAACgkQcY8HGIrVkF7ZiwCcDJrR6kq44IvM4IcWOK2P+y8h uUEAn3t/PMAroxgUML9H54CvX8UBvTOh =+mRO -----END PGP SIGNATURE----- |