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 (?) in configure  (Read 2269 times)

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
bug (?) in configure
« on: July 19, 2008, 04:54:35 AM »

Hi!

I found this interesting bug while trying to compile aMule-CVS-20080718:

Code: [Select]
checking pkg-config is at least version 0.9.0... yes
checking for libupnp version >= 1.6.6... yes (version 1.6.6)
checking for crypto++ version >= 5.1... no (version 1.6.6)
configure: error:
Could not find crypto++ header file "cryptlib.h".
Please try again with --with-crypto-prefix=/my_crypto_prefix
(replace /my_crypto_prefix with a valid path to your crypto++
installation directory).
[root@hades aMule-CVS-20080718]#

The error in itself is OK (I forgot to install cryptopp on my fedora) however, notice that it reports the same version number for cryptopp as for libupnp. I'm sure is just a copy/paste mistake, but I want amule to be perfect ;)

Thanks and regards.
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: bug (?) in configure
« Reply #1 on: July 19, 2008, 02:35:03 PM »

Hi skolnick,

Indeed, you are right. I have just fixed it in the latest svn, could you please test and report?

Cheers!
Logged