-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error building Snake example #11
Comments
I fear, that Snake extension hasn't received any love, likely since 2012. The ROOT_DIR is probably a good start. And there might also be further linking issues down the road: https://github.com/SOM-st/SOM/blob/5eac3287df98d54a72e4f04e0f8b5f53077da9a2/Examples/Snake/Makefile#L32 The concrete errors you see are very likely a consequence of some configuration not being set as expected. I doubt I'll find the time to look into this in more detail today. |
If that is the case, that it needs more time to fix it, I don't necessarily need to run the Snake example. I am just looking at any example that shows how SOMpp can be used as a library or as a module. |
Hm, the Snake example is more of an example to demonstrate how the SOM++ interpreter can be extended with "primitives". The Terminal.som file uses for instance I haven't tried using SOM++ as library embedded into another application before. |
When running
make
in theSnake
example the following build error occurs:When I change the
ROOT_DIR
in theMakefile
to point into the correct src path:I am getting:
What might be wrong?
The text was updated successfully, but these errors were encountered: