(→HELP: Please use the forums; also added timestamps) |
m (Text replacement - "git://" to "https://") |
||
(5 intermediate revisions by 3 users not shown) | |||
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) | ||
The same errors mentioned by LeForgeron occur on big-endian processors like PowerPC or SPARC. Looks like this requires little-endian processors. Tested with Debian GNU/Linux 6.0.1 on macppc. | |||
--[[User:Frost|Frost]] 9 June 2011 | |||
== HELP == | == HELP == | ||
Line 16: | Line 19: | ||
:I Have Fedora 11 and everything is ok. Where is your problem? Just open terminal, and Copy and Paste mentioned lines. --[[User:Nightsorrow|Nightsorrow]] 18:01, 8 September 2009 (UTC) | :I Have Fedora 11 and everything is ok. Where is your problem? Just open terminal, and Copy and Paste mentioned lines. --[[User:Nightsorrow|Nightsorrow]] 18:01, 8 September 2009 (UTC) | ||
[User ~]$ git clone | [User ~]$ git clone https://gitorious.org/tmw-eathena/mainline.git eathena | ||
bash: git: command not found | bash: git: command not found | ||
[User ~]$ | [User ~]$ | ||
Line 25: | Line 28: | ||
:* Please use the [http://forums.themanaworld.org/viewforum.php?f=19 support forums] when you want help, the wiki is mainly for documentation, neither support nor discussion. | :* Please use the [http://forums.themanaworld.org/viewforum.php?f=19 support forums] when you want help, the wiki is mainly for documentation, neither support nor discussion. | ||
:* When writing on the discussion pages on a wiki it is also a good custom to enter a timestamp by writing <tt><nowiki>~~~~</nowiki></tt>. | :* When writing on the discussion pages on a wiki it is also a good custom to enter a timestamp by writing <tt><nowiki>~~~~</nowiki></tt>. | ||
:* A hint to your problem: When a command is not found, you have probably not installed its package. (Please continue your hunt for a solution on the forums, or on [[irc]].) | :* A hint to your problem: When a command is not found, you have probably not installed its package. (Please continue your hunt for a solution on the forums, or on [[FAQ#Does_TMW_have_an_IRC_channel.3F|irc]].) | ||
: Thank you. ✎ [[User:Kess|Kess]]<sup>[[User talk:Kess|☽]]</sup> 12:27, 11 September 2009 (UTC) | : Thank you. ✎ [[User:Kess|Kess]]<sup>[[User talk:Kess|☽]]</sup> 12:27, 11 September 2009 (UTC) |
Latest revision as of 01:04, 13 June 2022
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)
The same errors mentioned by LeForgeron occur on big-endian processors like PowerPC or SPARC. Looks like this requires little-endian processors. Tested with Debian GNU/Linux 6.0.1 on macppc. --Frost 9 June 2011
HELP
Can someone help me?? PLS I have Fedora 11 and I cant do git clone. Please someone help --DarkLord 01:30, 8 September 2009
- I Have Fedora 11 and everything is ok. Where is your problem? Just open terminal, and Copy and Paste mentioned lines. --Nightsorrow 18:01, 8 September 2009 (UTC)
[User ~]$ git clone https://gitorious.org/tmw-eathena/mainline.git eathena bash: git: command not found [User ~]$
WTF? Please help --DarkLord 10:34, 11 September 2009
- DarkLord,
- Please use the support forums when you want help, the wiki is mainly for documentation, neither support nor discussion.
- When writing on the discussion pages on a wiki it is also a good custom to enter a timestamp by writing ~~~~.
- A hint to your problem: When a command is not found, you have probably not installed its package. (Please continue your hunt for a solution on the forums, or on irc.)
- Thank you. ✎ Kess☽ 12:27, 11 September 2009 (UTC)