Adam H.Pendleton wrote:
> Attached is a patch to autoconf which makes the following changes:
>
Adam,
I still have problems. Configure will not set the include directory
${WX_HOME}/include, but will only take the `wx-config -cxxflags` output.
The library name convention looks like this:
libwx_gtk[2][u][d]_xxxx-${wx-version}
2 is for GTK 2.0, which we will need pretty soon
u is for unicode
d is for debug
Not all combinations are useful for us; we will either use GTK1.2
without unicode, of GTK2.0 with unicode.
Regards,
Andreas