Zardoz89 / dcpu_vm

Another DCPU-16 Virtual Machine
http://zardoz89.github.io/dcpu_vm/
MIT License
6 stars 2 forks source link

dcpu_vm does not compile : a lot of files in SFML folder are missing #26

Closed catageek closed 10 years ago

catageek commented 10 years ago

For example "Graphics.hpp" does not exist.

Zardoz89 commented 10 years ago

What youd did to get it ? I just did a fresh git clone to another dir, to see if are missing any file, and I don't get any error (only the usual warings). Could you say what OS are you running and your setup ?

catageek commented 10 years ago

Hello,

I made a git clone in mynewly installed IDE (Netbeans on Linux) and try to compile. I get a lot of errors complaining about SFML/somefile.hpp missing.

If your compiler does not complain, maybe it can find the include resources somewhere else where you installed SFML.

The SFML directory should contain some of these file I think : https://github.com/LaurentGomila/SFML/tree/master/include/SFML (I see there some files that the compiler is requesting).

Zardoz89 commented 10 years ago

The SFML subdir in include are not for SFML. Are for .hpp files that uses SFML. Perhaps you have a bad installation of SFML. You try to compile and run some basic example of SFML ?

catageek commented 10 years ago

I understand from what you tell is that I need to install SFML apart from dcpu_vm. I thought that the dependency was included in the repo. I will install SFML in my system and I think that everything will be fine.

Maybe a line in the readme file telling about SFML dependency that must be installed would be clearer. I close the ticket for the moment since I think the solution is on my side.

Zardoz89 commented 10 years ago

I just add the comment in the README about the SFML requisites.