Search found 4 matches

by maever
16 Oct 2009, 17:31
Forum: Support and Bug reports
Topic: Failed to compile server
Replies: 6
Views: 1868

Re: Failed to compile server

I found out what the problem was. It indeed had to do with incompatible libraries because of the 64bit architecture. You simply need to install the 32bit libraries of libz which are conveniently named: lib32z1 and lib32z1-dev on Debian and Ubuntu. So install those using apt-get and you should be fin...
by maever
12 Oct 2009, 13:20
Forum: Support and Bug reports
Topic: Failed to compile server
Replies: 6
Views: 1868

Re: Failed to compile server

The error I get is (still) as followed: gcc -m32 -pipe -o ../../map-server obj/tmw.o obj/magic-interpreter-lexer.o obj/magic-interpreter-parser.o obj/magic-interpreter-base.o obj/magic-expr.o obj/magic-stmt.o obj/magic.o obj/map.o obj/chrif.o obj/clif.o obj/pc.o obj/npc.o obj/chat.o obj/path.o obj/i...
by maever
12 Oct 2009, 06:44
Forum: Support and Bug reports
Topic: Failed to compile server
Replies: 6
Views: 1868

Re: Failed to compile server

That might be so but that doesn't change the fact that i'm experiencing this error. the Makefile contains the following: ifeq ($(shell uname -m), x86_64) M32=-m32 endif I don't know what this means but i'm beginning to suspect that eathena might not support a 64bit enviroment. Can anyone confirm this?
by maever
11 Oct 2009, 15:02
Forum: Support and Bug reports
Topic: Failed to compile server
Replies: 6
Views: 1868

Failed to compile server

Good day, I am interested in this project so i tried to setup my own server in a Debian linux 86_64x enviroment (64bit). Following this guide however, I am not able to get my server to compile properly. The error I get is as followed: gcc -m32 -pipe -o ../../map-server obj/tmw.o obj/magic-interprete...