Re: [MUTE] compile error on amd64 ubuntu
Status: Beta
Brought to you by:
jcr13
|
From: Eric <jro...@ya...> - 2009-01-27 03:59:04
|
I would look in all the Make files and add the "-m32" CFLAG option in so that the program builds as native 32bit instead of 64bit.. char * is a pointer on 64 bit, and thus is an 8 byte field, where as an int is still 32 bits... my guess is the code base is not really designed for 64 bit... --- On Sun, 1/25/09, Marcus Hunger <mar...@gm...> wrote: From: Marcus Hunger <mar...@gm...> Subject: [MUTE] compile error on amd64 ubuntu To: mut...@li... Date: Sunday, January 25, 2009, 10:12 AM hi, i am not able to compile mute 0.5.1 on a 64bit ubuntu. the following errors appeared: ../../../minorGems/network/web/WebClient.cpp:271: error: cast from 'char*' to 'int' loses precision ../../../minorGems/network/web/WebClient.cpp:271: error: cast from 'char*' to 'int' loses precision make: *** [../../../minorGems/network/web/WebClient.o] Error 1 Makefile:568: Makefile.dependencies: No such file or directory Makefile:770: Makefile.minorGems_dependencies: No such file or directory best regards, marcus ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ MUTE-net-Discuss mailing list MUT...@li... https://lists.sourceforge.net/lists/listinfo/mute-net-discuss |