Back at my main Linux Mint computer after a few weeks trying to compile the latest, and no matter what I try I keep getting this error from the linker:
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o: in function `_start':
(.text+0x24): undefined reference to `main'
I have tried re-running configure and verifying all the configuration to no avail.
Any suggestions where to look / fix what is wrong?
That is a problem with the makefile in the lastest nightly.
I am not yet sure what exactly is causing this but I guess soe new dependencies were not added to the makefile.
I'll have a look at this. In the meantime you can use CMake to build the game.
This looks like SDL2 config or pkgßconfig has not been correctly executed.
I have now incorporated Roboron's fix to this - thank you to him for dealing with this so promptly.
Works great, THANKS!