|
From: Francesco M. <f18...@ya...> - 2009-10-25 13:15:11
|
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
--
|