TS> Regardless of which compile variables I use, the compile fails.
...
TS> # configure --prefix=/usr/local/wxWidgets --with-gtk=1 --with-gtk-exec-
TS> prefix=/usr
First of all, you're posting to a wrong list: this one is for
non-technical discussions and is not very active. You should post questions
such as this one to wx-users.
Second, why do you use --with-gtk=1? GTK+ 1 is thoroughly obsolete
nowadays so unless you have some very specific reasons to use it, you
shouldn't use it.
TS> checking for gtk-config... (cached) /usr/bin/gtk-config
TS> checking for GTK - version >= 1.2.3... no
TS> *** Could not run GTK test program, checking why...
TS> *** The test program failed to compile or link. See the file
TS> config.log for the
TS> *** exact error that occured. This usually means GTK was incorrectly
TS> installed
TS> *** or that you have moved GTK since it was installed. In the latter
TS> case, you
TS> *** may want to edit the gtk-config script: /usr/bin/gtk-config
TS> configure: error:
TS> The development files for GTK+ were not found. For GTK+ 2, please
TS> ensure that pkg-config is in the path and that gtk+-2.0.pc is
TS> installed. For GTK+ 1.2 please check that gtk-config is in the path,
TS> and that the version is 1.2.3 or above. Also check that the
TS> libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
TS> --libs' are in the LD_LIBRARY_PATH or equivalent.
Third and finally I really have nothing to add to the wonderfully detailed
error message above. You should really follow its instructions.
Regards,
VZ