Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing dependancy default_ini.h #1

Open
misutoneko opened this issue Nov 4, 2022 · 2 comments
Open

Missing dependancy default_ini.h #1

misutoneko opened this issue Nov 4, 2022 · 2 comments

Comments

@misutoneko
Copy link

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).

@bni
Copy link
Owner

bni commented Nov 5, 2022

default_ini.h should be generated during the build by embed executable. embed should be built first and it should look like this:

Screenshot 2022-11-05 at 11 36 31

I do not know why it isn't for you.

This project is in quite a bad state and it barely works to build and run. I think it needs a lot of work.

@misutoneko
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants