Hi Cyril,

Thanks for your report and patch.

The change to detectsys.sh looks correct. I fixed it in a different way on 
SVN trunk though: I ported the Python-based system detection from the 
openMSX build. This will be easier for us to maintain. It also means we no 
longer use the outdated config.guess script.

Joost: Catapult (SVN trunk) now has a build dependency on Python, just like 
openMSX. No runtime dependency, build only.

The change to MiscControlPage.cpp is incorrect though:
  #if !defined(__BSD__) && !defined(__GLIBC__)
This will evaluate to 0 on all systems that use glibc. For example on Linux 
wxWidgets does have joystick support and it would be a shame if this 
functionality was disabled.

I changed the test to:
  #if wxUSE_JOYSTICK
This works on Linux. Could you please test it on Debian kfreebsd?

Bye,
                Maarten



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to