aMule Forum

English => en_Bugs => Topic started by: Jcei on April 07, 2004, 12:49:54 PM

Title: Error Compiling aMule
Post by: Jcei 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
Title: Re: Error Compiling aMule
Post by: Supersnail on April 07, 2004, 08:18:40 PM
What OS and compiler have you got?
Title: Re: Error Compiling aMule
Post by: Kry on April 07, 2004, 08:24:14 PM
That's the weirdest error I've ever seen.
Title: Re: Error Compiling aMule
Post by: deltaHF on April 07, 2004, 11:28:13 PM
more verbose would be good ..
Title: Re: Error Compiling aMule
Post by: Jcei 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
Title: Re: Error Compiling aMule
Post by: Jcei 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.
Title: Re: Error Compiling aMule
Post by: Kry on April 08, 2004, 07:29:18 PM
Good to know.
Title: Re: Error Compiling aMule
Post by: sabin 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 ? ^^
Title: Re: Error Compiling aMule
Post by: stefanero 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
Title: Re: Error Compiling aMule
Post by: sabin 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)
Title: Re: Error Compiling aMule
Post by: stefanero on June 24, 2005, 09:10:55 PM
your welcome :))