aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: bug with gcc 3.4?  (Read 2528 times)

celeron

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 9
bug with gcc 3.4?
« on: May 01, 2004, 06:49:08 PM »

yesterday i updated my system and gcc 3.3---> gcc 3.4, when i try compile amule rc1, rc2, rc3 not works , before when i had gcc 3.3 , i compiled whitout problems rc 1 and rc2.
when i try recompile libcrypto , i have the same problem, this is a bug of gcc 3.4? or a bug libcrypto ? ?( ?( ?( ?(


this is the ouput of make :

/usr/include/cryptopp/pubkey.h: In constructor `CryptoPP::PK_FinalTemplate::PK_FinalTemplate(T1&, const T2&, const T3&, const T4&, const T5&, const T6&, const T7&, const T8&)':
/usr/include/cryptopp/pubkey.h:1621: error: there are no arguments to `AccessKey' that depend on a template parameter, so a declaration of `AccessKey' must be available
In file included from /usr/include/cryptopp/rsa.h:12,
                 from ClientCredits.h:32,
                 from BaseClient.cpp:47:
/usr/include/cryptopp/asn.h: In member function `void CryptoPP::ASNOptional::DEREncode(CryptoPP::BufferedTransformation&)':
/usr/include/cryptopp/asn.h:224: error: there are no arguments to `get' that depend on a template parameter, so a declaration of `get' must be available
/usr/include/cryptopp/asn.h:225: error: there are no arguments to `get' that depend on a template parameter, so a declaration of `get' must be available
BaseClient.cpp:976:5: warning: #warning Lacks Comment Filtering
BaseClient.cpp:1564:3: warning: #warning ADDME - Import needed
make[2]: *** [amule-BaseClient.o] Error 1
make[2]: Leaving directory `/home/celeron/Download/Internet/aMule-2.0.0rc3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/celeron/Download/Internet/aMule-2.0.0rc3'
make: *** [all] Error 2


 :( :(
« Last Edit: May 01, 2004, 06:51:44 PM by celeron »
Logged

Jacobo221

  • Hero Member
  • *****
  • Karma: 3
  • Offline Offline
  • Posts: 2712
Re: bug with gcc 3.4?
« Reply #1 on: May 01, 2004, 09:25:26 PM »

You might be really desperate to compile aMule... this is your third thread o the same issue ;-P
Well, I compile aMule with gcc 3.3 and no probs. I don't think there's any problem compiling it with GCC 3.4. Again, I insits that IMHO, its a problem with Crypto++. See any of the other two threads you asked for this for my answer.

Greetings.
Logged

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: bug with gcc 3.4?
« Reply #2 on: May 02, 2004, 02:15:40 AM »

You cannot currently compile aMule with gcc-3.4. That is because crypto++ is horribly broken with that version of gcc, all we can do is hope that the crypto++ developer will release an updated version. =/
Logged