Archive 17/01/2023.

MakeFile’s Building as a shared library instead of executable

Zaroio

Hi, I’m having an issue building the engine.


For some reason it’s not recognizing it as a executable binary, tho I can execute it in a terminal

weitjong

There must be a mistake in one of your steps earlier, but of course we cannot tell you what/where if you just showed us a picture of your end result.

tarzeron

try to open the terminal and execute ./01_HelloWorld (in the same directory or specifying the full path ‘/full/path/to/01_HelloWorld’)

or click yes in your question with a screenshot and select open with the command
/bin/sh -c

Zaroio

yes, I ca run it from the terminal, thanks.

well, I’ve just created a “build” directory, moved in and called cmake there “cmake …”, then just make -j4