I can't seem to find the right version of setup.h that gets used when building with ../configure, make. What directory is it? There seems to be tons of variations but I change them and the changes aren't used. Help.
views:
43answers:
2
A:
In the directory you built wxWidgets in, in the following path:
lib/wx/include/$CONFIGURE_SETTINGS/wx/setup.h
RyanWilcox
2010-03-08 04:46:16
I want the setup file that is read to create the build not the setup that is created after.
fd23
2010-03-08 06:19:16
Like passing --disable-choicedlg into ./configure ?
RyanWilcox
2010-03-08 17:44:11
A:
You shouldn't be changing setup.h
at all when using configure. Instead, rerun configure with the appropriate --enable-xxx
options.
FWIW the previous answer by RyanWilcox does give the correct location of the file used but, once again, do not modify it directly.
VZ
2010-03-08 23:30:24