Menu

#3 Compile of beecrypt v4.1.2 on FC5 fails

open
None
5
2006-05-02
2006-04-04
No

The make fails compile for
c++/provider/BeeCertificateFactory.cxx and
c++/security/cert/CertificateFactory.cxx. I modified
c++/security/Secutiry.h (class Security) to make struct
Spi and getSpi public. Also in
c++/beeyond/BeeCertificate.h (class BeeCertificate)
added namespace to friend class
provider::BeeCertificateFactory;

The configure was run with the --with-gnu-ld option.

Discussion

  • Bob Deblier

    Bob Deblier - 2006-05-02
    • assigned_to: nobody --> upuaut
     
  • Bob Deblier

    Bob Deblier - 2006-05-06

    Logged In: YES
    user_id=56582

    I'm working on finalizing beecrypt v4.2.0, which compiles
    fine on FC5 x86_64. Could you check out the latest CVS
    sources and give them a try?

    Thanks in advance.

     
  • Philip Joseph

    Philip Joseph - 2006-05-23

    Logged In: YES
    user_id=1430350

    I had taken the files from CVS today (23-May-2006) and they
    compile fine on FC5, but the 'make check' fails. The error
    is below:
    [pj@yoda beecrypt]$ make check
    Making check in .
    make[1]: Entering directory `/home/pj/beecrypt/beecrypt'
    make[1]: Leaving directory `/home/pj/beecrypt/beecrypt'
    Making check in python
    make[1]: Entering directory `/home/pj/beecrypt/beecrypt/python'
    Making check in test
    make[2]: Entering directory
    `/home/pj/beecrypt/beecrypt/python/test'
    PYTHONPATH=".. ../.libs/_bc.so" python test_all.py verbose
    Traceback (most recent call last):
    File "test_all.py", line 58, in ?
    print_versions()
    File "test_all.py", line 19, in print_versions
    from _bc import mpw
    ImportError: No module named _bc
    make[2]: *** [check] Error 1
    make[2]: Leaving directory
    `/home/pj/beecrypt/beecrypt/python/test'
    make[1]: *** [check-recursive] Error 1
    make[1]: Leaving directory `/home/pj/beecrypt/beecrypt/python'
    make: *** [check-recursive] Error 1
    [pj@yoda beecrypt]$

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.