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.


Topics - mgp

Pages: [1]
1
General discussions / Building SFML 2.1 under FreeBSD
« on: October 30, 2013, 06:50:25 pm »
Hi,
With a few tweaks with the preprocessor directives and a dummy implementation of
Quote
src/SFML/Window/Linux/JoystickImpl
I managed to build SFML 2.1 under FreeBSD 9.2 stable amd64.
I also successfully ran one of the tutorial examples against the resulting libraries.

Unfortunately there is no easy way to use the Linux version of JoystickImpl because the linux-js port has been removed. It seems that the cleanest solution is to disable all joystick support on FreeBSD.

So the question is: Is there a clean way to disable joystick support when building SFML? If not, how much refactoring would be needed to introduce such an option?

10x

Pages: [1]