Closed Fulgurance closed 2 years ago
Did you install crsfml via shards, which would've run postinstall? If not, did you run make
inside crsfml folder?
But normally shards do that automatically no ? It's write: During installation this will invoke make to build the C++ wrappers as object files. If that fails, see Custom SFML location.
And I didn't have any error messages about that. But I will try your suggestion
And nothing:
~/Documents/Programmation/Crystal SFML/lib/crsfml ❯❯❯ LC_ALL=C make -j16
make: Nothing to be done for 'all'.
You're correct that it should've just worked. make
manually is a fallback.
Unfortunately I don't think I'll be able to solve your issue with just this information
No worries, very nice of you to help me :)
Oh sorry, actually it really seems like the issue is coming from the space character in the name of the directory "Crystal SFML". Please rename it as a workaround. And I should fix this issue later.
Yes ! This solve the problem xD. It was so simple
Hello, today I tried to install crsfml for a project I have, and I just followed your Wiki to install and tried with the example provided. I have the same SFML version as the version file, and it's the same ( the last version: 2.5.1)
When I tried to run the snake example, I had this error (I didn't have an error when shard builded sfml for crystal):