Menu

#300 FreeBSD build fixes

closed-fixed
None
5
2014-12-21
2014-12-14
leper
No

While working on getting SuperTuxKart to build on FreeBSD I found a compilation problem in Irrlicht and fixed it. Patch attached.

1 Attachments

Discussion

  • Michael Zeilfelder

    • status: open --> closed-fixed
    • assigned_to: Michael Zeilfelder
     
  • Michael Zeilfelder

    Thanks. Got fixed in svn branch releases/1.8 in r4997 and merged into svn trunk in r4998.

     
  • leper

    leper - 2014-12-21

    Thanks for the quick response, but it seems you missed an important part of the patch. (New one attached)

    JS_RETURN one of the defines in linux/joystick.h (which is just 'sizeof(struct JS_DATA_TYPE)') so it does not exist on FreeBSD. Also buttons is not a member of the used struct, and there is a missing brace.

     
  • Michael Zeilfelder

    Oops, guess I missed parts of it somehow. I hope I got it right this time - revisions 5000 in 1.8 and 5001 in svn trunk.

     
  • leper

    leper - 2014-12-21

    Thanks, compiles fine now.

     

Log in to post a comment.