Hi!! once again..
i have download the source code of truecrypt 6.1a and wxWidgets 2.8.9 .
I extract them and then i run :
make WX_ROOT=/home/g0d/Desktop/wxGTK-2.8.9 wxbuild
as the readme says.. it returns :
Code:
Configuring wxWidgets library...
Building wxWidgets library...
/home/g0d/Desktop/wxGTK-2.8.9/src/gtk/gsockgtk.cpp:134: warning: ‘wxDummyGsockVar’ defined but not used
bash-3.1#
after this i run :
make
and give this back to me:
Code:
Compiling Keyfile.cpp
In file included from Keyfile.cpp:10:
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:43:21: warning: pkcs11.h: No such file or directory
In file included from Keyfile.cpp:10:
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:56: error: ‘CK_SLOT_ID’ does not name a type
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:57: error: ‘CK_FLAGS’ does not name a type
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:77: error: ‘CK_OBJECT_HANDLE’ does not name a type
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:80: error: ‘CK_SLOT_ID’ does not name a type
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:86: error: expected `)' before ‘errorCode’
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:92: error: expected `)' before ‘errorCode’
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:106: error: ‘CK_RV’ does not name a type
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:109: error: ‘CK_RV’ does not name a type
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:160: error: ‘CK_SESSION_HANDLE’ does not name a type
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:181: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:183: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:186: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:194: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: ‘CK_OBJECT_HANDLE’ was not declared in this scope
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: template argument 1 is invalid
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: template argument 2 is invalid
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:195: error: ‘CK_ATTRIBUTE_TYPE’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:196: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:196: error: ‘CK_OBJECT_HANDLE’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:196: error: ‘CK_ATTRIBUTE_TYPE’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:197: error: ‘CK_SLOT_ID’ was not declared in this scope
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:197: error: template argument 1 is invalid
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:197: error: template argument 2 is invalid
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:198: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:199: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:200: error: ‘CK_SLOT_ID’ has not been declared
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:205: error: ‘CK_FUNCTION_LIST_PTR’ does not name a type
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:211: error: ‘CK_SLOT_ID’ was not declared in this scope
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:211: error: template argument 1 is invalid
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:211: error: template argument 3 is invalid
/home/g0d/Desktop/truecrypt-6.1a-source/Common/SecurityToken.h:211: error: template argument 4 is invalid
make[1]: *** [Keyfile.o] Error 1
make: *** [all] Error 2
I use slackware 12.1
Thanx in advance!!