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

Author Topic: sfml linux  (Read 2516 times)

0 Members and 1 Guest are viewing this topic.

ravenheart

  • Full Member
  • ***
  • Posts: 148
    • View Profile
sfml linux
« on: February 16, 2009, 12:52:04 pm »
as far as i know there were some problems with sfml on
64 bit linux systems has this been fixed yet?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
sfml linux
« Reply #1 on: February 16, 2009, 01:11:25 pm »
There were some problems with the image loading library, which have been fixed.

No other issue involving 64-bits portability were reported after that, as far as I remember.
Laurent Gomila - SFML developer

ravenheart

  • Full Member
  • ***
  • Posts: 148
    • View Profile
sfml linux
« Reply #2 on: February 19, 2009, 07:48:46 pm »
hmm i think i have set it up alright but now i get following error:

ld||cannot find -lsfml-graphics|

actually it cant find any -lsfml-x

whats going wrong??

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
sfml linux
« Reply #3 on: February 19, 2009, 07:50:55 pm »
Did you add the libraries' directory to the IDE paths?
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

ravenheart

  • Full Member
  • ***
  • Posts: 148
    • View Profile
sfml linux
« Reply #4 on: February 19, 2009, 08:33:04 pm »
setting-> compiler and debugger -> Global COmpiler and Debugger Settings ->search Directories:

Compiler : /home/x/SFML-1.4/include
Linker     : /home/x/SFML-1.4/lib

something else?