f1nalspace / final_game_tech

Game related libraries written in C/C++ written by T. Spaete
MIT License
174 stars 10 forks source link

Project Abandoned? #159

Open mladinox opened 3 weeks ago

mladinox commented 3 weeks ago

Good Idea, but is this project abandoned? not activity from 1 year ago,.. building with clang++ and g++, trows errors,..

mladinox commented 3 weeks ago

,,and not compiles,..

f1nalspace commented 3 weeks ago

Hi, thanks for the Feedback. Actually the project is still active and the "develop" branch is more advanced than the main branch. So if you can double-check with the develop branch, that would be great. Regarding compile errors. I haven't checked other compilers except MSVC for a while, so there may be some warnings threated as errors now or some missing includes.

mladinox commented 3 weeks ago

Hi, thanks for responding, error throws when compiling in --Debian 11--, gcc/g++ 10 and clang++ 11,..

f1nalspace commented 3 weeks ago

I tried compiling the "FPL_C" and "FPL_OpenGL" from the demos folder with GCC and clang and both compiled and run just fine. But i had to fix the Makefile of FPL_C, because i missed a rename of the main translation unit a while ago.

$ gcc --version
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
$ clang --version
Ubuntu clang version 14.0.0-1ubuntu1.1
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
$ uname -a
Linux UbuntuDev 6.8.0-40-generic #40~22.04.3-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 30 17:30:19 UTC 2 x86_64 x86_64 x86_64 GNU/Linux