About Store Forum Documentation Contact



Post Reply 
[SOLVED]Build error on Linux
Author Message
ddabrahim Offline
Member

Post: #1
[SOLVED]Build error on Linux
EDIT://
Solved the problem by installing the following dependencies:

sudo apt-get install libxmu-dev libxi-dev libxinerama-dev libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libmotif-dev unixodbc-dev lib32stdc++6 libgl1-mesa-dev libz-dev libxxf86vm-dev clang

Also had to install libcggl and libcg.
---------------
Hi.

I'm using the demo version on Linux and I did want to compile and run the tutorial projects first to see if everything is up and running before I dive in to the engine but I get the following error message in the console when I try to run the Basic App project, which I'm guessing should be nothing but a blank window with the text drawn on the screen "Hello to Esenthel Engine !"

/usr/bin/ld: cannot find -lX11
/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 -lGL
/usr/bin/ld: cannot find -lopenal
/usr/bin/ld: cannot find -lz
/usr/bin/ld: cannot find -lodbc
/usr/bin/ld: cannot find -ludev
/usr/bin/ld: cannot find -lXcursor
/usr/bin/ld: cannot find -lXxf86vm
/usr/bin/ld: cannot find -lCg
/usr/bin/ld: cannot find -lCgGL
clang: error: linker command failed with exit code 1 (use -v to see invocation)
nbproject/Makefile-Debug.mk:66: recipe for target '1 - Basic App' failed
make[2]: *** [1 - Basic App] Error 1
make[2]: Leaving directory '/home/...Projects/Esenthel/_Build_/1 - Basic App'
nbproject/Makefile-Debug.mk:61: recipe for target '.build-conf' failed
make[1]: *** [.build-conf] Error 2
make[1]: Leaving directory '/home/.../Projects/Esenthel/_Build_/1 - Basic App'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
make: *** [.build-impl] Error 2
make: Leaving directory '/home/.../Projects/Esenthel/_Build_/1 - Basic App'

I have no idea what lX11, lXi and the other dependencies are that is missing from the bin folder. How can I install those or what should I do?

Running on 64bit Linux
Engine and Editor version 57 (Steam)

I would appreciate any help.

Thanks.
(This post was last modified: 06-23-2019 07:58 PM by ddabrahim.)
06-23-2019 07:29 PM
Find all posts by this user Quote this message in a reply
Post Reply