I thought I'd try again under Fedora 11 to build TrueCrypt (I've never successfully gotten this built) and am still running into issues.
I'm getting the following errors in the middle of the build:
1) Warning: No config found to match: /usr/local/bin/wx-config --unicode --cxxflags
in /usr/local/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.
Then a little later,
Precompiling SystemPrecompiled.h
SystemPrecompiled.h:9:19: warning: wx/wx.h: No such file or directory
SystemPrecompiled.h:10:25: warning: wx/filename.h: No such file or directory
SystemPrecompiled.h:11:24: warning: wx/mstream.h: No such file or directory
SystemPrecompiled.h:12:25: warning: wx/snglinst.h: No such file or directory
SystemPrecompiled.h:13:24: warning: wx/txtstrm.h: No such file or directory
.... etc, etc,
I tried removing the --unicode argument in the Makefile but then I just got a bunch of compilation errors where an operator= member function couldn't be found.
Suggestions would be gratefully appreciated.
David