Thread: [Plib-users] Release?
Brought to you by:
sjbaker
From: Buganini <bug...@gm...> - 2009-02-13 12:59:45
|
Hi, developers, could you make a release so that I can have a official source tar ball for maintaining the port on FreeBSD. The latest release is so old that people cant keep up with new fix/feature easily. Or maybe a release named by date would be nice. Thanks |
From: Steve B. <st...@sj...> - 2009-02-13 14:51:09
|
Are we in a good state to do that? Buganini wrote: > Hi, developers, > could you make a release so that I can have a official source tar ball > for maintaining the port on FreeBSD. > The latest release is so old that people cant keep up with new > fix/feature easily. > Or maybe a release named by date would be nice. > > Thanks > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > plib-users mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-users |
From: Fay, J. F Dr C. U. A. 46 S. <joh...@eg...> - 2009-02-13 14:53:26
|
At least put out a release candidate. I'll run some tests on the Windows side. John F. Fay Technical Fellow Jacobs Technology TEAS Group 850-883-1294 -----Original Message----- From: Steve Baker [mailto:st...@sj...] Sent: Friday, February 13, 2009 8:34 AM To: PLIB Users Subject: Re: [Plib-users] Release? Are we in a good state to do that? Buganini wrote: > Hi, developers, > could you make a release so that I can have a official source tar ball > for maintaining the port on FreeBSD. > The latest release is so old that people cant keep up with new > fix/feature easily. > Or maybe a release named by date would be nice. > > Thanks > > ------------------------------------------------------------------------ ------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > plib-users mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-users ------------------------------------------------------------------------ ------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ plib-users mailing list pli...@li... https://lists.sourceforge.net/lists/listinfo/plib-users |
From: Fay, J. F Dr C. U. A. 46 S. <joh...@eg...> - 2009-02-13 16:07:05
|
OK, here are the first results: (1) All the libraries build without error or warning on Windows. (2) In building the examples, I get a lot of errors first that "glut.h" cannot be found. I copied the "GL" directory into the "plib" directory in the include path and the errors were replaced by errors that "glut32.lib" and "freeglut_static.lib" could not be found. I removed the references to "glut32.lib" from the project files and copied the "freeglut" library files into the link path and those errors have gone away. (3) When I started running the demos, I got a "DLL not found" error for several of them. So I copied the "freeglut.dll" file into the executable directories and tried again. A teapot twirling around, spewing particles, with flames coming out the top? Wow! And I observe that the moon does not eclipse the sun in the "sky" demo. Tsk, tsk. It appears in "pw_demo" that "b" does not, in fact, disable the auto key repeat. I can't select points with the mouse in "PointPicker". That's my job ... if somebody expresses a need for it. So all in all, I would say go ahead and release it. John F. Fay Technical Fellow Jacobs Technology TEAS Group 850-883-1294 -----Original Message----- From: Steve Baker [mailto:st...@sj...] Sent: Friday, February 13, 2009 8:34 AM To: PLIB Users Subject: Re: [Plib-users] Release? Are we in a good state to do that? Buganini wrote: > Hi, developers, > could you make a release so that I can have a official source tar ball > for maintaining the port on FreeBSD. > The latest release is so old that people cant keep up with new > fix/feature easily. > Or maybe a release named by date would be nice. > > Thanks > > ------------------------------------------------------------------------ ------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > plib-users mailing list > pli...@li... > https://lists.sourceforge.net/lists/listinfo/plib-users ------------------------------------------------------------------------ ------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ plib-users mailing list pli...@li... https://lists.sourceforge.net/lists/listinfo/plib-users |
From: Buganini <bug...@gm...> - 2009-02-13 20:18:53
|
With a little modifications (indicate GL path to /usr/local/, add -lusbhid in ${LIBS}), everythings built here on FreeBSD 8-CURRENT, including src, tools, examples, and demos. demos: All demos run, while I dont have any joysticks or pads to do full test. About pw_demo, I can type a to enable repeating and b to disable repeating here. examples: net/client_server/net_udp_client always get "error connecting to", even if I let it connect to a DNS server at 53 port. I cant test js, ssg/majik as above. Dunno how to play with ssg/load_save,it can find ssg file. The others run. ( I cant tell whats difference between sun/moon in ssg/sky :| ) |