So, I am trying to install TrueCrypt on my CentOS 5.1 64 bit box. I believe I have all the requirements listed in the Readme.txt:
"Requirements for Building TrueCrypt for Linux and Mac OS X:
-----------------------------------------------------------
- GNU Make
- GNU C++ Compiler 4.0 or compatible
- Apple XCode (Mac OS X only)
- pkg-config
- wxWidgets 2.8 library source code (available at
http://www.wxwidgets.org)
- FUSE library (available at
http://fuse.sourceforge.net and
http://code.google.com/p/macfuse)"
I get the following error:
Code:
[root@aria truecrypt-6.0a-source]# make WX_ROOT=/home/mythtv/wxGTK-2.8.8 wxbuild
Configuring wxWidgets library...
configure: error: Can't use --enable-std_string without std::wstring or std::bas
ic_string<wchar_t>
make: *** [wxbuild] Error 1
Any idea how I proceed?
Thanks!!