[Mac OS10.4.9, wxMac 2.8.4] Think my installation might be screwy
John Ratliff
webmaster at technoplaza.net
Tue Jun 19 12:58:13 PDT 2007
David Goldsmith wrote:
> Hi! After installation, my wx/string.h and wx/setup.h are not in the
> same place:
>
> wx/string.h is in /usr/local/include/wx-2.8/
>
> whereas wx/setup.h is in
> /usr/local/lib/wx/include/mac-unicode-release-static-2.8/
>
> This isn't right, is it? What might I have done wrong in the install
> process?
>
> DG
This is as it's supposed to be. The setup.h file contains specific
settings for your configured platform, but string.h is always the same
no matter the configuration. It uses setup.h to determine the settings.
So, if you didn't have setup.h in a different place, you couldn't have
multiple wx configrations.
--John Ratliff
More information about the wx-users
mailing list