About Store Forum Documentation Contact



Post Reply 
i had problem when press play
Author Message
popori Offline
Member

Post: #1
i had problem when press play
hello everybody

im new in esenthel engine lol

but i had problem when i press play

Quote:make: Entering directory '/home/orc/.local/share/Steam/steamapps/common/Esenthel/Projects/_Build_/2 - Drawing'
Precompiling Headers..
test -s stdafx.h.gch || g++ -m64 -fshort-wchar -fpermissive -ffast-math -ffriend-injection -Wno-int-to-pointer-cast -Wno-invalid-offsetof -g -std=c++11 -DDEBUG=1 -c -m64 -fshort-wchar -fpermissive -ffast-math -ffriend-injection -Wno-int-to-pointer-cast -Wno-invalid-offsetof -g -std=c++11 -DDEBUG=1 -I. stdafx.h
Compiling Sources..
"make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make[1]: Entering directory '/home/orc/.local/share/Steam/steamapps/common/Esenthel/Projects/_Build_/2 - Drawing'
"make" -f nbproject/Makefile-Debug.mk 2\ -\ Drawing
make[2]: Entering directory '/home/orc/.local/share/Steam/steamapps/common/Esenthel/Projects/_Build_/2 - Drawing'
g++ -m64 -fshort-wchar -fpermissive -ffast-math -ffriend-injection -Wno-int-to-pointer-cast -Wno-invalid-offsetof -o 2\ -\ Drawing build/Debug/GNU-Linux-x86/Auto.o build/Debug/GNU-Linux-x86/Main.o build/Debug/GNU-Linux-x86/Commands.o /home/orc/.local/share/Steam/steamapps/common/Esenthel/Bin/EsenthelEngine.a -Wl,-rpath,Bin -lpthread -ldl -lX11 -lXi -lXinerama -lXrandr -lrt -lXmu -lGL -lopenal -lz -lodbc -ludev -lXcursor -lXxf86vm -lCg -lCgGL -static-libstdc++
/usr/bin/ld: cannot find -lXi
/usr/bin/ld: cannot find -lXinerama
/usr/bin/ld: cannot find -lXrandr
/usr/bin/ld: cannot find -lXmu
/usr/bin/ld: cannot find -lopenal
/usr/bin/ld: cannot find -lodbc
/usr/bin/ld: cannot find -lXcursor
/usr/bin/ld: cannot find -lCg
/usr/bin/ld: cannot find -lCgGL
collect2: error: ld returned 1 exit status

nbproject/Makefile-Debug.mk:66: recipe for target '2 - Drawing' failed
make[2]: *** [2 - Drawing] Error 1
make[2]: Leaving directory '/home/orc/.local/share/Steam/steamapps/common/Esenthel/Projects/_Build_/2 - Drawing'
nbproject/Makefile-Debug.mk:61: recipe for target '.build-conf' failed
make[1]: *** [.build-conf] Error 2
make[1]: Leaving directory '/home/orc/.local/share/Steam/steamapps/common/Esenthel/Projects/_Build_/2 - Drawing'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
make: *** [.build-impl] Error 2
make: Leaving directory '/home/orc/.local/share/Steam/steamapps/common/Esenthel/Projects/_Build_/2 - Drawing'

what can i do ?

thankyou
(This post was last modified: 09-11-2017 05:38 PM by popori.)
09-11-2017 05:36 PM
Visit this user's website Find all posts by this user Quote this message in a reply
RedcrowProd Offline
Member

Post: #2
RE: i had problem when press play
looks like youre missing some dependency lib ?

have you installed the correct version of VS15/17 + all lib ?
09-11-2017 07:05 PM
Find all posts by this user Quote this message in a reply
popori Offline
Member

Post: #3
RE: i had problem when press play
(09-11-2017 07:05 PM)RedcrowProd Wrote:  looks like youre missing some dependency lib ?

have you installed the correct version of VS15/17 + all lib ?

should i install VS 15 ?

because my Os is linux

i dont have idea about VS in linux

the problem solved

thank you RedcrowProd
(This post was last modified: 09-11-2017 07:21 PM by popori.)
09-11-2017 07:14 PM
Visit this user's website Find all posts by this user Quote this message in a reply
RedcrowProd Offline
Member

Post: #4
RE: i had problem when press play
Glad i could help. Yes my bad there's no vs for linux. I didnt notice you were running linux pfft
09-11-2017 10:36 PM
Find all posts by this user Quote this message in a reply
popori Offline
Member

Post: #5
RE: i had problem when press play
should install llb

that's my problem

http://www.esenthel.com/?id=doc#Installation
09-12-2017 07:21 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply