RE: [Plib-devel] RE: Olivier's js code (LAVIGNE,ERIC), cygwin bui ld problem
Brought to you by:
sjbaker
From: Fay J. F C. AAC/W. <joh...@eg...> - 2004-08-30 15:09:24
|
OK, this is one more of my fixes to Olivier's code that didn't make it into CVS. The function does indeed need to be inserted into "jsNone.cxx". My version has on line 56 of that file: void jsJoystick::rawRead ( int *buttons, float *axes ) { if ( buttons != NULL ) *buttons = 0 ; } + void jsInit () {} + #endif So if somebody will please put that into CVS post-haste it will be a Very Good Thing. John F. Fay joh...@eg... 850-729-6330 -----Original Message----- From: pli...@li... [mailto:pli...@li...] On Behalf Of Erik Hofman Sent: Monday, August 30, 2004 8:46 AM To: pli...@li... Subject: Re: [Plib-devel] RE: Olivier's js code (LAVIGNE,ERIC), cygwin bui ld problem Fay John F Contr AAC/WMG wrote: > Wait, not so fast! While "jsInit" is commented out in "js.cxx", it is > defined in all of the "js<operatingsytem>.cxx" files. What operating > system are you using, and what files are you including in the library? IRIX (jsNone.cxx) which indeed doesn't specify jsInit() ... It looks like it has to be added to jsNone.cxx instead. Erik ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ plib-devel mailing list pli...@li... https://lists.sourceforge.net/lists/listinfo/plib-devel |