Has anyone built and installed truecrypt 6.1a on CentOS 5.3. When I build it it keeps failing here:
Compiling EncryptionOptionsWizardPage.cpp Forms/EncryptionOptionsWizardPage.cpp: In member function ‘TrueCrypt::SharedPtrTrueCrypt::EncryptionAlgorithm TrueCrypt::EncryptionOptionsWizardPage::GetEncryptionAlgorithm() const’: Forms/EncryptionOptionsWizardPage.cpp:45: error: no matching function for call to ‘TrueCrypt::GraphicUserInterface::GetSelectedData(wxChoice* const&)’
I realize that this is likely a problem with truecrypt or me but I am interested to know if anyone here has built it.
thanks
A little birdy told me that Roger Wells said:
] Has anyone built and installed truecrypt 6.1a on CentOS 5.3. When I ] build it it keeps failing here: ] ] Compiling EncryptionOptionsWizardPage.cpp ] Forms/EncryptionOptionsWizardPage.cpp: In member function ] ?TrueCrypt::SharedPtrTrueCrypt::EncryptionAlgorithm ] TrueCrypt::EncryptionOptionsWizardPage::GetEncryptionAlgorithm() const?: ] Forms/EncryptionOptionsWizardPage.cpp:45: error: no matching function ] for call to ?TrueCrypt::GraphicUserInterface::GetSelectedData(wxChoice* ] const&)? ] ] I realize that this is likely a problem with truecrypt or me but I am ] interested to know if anyone here has built it.
yes. i did, and don't remember encountering any problems at all. i can say, you need to make sure to download the appropriate pkcs-11 headers (they tell you where to get them in documentation included with the source code).
B. Karhan simon@pop.psu.edu PRI/SSRI Unix Administrator
Benjamin Karhan wrote:
A little birdy told me that Roger Wells said:
] Has anyone built and installed truecrypt 6.1a on CentOS 5.3. When I ] build it it keeps failing here: ] ] Compiling EncryptionOptionsWizardPage.cpp ] Forms/EncryptionOptionsWizardPage.cpp: In member function ] ?TrueCrypt::SharedPtrTrueCrypt::EncryptionAlgorithm ] TrueCrypt::EncryptionOptionsWizardPage::GetEncryptionAlgorithm() const?: ] Forms/EncryptionOptionsWizardPage.cpp:45: error: no matching function ] for call to ?TrueCrypt::GraphicUserInterface::GetSelectedData(wxChoice* ] const&)? ] ] I realize that this is likely a problem with truecrypt or me but I am ] interested to know if anyone here has built it.
yes. i did, and don't remember encountering any problems at all. i can say, you need to make sure to download the appropriate pkcs-11 headers (they tell you where to get them in documentation included with the source code).
thanks. I think I got the pkcs stuff ok and the build cruised right through where they are needed (it is pretty obvious when it cant find them). In any case the failure occurs in a file that doesn't include or apparently need pkcs11.h.
roger wells
B. Karhan simon@pop.psu.edu PRI/SSRI Unix Administrator _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
A little birdy told me that Roger Wells said:
] Has anyone built and installed truecrypt 6.1a on CentOS 5.3. When I ] build it it keeps failing here: ] ] Compiling EncryptionOptionsWizardPage.cpp ] Forms/EncryptionOptionsWizardPage.cpp: In member function ] ?TrueCrypt::SharedPtrTrueCrypt::EncryptionAlgorithm ] TrueCrypt::EncryptionOptionsWizardPage::GetEncryptionAlgorithm() const?: ] Forms/EncryptionOptionsWizardPage.cpp:45: error: no matching function ] for call to ?TrueCrypt::GraphicUserInterface::GetSelectedData(wxChoice* ] const&)? ] ] I realize that this is likely a problem with truecrypt or me but I am ] interested to know if anyone here has built it.
oh... sorry about that... i was half-ignoring your actual error... it looks like it might be a problem with your wxWidgets install (you need wxWidgets too... also mentioned in the documentation) i have 2.8.9 installed, myself...
B. Karhan simon@pop.psu.edu PRI/SSRI Unix Administrator
Benjamin Karhan wrote:
A little birdy told me that Roger Wells said:
] Has anyone built and installed truecrypt 6.1a on CentOS 5.3. When I ] build it it keeps failing here: ] ] Compiling EncryptionOptionsWizardPage.cpp ] Forms/EncryptionOptionsWizardPage.cpp: In member function ] ?TrueCrypt::SharedPtrTrueCrypt::EncryptionAlgorithm ] TrueCrypt::EncryptionOptionsWizardPage::GetEncryptionAlgorithm() const?: ] Forms/EncryptionOptionsWizardPage.cpp:45: error: no matching function ] for call to ?TrueCrypt::GraphicUserInterface::GetSelectedData(wxChoice* ] const&)? ] ] I realize that this is likely a problem with truecrypt or me but I am ] interested to know if anyone here has built it. oh... sorry about that... i was half-ignoring your actual error...
it looks like it might be a problem with your wxWidgets install (you need wxWidgets too... also mentioned in the documentation) i have 2.8.9 installed, myself...
thanks again. I installed wxWidgets 2.8.10 without apparent incident. I'll check around to see if there is a problem there.
roger wells
B. Karhan simon@pop.psu.edu PRI/SSRI Unix Administrator _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
A little birdy told me that Roger Wells said:
] thanks again. ] I installed wxWidgets 2.8.10 without apparent incident. I'll check ] around to see if there ] is a problem there.
i recompiled truecypt again (just to make sure it still works fine... it did)... anyways, just FYI i pass the following to configure in my package build of wxWidgets:
--enable-unicode --with-motif=no --with-gtk=yes
i suppose i should upgrade to 2.8.10... must be getting lazy... i'll let you know if i run into problems with 2.8.10 itself...
B. Karhan simon@pop.psu.edu PRI/SSRI Unix Administrator
Benjamin Karhan wrote:
A little birdy told me that Roger Wells said:
] thanks again. ] I installed wxWidgets 2.8.10 without apparent incident. I'll check ] around to see if there ] is a problem there.
i recompiled truecypt again (just to make sure it still works fine... it did)... anyways, just FYI i pass the following to configure in my package build of wxWidgets:
--enable-unicode --with-motif=no --with-gtk=yes
these arguments to ./configure seem to be key. I had just built it with "--with-x11" "--with-gtk" like their install-gtk.txt file didn't get it done either. Only after pasting your flags (above) making, and installing wxWidgets would truecrypt compile & link.
Thank you very much.
i suppose i should upgrade to 2.8.10... must be getting lazy... i'll let you know if i run into problems with 2.8.10 itself...
B. Karhan simon@pop.psu.edu PRI/SSRI Unix Administrator _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
I did it on Fedora 10, and it was OK (I made a tutorial on my website (in french) http://www.tuxalafenetre.net/index.php/Installation_de_TrueCrypt):
cd mkdir Sources cd Sources wget http://freefr.dl.sourceforge.net/sourceforge/wxwindows/wxWidgets-2.8.9.tar.g... wget http://www.truecrypt.org/downloads/transient/0facc88053/TrueCrypt%206.1a%20S... sudo tar -zxvf wxWidgets-2.8.9.tar.gz -C /usr/src/ tar -zxvf TrueCrypt\ 6.1a\ Source.tar.gz
cd ~/Sources/truecrypt-6.1a-source/ wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11.h wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11t.h wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11f.h make WX_ROOT=/usr/src/wxWidgets-2.8.9 wxbuild sudo cp wxrelease/wx-config /usr/bin/ make
The binary is in the Main directory.
Le mercredi 08 avril 2009 21:47:50, Roger Wells a écrit :
Benjamin Karhan wrote:
A little birdy told me that Roger Wells said:
] thanks again. ] I installed wxWidgets 2.8.10 without apparent incident. I'll check ] around to see if there ] is a problem there.
i recompiled truecypt again (just to make sure it still works fine... it did)... anyways, just FYI i pass the following to configure in my package build of wxWidgets:
--enable-unicode --with-motif=no --with-gtk=yes
these arguments to ./configure seem to be key. I had just built it with "--with-x11" "--with-gtk" like their install-gtk.txt file didn't get it done either. Only after pasting your flags (above) making, and installing wxWidgets would truecrypt compile & link.
Thank you very much.
i suppose i should upgrade to 2.8.10... must be getting lazy... i'll let you know if i run into problems with 2.8.10 itself...
B. Karhan simon@pop.psu.edu PRI/SSRI Unix Administrator _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Kévin COUSIN wrote:
I did it on Fedora 10, and it was OK (I made a tutorial on my website (in french) http://www.tuxalafenetre.net/index.php/Installation_de_TrueCrypt):
cd mkdir Sources cd Sources wget http://freefr.dl.sourceforge.net/sourceforge/wxwindows/wxWidgets-2.8.9.tar.g... wget http://www.truecrypt.org/downloads/transient/0facc88053/TrueCrypt%206.1a%20S... sudo tar -zxvf wxWidgets-2.8.9.tar.gz -C /usr/src/ tar -zxvf TrueCrypt\ 6.1a\ Source.tar.gz
cd ~/Sources/truecrypt-6.1a-source/ wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11.h wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11t.h wget ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-11/v2-20/pkcs11f.h make WX_ROOT=/usr/src/wxWidgets-2.8.9 wxbuild sudo cp wxrelease/wx-config /usr/bin/ make
The binary is in the Main directory.
Le mercredi 08 avril 2009 21:47:50, Roger Wells a écrit :
Kévin , Thanks for responding. I have succeeded with Benjamin's help. After having gotten here I have concluded that static linking wxWidgets (like your very clear steps show) may be the way to go because of the non-standard flags required to build wxWidgets to work with TrueCrypt that might lead to a single/restricted use wxWidgets library. I might just redo it your way some day.
roger wells
Benjamin Karhan wrote:
A little birdy told me that Roger Wells said:
] thanks again. ] I installed wxWidgets 2.8.10 without apparent incident. I'll check ] around to see if there ] is a problem there.
i recompiled truecypt again (just to make sure it still works fine... it did)... anyways, just FYI i pass the following to configure in my package build of wxWidgets:
--enable-unicode --with-motif=no --with-gtk=yes
these arguments to ./configure seem to be key. I had just built it with "--with-x11" "--with-gtk" like their install-gtk.txt file didn't get it done either. Only after pasting your flags (above) making, and installing wxWidgets would truecrypt compile & link.
Thank you very much.
i suppose i should upgrade to 2.8.10... must be getting lazy... i'll let you know if i run into problems with 2.8.10 itself...
B. Karhan simon@pop.psu.edu PRI/SSRI Unix Administrator _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos