Linux, I have a problem when compiling in codelite

i am new to the community …

and my English is not very good … but little by little we understand …

I have a problem when compiling the “player” in linux …

I get the following error … canaima use linux, I download the easyrpg

for Subversion (svn) … the error is as follows …

Build Started ---------- --------
/ bin / sh-c '“make”-j 2-f “EasyRPG_wsp.mk”'
make: EasyRPG_wsp.mk: No such file or directory
make: *** No rule to make target `EasyRPG_wsp.mk '. Alto.
Build Ended ---------- ----------
0 errors, 0 warnings


Hola soy nuevo en la comunidad mi ingles no es muy bueno
pero tuve un error al compilar en canaima linux el easyrpg que
baje con subversion dio el siguiente error…

----------Build Started--------
/bin/sh -c '“make” -j 2 -f “EasyRPG_wsp.mk”‘
make: EasyRPG_wsp.mk: No existe el fichero o el directorio
make: *** No hay ninguna regla para construir el objetivo `EasyRPG_wsp.mk’. Alto.
----------Build Ended----------
0 errors, 0 warnings

I think I know why …

was solved to try again …

but now I get the following when I put the unix release …

Build Started ---------- --------
/ bin / sh-c ‘“make”-j 2-f “EasyRPG_wsp.mk”’
---------- Building project: [readers - Release ]----------
make [1]: Leaving directory / home / user / EasyRpg / readers / builds / codelite ' make [1]: *** No rule to make target…/…/ src / event_reader.cpp ', needed by .obj / Release / src_event_reader.o'. Alto. make [1]: *** is expected to complete other tasks .... make [1]: Leaving directory/ home / user / EasyRpg / readers / builds / codelite '
make: *** [all] Error 2
Build Ended ---------- ----------
0 errors, 0 warnings


osea:

----------Build Started--------
/bin/sh -c ‘“make” -j 2 -f “EasyRPG_wsp.mk”’
----------Building project:[ readers - Release ]----------
make[1]: se ingresa al directorio /home/usuario/EasyRpg/readers/builds/codelite' make[1]: *** No hay ninguna regla para construir el objetivo…/…/src/event_reader.cpp’, necesario para .obj/Release/src_event_reader.o'. Alto. make[1]: *** Se espera a que terminen otras tareas.... make[1]: se sale del directorio/home/usuario/EasyRpg/readers/builds/codelite’
make: *** [All] Error 2
----------Build Ended----------
0 errors, 0 warnings

Hi, the Codelite project is outdated because their is currently no maintainer for it. Sorry.

You can try compiling using cmake instead.

Hi, CodeLite project is up to date now (r1473).