aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Error Compiling aMule  (Read 3376 times)

Jcei

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Error Compiling aMule
« on: April 07, 2004, 12:49:54 PM »

Hi,
I've got some problems compiling aMule due to a strange problem. I've followed each step of the explainations given in the post-it, but seems I've missed something.

All the libraries compiled and installed correctly, but when I compile aMule I've always this error : "Please define string case-insensitive compare for your > OS/Compiler". What's have I done wrong ?

Thx
Jcei
Logged

Supersnail

  • Full Member
  • ***
  • Karma: 4
  • Offline Offline
  • Posts: 186
Re: Error Compiling aMule
« Reply #1 on: April 07, 2004, 08:18:40 PM »

What OS and compiler have you got?
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Error Compiling aMule
« Reply #2 on: April 07, 2004, 08:24:14 PM »

That's the weirdest error I've ever seen.
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: Error Compiling aMule
« Reply #3 on: April 07, 2004, 11:28:13 PM »

more verbose would be good ..

Jcei

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: Error Compiling aMule
« Reply #4 on: April 08, 2004, 10:17:20 AM »

I use Slackware-current. Nothing fancy in my setup, nothing tweaked in the compilator, didn't modified install files, just followed all the steps of the HowTo. I've done these steps 4th time and everytime it stops with the same error.
I'll do it one more time to give you the exact output.


EDIT : Typo
« Last Edit: April 08, 2004, 10:17:51 AM by Jcei »
Logged

Jcei

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 4
Re: Error Compiling aMule
« Reply #5 on: April 08, 2004, 12:09:31 PM »

I've found the bug.
There was old traces of wxGTK 2.5 installed in my local/bin. After removing them it worked like a charm. I suppose it was conflicting with 2.4.

Thx 4 ur help.
« Last Edit: April 08, 2004, 12:10:07 PM by Jcei »
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Error Compiling aMule
« Reply #6 on: April 08, 2004, 07:29:18 PM »

Good to know.
Logged

sabin

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 15
Re: Error Compiling aMule
« Reply #7 on: June 24, 2005, 02:14:58 AM »

I bring that thread back from the dead, for I have almost the same problem, which won't let me compile wxGTK 2.6, downloaded from http://www.wxwidgets.org/ :

./configure
... (lots of stuff going fine)
checking for strcasecmp() in string.h... no
checking for strcasecmp() in strings.h... no
configure: error: No case-insensitive string comparison function found.


I'm supposed to have uninstalled everything from my OS containing "wx" inside, which was versions 2.4 2.5 and 2.6, all mdk/plf mandrake-adapated packages, for my Mandriva 2005 LE.

But maybe, me too, I have traces of the older versions... Could someone tell me what your "traces" of older wx versions might look like, so that I can know what to search ? ^^
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Error Compiling aMule
« Reply #8 on: June 24, 2005, 06:31:25 AM »

when I look at google with that error seams to me that you are missing some gcc libs, which includes this functionallity

but sorry no clue which on that is under mandriva, but it has nothing todo with old wx

stefanero
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

sabin

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 15
Re: Error Compiling aMule
« Reply #9 on: June 24, 2005, 07:33:19 PM »

OK, back from work, I could spend a little half-hour searching :D

Thanks for the reply, your gcc hint made me search for available rpms, and searching my current gcc version (3.4.3-7 mdk) I saw another package that I had not installed, c++ support for that gcc version.
I installed that rpm package... and compilation of wx worked ! Thanks a bunch, now, that's already one problem solved ^_^

Thanks stefanero :o)
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Error Compiling aMule
« Reply #10 on: June 24, 2005, 09:10:55 PM »

your welcome :))
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."