[quote=“lobo”]I still get the same
/usr/bin/ld: /home/x/Desktop/workspace/lib/libEasyRPG_Player_Static.a(image_xyz.cpp.o): undefined reference to symbol 'uncompress'
/usr/bin/ld: note: 'uncompress' is defined in DSO /usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libz.so so try adding it to the linker command line
/usr/lib/gcc/i686-linux-gnu/4.7/../../../i386-linux-gnu/libz.so: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[2]: *** [/home/x/Desktop/workspace/bin/EasyRPG_Player] Error 1
make[1]: *** [CMakeFiles/EasyRPG_Player.dir/all] Error 2
make: *** [all] Error 2
What configuration was used to compile this ?
What OS are you using to complie these ? I wan to create a new batle sistem, by the way I am Lobomon Delapipol why am not on the credits?
Regards…[/quote]
Do you have the zlib1g-dev package installed?
I compile often on Fedora, but other users did it on Ubuntu, Mint, Mac OS X, Windows. I’ll try to build it on an Ubuntu 32 virtual machine this week (I want to do some crazy experiments with LLVM 3.2).
If cmake method does not work after this, ensure all -dev packages from dcumentation are installed. Alternatively try the autotools method. Both methods and requirements are documented here and in README file:
easy-rpg.org/wiki/development/c … ayer/cmake
easy-rpg.org/wiki/development/c … /autotools
About the credits, I guess the AUTHORS file was created later. Add it yourself and do a pull request in GitHub, or just suggest what is your name, e.g. “FirstName LastName (Lobomon)” or just Lobo, Lobomon, etc. Also the very first player code (early tileset) was made by Héctor Barreiro (Damizean) and he’s not added there. However, the Editor resources.vala file includes him.
Greets and nice to meet you again.