Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Installing...  (Read 761 times)

0 Members and 1 Guest are viewing this topic.

kouznetsov42

  • Newbie
  • *
  • Posts: 1
    • View Profile
Installing...
« on: March 20, 2013, 12:11:33 pm »
Hi everyone !

(Sorry in advance for that English)

When I try to run "make install" at the root of the SFML folder, nothing happens. When I try to run "make" it tells me that NULL was not defined in include/SFML/System/ResourcePtr.inl. So I tried to include <cstdlib> or <cstddef> in it, <cstddef> made crash the compilation faster than without, and <cstdlib> shows me other errors, in other flies (in file included... from file... from file...)

I obviously am a newbie, if there's  an option different of watching compilation errors 1 by 1 and try to solve them by hand...

Well, please help me, if you have time to...

Thanks a lot

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10801
    • View Profile
    • development blog
    • Email
Re: Installing...
« Reply #1 on: March 20, 2013, 12:46:17 pm »
You forgot to include important information, like OS, exact compiler version, exact SFML version (from where did you get it).
Without the information it's not really possible to tell what is wrong. My best guess is, that your compiler version is outdated.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Installing...
« Reply #2 on: March 20, 2013, 01:17:06 pm »
You should forget about SFML 1.6, it is outdated. Use SFML 2.
Laurent Gomila - SFML developer

 

anything