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

Author Topic: SFML on (k)FreeBSD  (Read 3113 times)

0 Members and 1 Guest are viewing this topic.

christoph

  • Full Member
  • ***
  • Posts: 102
    • View Profile
    • http://www.christoph-egger.org
SFML on (k)FreeBSD
« on: June 15, 2009, 08:13:47 am »
As I noticed there was some FreeBSD Code added to SFML I'm playing with it on a Debian GNU/kFreeBSD System (That's GNU userland but a FreeBSD kernel).

Unfortunately the Config.hpp does not yet detect this BSD kernel situation, the stuff GCC defines here is

http://random.christoph-egger.org/bsd32
http://random.christoph-egger.org/bsd64

would you consider applying somthing like http://random.christoph-egger.org/sfml-bsd-patch after I have confirmed it is working as expected?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SFML on (k)FreeBSD
« Reply #1 on: June 15, 2009, 09:34:24 am »
Sure, no problem.

Thanks for your help :)

By the way, would you like to help me complete the FreeBSD port? I still haven't found a good reference for implementing joystick handling, which is apparently slightly different from the Linux version.
Laurent Gomila - SFML developer

christoph

  • Full Member
  • ***
  • Posts: 102
    • View Profile
    • http://www.christoph-egger.org
SFML on (k)FreeBSD
« Reply #2 on: June 15, 2009, 12:02:50 pm »
As I was considering to start a BSD Port myself I'm definitely interested in helping out. However that'll have to wait untill I find the time to install BSD on my old desktop, which is something I have planed for some time now but not carried out ;)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
SFML on (k)FreeBSD
« Reply #3 on: June 15, 2009, 01:40:30 pm »
Great :)
Laurent Gomila - SFML developer

 

anything