You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Linux Mint (gcc9) the compilation is stopped right away with this: dump.cpp:500:10: fatal error: default_ini.h: No such file or directory
Seems like that file is not listed as a dependancy in src/CMakeLists.txt (line 218 onwards).
Perhaps this is due to changes in CMake (I have CMake 3.16.3, haven't tried it with an older version).
The text was updated successfully, but these errors were encountered:
Yes, adding the dependancy will also build embed first and the binary will then be produced.
The SDL2 stuff doesn't seem to be working for me (since using commit f8698e7 works and that's SDL1).
That could well be just something about my setup though, I might take a closer look at it later.
I'm not sure if you're aware but there's been some cleanup work done in here: https://github.com/CeRiAl/freesynd
But that one hasn't been updated in a while, not sure if it's active.
Hi,
On Linux Mint (gcc9) the compilation is stopped right away with this:
dump.cpp:500:10: fatal error: default_ini.h: No such file or directory
Seems like that file is not listed as a dependancy in src/CMakeLists.txt (line 218 onwards).
Perhaps this is due to changes in CMake (I have CMake 3.16.3, haven't tried it with an older version).
The text was updated successfully, but these errors were encountered: