-
Notifications
You must be signed in to change notification settings - Fork 56
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
[Linux, FPC] Cannot run my program #151
Comments
Another (maybe related) issue. I created a Makefile with the following content.
When I type make, I get this error:
If I type the command directly in the terminal, it works, I don't understand why.
|
Another thing, not very important, but while I am here... I had to convert line endings of all text files in .splashkit directory. Before that, the skm command didn't work:
Thanks for your attention. |
If I replace, in the Makefile, |
I found why the program couldn't be executed. The file /lib/ld64.so.1 didn't exist.
I made this and now I can execute the program:
|
The other issue remains. Since I installed SplashKit, I no longer can call fpc or clang++ from a Makefile. It would be good to have a solution for that. |
It looks like I found a solution. I made the following modification in ~/.bash_profile and in ~/.bashrc.
No I can call fpc (or clang++) from a Makefile. And Regards. Roland |
Thanks @rchastain - I think this is worth re-opening to address the path issue. Seems like a reasonable change to me to append splashkit to the end of the path. Let us know if you end up building something! |
Good!
Yes I will let you know. As an exercise, I started to translate to Pascal a game that I found on GitHub. I will create a repository when it is done. |
I finished my adaptation of Chicken Hunt. It was very easy. Great library! |
Hello! I am discovering SplashKit. I could install SplashKit and compile a program, but I cannot execute the program.
Would you have an explanation (and a solution)?
Regards.
Roland
skm-install.log
The text was updated successfully, but these errors were encountered: