Search found 6 matches

by shoun1234
Sun Dec 11, 2011 6:31 pm
Forum: Help
Topic: Can't compile from source
Replies: 12
Views: 11559

Re: Can't compile from source

I can not compile with svn source 2.8.x. 2.8.1 obtained from sf can be compiled without a problem.

Thanks for help.
by shoun1234
Sun Dec 11, 2011 6:30 pm
Forum: General Discussion
Topic: How to play (move character)?
Replies: 2
Views: 6466

How to play (move character)?

After starting the game, I press right arrow key to move the wizard toward the exit, but it seems to always move downside of the screen. Pressing other (direction) key results similar effect. Then the character just get stuck in the bottom of the screen. What is the right way to control the characte...
by shoun1234
Sat Dec 10, 2011 8:19 am
Forum: Help
Topic: Can't compile from source
Replies: 12
Views: 11559

Re: Can't compile from source

Renaming endian.h to e.g. EndianMacros.h passes the error occurred previously. Now a new message says libtool: link: `file_formats/cap_file.lo' is not a valid libtool object It seems that rebuild some libs is needed. Or object file doesn't exist, but searching with cap_file shows ./egolib/cap_file.o...
by shoun1234
Fri Dec 09, 2011 5:42 pm
Forum: Help
Topic: Can't compile from source
Replies: 12
Views: 11559

Re: Can't compile from source

Thanks. That solves the previous problem. Now there is a new one. The error shows In file included from /usr/include/stdlib.h:43:0, from /usr/include/SDL/SDL_stdinc.h:40, from /usr/include/SDL/SDL_endian.h:31, from ./endian.h:24, from /usr/include/ctype.h:41, from ../egolib/../egolib/../egolib/typed...
by shoun1234
Fri Dec 09, 2011 12:01 pm
Forum: Help
Topic: Can't compile from source
Replies: 12
Views: 11559

Re: Can't compile from source

After checking out version 2.8.x, compiling with command `make all` it shows

Code: Select all

/usr/bin/libtool: line 1128: gcc-3: command not found
make[1]: *** [bbox.lo] Error 1
Does egoboo use gcc 3?

My gcc version is (Debian 4.6.2-5) 4.6.2
Thanks for help
by shoun1234
Fri Dec 09, 2011 9:17 am
Forum: Help
Topic: Can't compile from source
Replies: 12
Views: 11559

Can't compile from source

I download source from trunk. But the compilation throws char.c:8870:8: error: conflicting types for ‘ChrEnviro_synchronize’ char.c:3163:3: note: previous implicit declaration of ‘ChrEnviro_synchronize’ was here make: *** [char.o] Error 1 when compiling with make -f Makefile.unix (according to READM...