Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
new wxWidget(wxSmith) project
killerbot:
are you saying linux builds have to use pch ?
Well my suse boxes are by default non pch, so for example even my linux CB builds are non pch.
I guess I could turn it on somewhere, but not for me, I'll stick to standard way ;-)
Now back to the real problem : linux : no wx_pch.h !!
But looking at the contents of wx/wxprec.h, I feel that's the header to include. If pch is turned on, it brings all those headers, if not pch it remains nearly empty no bringing any headers, so this behavior looks ok for me. Am I missing something ?
Biplab:
--- Quote from: byo on June 24, 2007, 11:27:06 pm ---For unix-based wizard there's "wxWidgets Library Settings" with two options:
- Use default wxWidgets configuration
- Use Advanced Options
In the first mode all extra options (including pch) are disabled. But "Create Empty Project" and "Create and use precompiled header (PCH)" should also be enabled since it should be possible to create both empty and pch-enabled project even when default wx settings are used.
--- End quote ---
It's a nice catch. This is a drawback of the present wizard. Thanks for pointing it. :)
I'll update this today.
--- Quote from: killerbot on June 25, 2007, 07:48:12 am ---are you saying linux builds have to use pch ?
--- End quote ---
No No, Byo's not meaning that. What he's saying is that the option to select PCH is turned off by default. And if you don't want to use Advanced settings to enable pch, then you may need to do it in that way. :)
Navigation
[0] Message Index
[*] Previous page
Go to full version