About Store Forum Documentation Contact



Post Reply 
Linux makefile error
Author Message
loveblade Offline
Member

Post: #1
Linux makefile error
Hello, I'm trying to build the source since the Engine Builder said "Error accessing Shader "00000" in ShaderFile "Position".
Technique not found in shader."

When I run "make -f Makefile" I get this error
Code:
Precompiling Headers..
make[1]: Entering directory '/home/genesisx/EsenthelEngine/Project/Linux'
make[1]: '../stdafx.h.pch' is up to date.
make[1]: Leaving directory '/home/genesisx/EsenthelEngine/Project/Linux'
Compiling Sources..
"make" -f nbproject/Makefile-Debug.mk QMAKE= SUBPROJECTS= .build-conf
make[1]: Entering directory '/home/genesisx/EsenthelEngine/Project/Linux'
"make"  -f nbproject/Makefile-Debug.mk ../Project
make[2]: Entering directory '/home/genesisx/EsenthelEngine/Project/Linux'
make[2]: *** No rule to make target '../../Engine/Linux/dist/Release/GNU-Linux/Engine.a', needed by '../Project'.  Stop.
make[2]: Leaving directory '/home/genesisx/EsenthelEngine/Project/Linux'
make[1]: *** [nbproject/Makefile-Debug.mk:59: .build-conf] Error 2
make[1]: Leaving directory '/home/genesisx/EsenthelEngine/Project/Linux'
make: *** [nbproject/Makefile-impl.mk:40: .build-impl] Error 2
12-19-2022 12:02 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Linux makefile error
you have to compile the engine first
12-19-2022 03:28 AM
Find all posts by this user Quote this message in a reply
loveblade Offline
Member

Post: #3
RE: Linux makefile error
Okay thanks that was it
12-19-2022 11:58 AM
Find all posts by this user Quote this message in a reply
Post Reply