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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - andreas

Pages: [1]
1
General / Re: FreeBSD is an Unsupported operating system?
« on: October 25, 2012, 12:18:49 pm »
The linux-js port is marked as broken on FreeBSD 9.x stable.
So it can't be easily installed.

2
General / Re: FreeBSD is an Unsupported operating system?
« on: October 08, 2012, 12:24:11 pm »
As far as I understand, on FreeBSD (as well as NetBSD and OpenBSD) all USB-input devices are handled within the uhub/uhid module. There is also no special device-file for Joysticks (like /dev/input/jsX on linux). Thus there is also no special JoystickAPI available. The Joystick Interface should rather be adressed by using the USB-HID API  (bsd jstk.c).

I'll take a look into that.

3
General / Re: FreeBSD is an Unsupported operating system?
« on: October 08, 2012, 09:57:48 am »
Hi everyone, hello Laurent,

I'd like to bring this thread up again, since I tried to build SFML2 on FreeBSD 9.0 recently.

I still get a bunch of errors from JoystickImpl.cpp saying that a bunch of variables have not been declared
(::open, O_RDONLY, F_SETFL and so on ).

Is there some progress considering the Joystick issues on FreeBSD? I'd also like to offer my help if needed.

Thanks a lot.



Pages: [1]
anything