Menu

[patch] make fails on Ubuntu Linux 10.04

2010-05-30
2013-04-30
  • Bruno Girin

    Bruno Girin - 2010-05-30

    I just downloaded revision 189 from the SVN trunk and found that make failed when trying to build the Linux executable. I quick fix later and it all works so here's the svn diff:

    Index: src/PlugIn.cpp
    ===================================================================
    --- src/PlugIn.cpp  (revision 189)
    +++ src/PlugIn.cpp  (working copy)
    @@ -37,6 +37,7 @@
     // ----------------------------------------------------------------------------
    
    
    +#include <string.h>
     #include "OpenSteer/PlugIn.h"
    

    Thanks for a great piece of code! For the record, I found about OpenSteer today thanks to Richard Dawkins who mentions Craig Reynolds' Boid program on pages 219-220 of The Greatest Show on Earth (UK paperback edition).

     
  • Bjoern Knafla

    Bjoern Knafla - 2010-05-31

    Hi Bruno,

    thanks for finding this bug and sending us a fix. Craig emailed me from a conference in France to take care and I patched your change into the subversion trunk.

    Everything seems to work on Mac OS X after the bug-fix. If anyone encounters problems on other platforms then please inform us!

    Thanks and cheers,
    Bjoern

     

Log in to post a comment.

MongoDB Logo MongoDB