From The Mana World
m (Talk:Setting up eAthena moved to Talk:Setting up eAthena on Linux: reorganizing the server setup instructions) |
(→HELP: new section) |
||
Line 9: | Line 9: | ||
:That option (in two places) shouldn't affect compilation on 32bit machines, so we may just want to add it to SVN. — [[User:Jaxad0127|<span style="color: #160196">Jaxad</span>]][[User Talk:Jaxad0127|<span style="color: #5B038F">0127</span>]] 00:06, 6 November 2008 (CET) | :That option (in two places) shouldn't affect compilation on 32bit machines, so we may just want to add it to SVN. — [[User:Jaxad0127|<span style="color: #160196">Jaxad</span>]][[User Talk:Jaxad0127|<span style="color: #5B038F">0127</span>]] 00:06, 6 November 2008 (CET) | ||
== HELP == | |||
Can someone help me?? PLS I have Fedora 11 and I cant do git clone. Please someone help |
Revision as of 00:30, 8 September 2009
The page starts with "Setting eathena on Linux"... well, eathena will compile only with gcc for x86-32 bits. On 64 bits (and other CPUs), map-server will fail to compile due to usage of va_list... and that va_list on such settings is not just a pointer (look for "gcc va_list va_start..." on your best friends)
I succeed to have it running on a amd64 system (gentoo) by forcing -m32 option for CC in the makefile. (so, at least, no need to have a 32 bit system, only a 32 bit-manaworld.)
Maybe you want to add that bit of information for other readers. --LeForgeron 23:27, 5 November 2008 (CET)
- That option (in two places) shouldn't affect compilation on 32bit machines, so we may just want to add it to SVN. — Jaxad0127 00:06, 6 November 2008 (CET)
HELP
Can someone help me?? PLS I have Fedora 11 and I cant do git clone. Please someone help