You can subscribe to this list here.
| 2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(25) |
Dec
(46) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2001 |
Jan
(3) |
Feb
(23) |
Mar
(6) |
Apr
(15) |
May
(16) |
Jun
(24) |
Jul
(16) |
Aug
(92) |
Sep
(31) |
Oct
(40) |
Nov
(24) |
Dec
(32) |
| 2002 |
Jan
(22) |
Feb
(4) |
Mar
(38) |
Apr
(52) |
May
(38) |
Jun
(61) |
Jul
(44) |
Aug
(9) |
Sep
(15) |
Oct
(13) |
Nov
(34) |
Dec
(25) |
| 2003 |
Jan
(26) |
Feb
(10) |
Mar
(10) |
Apr
(5) |
May
(30) |
Jun
|
Jul
(2) |
Aug
(22) |
Sep
(29) |
Oct
(12) |
Nov
(18) |
Dec
(14) |
| 2004 |
Jan
(18) |
Feb
(23) |
Mar
(17) |
Apr
(17) |
May
(9) |
Jun
(10) |
Jul
(1) |
Aug
|
Sep
|
Oct
(4) |
Nov
(9) |
Dec
(29) |
| 2005 |
Jan
(37) |
Feb
(24) |
Mar
(6) |
Apr
(4) |
May
(2) |
Jun
(18) |
Jul
(3) |
Aug
(14) |
Sep
(6) |
Oct
(7) |
Nov
(25) |
Dec
(21) |
| 2006 |
Jan
(21) |
Feb
(17) |
Mar
|
Apr
(8) |
May
|
Jun
|
Jul
|
Aug
(13) |
Sep
(4) |
Oct
(22) |
Nov
(31) |
Dec
(19) |
| 2007 |
Jan
(10) |
Feb
(9) |
Mar
(8) |
Apr
(4) |
May
(1) |
Jun
(8) |
Jul
(13) |
Aug
(2) |
Sep
(7) |
Oct
(8) |
Nov
(3) |
Dec
(5) |
| 2008 |
Jan
(13) |
Feb
(5) |
Mar
(7) |
Apr
(13) |
May
(12) |
Jun
(8) |
Jul
(24) |
Aug
(25) |
Sep
(12) |
Oct
(16) |
Nov
(1) |
Dec
|
| 2009 |
Jan
(4) |
Feb
(13) |
Mar
(9) |
Apr
|
May
(2) |
Jun
|
Jul
(11) |
Aug
(6) |
Sep
(2) |
Oct
(15) |
Nov
(11) |
Dec
|
| 2010 |
Jan
(4) |
Feb
(11) |
Mar
(38) |
Apr
(7) |
May
(13) |
Jun
(4) |
Jul
(17) |
Aug
(1) |
Sep
(13) |
Oct
(10) |
Nov
(4) |
Dec
|
| 2011 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
(6) |
May
(8) |
Jun
(2) |
Jul
(10) |
Aug
(2) |
Sep
|
Oct
|
Nov
(2) |
Dec
(1) |
| 2012 |
Jan
(3) |
Feb
(1) |
Mar
(2) |
Apr
(2) |
May
(7) |
Jun
(8) |
Jul
(1) |
Aug
|
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
| 2013 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
(2) |
Sep
(3) |
Oct
(4) |
Nov
(3) |
Dec
|
|
From: Gerall K. <ge...@ch...> - 2001-08-08 23:19:24
|
<snip> > > > it looks for mozilla/jsapi.h > > > > > > no such file or directory!! > > > You'll have to install the developer's version to get the headers. If this happens, and the code lives under /usr/local/mozilla, you can add /usr/local/mozilla/include to these environmental variables: C_INCLUDE_PATH -- for the C compiler CPLUS_INCLUDE_PATH -- for the C++ compiler OBJC_INCLUDE_PATH -- for the Objective C compiler All the compilers in GCC *should* see them then. If there are any libraries included with the code, put /usr/local/mozilla/lib in your LD_LIBRARY_PATH or /etc/ld.so.conf and run 'ldconfig' as root. <snip> > i thought i could get away > doing a rpm --nodeps > > but it dont like it I've never encountered a person who hasn't been forced to use the --nodeps option with RPM from time to time. I don't prefer to use it, myself. Just my $0.02 USD... -- Gerall Kahla -- the Celestial Mechanic <URI:http://chromebob.com> homepage <URI:http://chromebob.com/public-key.asc> GnuPG public key |
|
From: Braden M. <br...@en...> - 2001-08-08 22:50:30
|
On 09 Aug 2001 08:34:53 +1000, Nigel Stewart wrote: > Does this mean that the "route event to PROTO" bug will be > resolved in 0.12? Hopefully. I will definitely be looking at that issue in the context of the new set() and get() methods. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |
|
From: Nigel S. <ni...@ni...> - 2001-08-08 22:39:01
|
Braden,
Does this mean that the "route event to PROTO" bug will be
resolved in 0.12?
Nigel
> Here is a bit of a roadmap for the next few of OpenVRML releases.
>
> For 0.12:
> * Change to using std::string instead of char * most places.
> * Implement set() and get() methods for setting eventIns and getting
> eventOuts for all nodes.
> * Refcount VrmlNamespaces with a smart pointer.
> * Implement dynamic loading mechanism for Script node language binding
> components and finalize the API for these components.
> * Preliminary Java support for the Script node.
>
> For 0.13:
> * New node component architecture.
> * Functionally complete Script node Java support.
> * VrmlMatrix support for JavaScript.
>
> For 0.14:
> * Asynchronous I/O.
>
> Obviously, the further we look into the future, the hazier things are.
> And of course, this is all subject to change. But per this roadmap, the
> API should be mostly complete with the 0.14 release. The one component
> that may remain in flux is the Viewer. This will receive attention as
> the node implementations are tweaked for conformance.
>
> The biggest change in all this is the new node component architecture.
> It will allow the library to be extended with new nodes *without*
> recompiling the library. New nodes can be added as C++ shared objects
> *or* as VRML PROTOs. I'll be posting more information about this as the
> work for 0.12 nears completion.
--
Nigel Stewart
Email: ni...@ni... WWW: http://www.nigels.com
Research Student, Software Developer.
Just two stops down the line at Zoo Station.
|
|
From: clayton c. <dr...@sm...> - 2001-08-08 22:37:43
|
Braden McDaniel wrote: > > On 08 Aug 2001 13:23:02 -0700, clayton cottingham wrote: > > i think i found an error in the config log > > > > > > it looks for mozilla/jsapi.h > > > > no such file or directory!! > > > > which i cant see anywhere in the mozilla install dir > > > > so im cvs in the mozilla/js again to enable that > > The header file is typically included in a "mozilla-devel" package if > you use RPMs. mozilla.org, unfortunately, has done a less-than-exemplary > job of establishing standard installation locations for things like > header files, and OpenVRML's configure script is biased toward the > decisions Red Hat has made for its RPM packages. Patches to support > other schemes are welcome, as long as they don't break what's currently > working. > crazy! im using mandrake 7.2 here and the libstdc is all screwy i thought i could get away doing a rpm --nodeps but it dont like it sigh... i wish there must be an easier path to compile here > -- > Braden McDaniel e-mail: <br...@en...> > <http://endoframe.com> Jabber: <br...@ja...> > > _______________________________________________ > Openvrml-develop mailing list > Ope...@li... > http://lists.sourceforge.net/lists/listinfo/openvrml-develop |
|
From: Braden M. <br...@en...> - 2001-08-08 22:21:48
|
Here is a bit of a roadmap for the next few of OpenVRML releases. For 0.12: * Change to using std::string instead of char * most places. * Implement set() and get() methods for setting eventIns and getting eventOuts for all nodes. * Refcount VrmlNamespaces with a smart pointer. * Implement dynamic loading mechanism for Script node language binding components and finalize the API for these components. * Preliminary Java support for the Script node. For 0.13: * New node component architecture. * Functionally complete Script node Java support. * VrmlMatrix support for JavaScript. For 0.14: * Asynchronous I/O. Obviously, the further we look into the future, the hazier things are. And of course, this is all subject to change. But per this roadmap, the API should be mostly complete with the 0.14 release. The one component that may remain in flux is the Viewer. This will receive attention as the node implementations are tweaked for conformance. The biggest change in all this is the new node component architecture. It will allow the library to be extended with new nodes *without* recompiling the library. New nodes can be added as C++ shared objects *or* as VRML PROTOs. I'll be posting more information about this as the work for 0.12 nears completion. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |
|
From: Braden M. <br...@en...> - 2001-08-08 20:47:31
|
On 08 Aug 2001 13:23:02 -0700, clayton cottingham wrote: > i think i found an error in the config log > > > it looks for mozilla/jsapi.h > > no such file or directory!! > > which i cant see anywhere in the mozilla install dir > > so im cvs in the mozilla/js again to enable that The header file is typically included in a "mozilla-devel" package if you use RPMs. mozilla.org, unfortunately, has done a less-than-exemplary job of establishing standard installation locations for things like header files, and OpenVRML's configure script is biased toward the decisions Red Hat has made for its RPM packages. Patches to support other schemes are welcome, as long as they don't break what's currently working. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |
|
From: clayton c. <dr...@sm...> - 2001-08-08 20:21:15
|
clayton cottingham wrote: > > clayton cottingham wrote: > > > > Braden McDaniel wrote: > > > > > > On 08 Aug 2001 12:32:58 -0700, clayton cottingham wrote: > > > > one question: > > > > > > > > how does one install spidermonkey libs > > > > > > The easiest way is just to install Mozilla. > > > > > > > ok i followed the readme to the mozilla.org/js > > > > and have been trying all that > > i guess ill install mozilla > > > > did this and im still getting cant find libmozjs.so > > whats up? > > i tried > > ldconfig setting to /usr/local/mozilla > > ./configure --with-mozjs=/usr/local/mozilla > > then i tried linking to libmozjs.so from /usr/local/lib > > then i tried copying over the libmozjs.so to there and to /usr/lib too > > the configure script cant find it!! > > what could i be doing wrong? > i think i found an error in the config log it looks for mozilla/jsapi.h no such file or directory!! which i cant see anywhere in the mozilla install dir so im cvs in the mozilla/js again to enable that > _______________________________________________ > Openvrml-develop mailing list > Ope...@li... > http://lists.sourceforge.net/lists/listinfo/openvrml-develop |
|
From: clayton c. <dr...@sm...> - 2001-08-08 20:14:41
|
clayton cottingham wrote: > > Braden McDaniel wrote: > > > > On 08 Aug 2001 12:32:58 -0700, clayton cottingham wrote: > > > one question: > > > > > > how does one install spidermonkey libs > > > > The easiest way is just to install Mozilla. > > > > ok i followed the readme to the mozilla.org/js > > and have been trying all that > i guess ill install mozilla > did this and im still getting cant find libmozjs.so whats up? i tried ldconfig setting to /usr/local/mozilla ./configure --with-mozjs=/usr/local/mozilla then i tried linking to libmozjs.so from /usr/local/lib then i tried copying over the libmozjs.so to there and to /usr/lib too the configure script cant find it!! what could i be doing wrong? |
|
From: clayton c. <dr...@sm...> - 2001-08-08 20:00:46
|
Braden McDaniel wrote: > > On 08 Aug 2001 12:32:58 -0700, clayton cottingham wrote: > > one question: > > > > how does one install spidermonkey libs > > The easiest way is just to install Mozilla. > ok i followed the readme to the mozilla.org/js and have been trying all that i guess ill install mozilla > > i also see a prob with openvrml is always looking for libmozjs.so > > when the lib , from js-1.5-rc3a is called libjs.so > > "libjs" is the name of the library created by the "reference build" for > SpiderMonkey. The Mozilla build, however, creates "libmozjs". There's no > technical reason that we couldn't build against "libjs", other than the > fact that OpenVRML's build scripts aren't currently set up to > accommodate this. > > -- > Braden McDaniel e-mail: <br...@en...> > <http://endoframe.com> Jabber: <br...@ja...> > > _______________________________________________ > Openvrml-develop mailing list > Ope...@li... > http://lists.sourceforge.net/lists/listinfo/openvrml-develop |
|
From: Braden M. <br...@en...> - 2001-08-08 19:47:58
|
On 08 Aug 2001 12:32:58 -0700, clayton cottingham wrote: > one question: > > how does one install spidermonkey libs The easiest way is just to install Mozilla. > i also see a prob with openvrml is always looking for libmozjs.so > when the lib , from js-1.5-rc3a is called libjs.so "libjs" is the name of the library created by the "reference build" for SpiderMonkey. The Mozilla build, however, creates "libmozjs". There's no technical reason that we couldn't build against "libjs", other than the fact that OpenVRML's build scripts aren't currently set up to accommodate this. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |
|
From: Braden M. <br...@en...> - 2001-08-08 19:43:01
|
On 08 Aug 2001 15:04:14 -0400, Diana Garroway wrote: > Ok, so I have openVRML and I have spent the last two days reading over the > code and trying to figure it out. > The documentation is horrible! But on the otherhand the code seems good. I > think documentation should become a priority, the code is too deep for just > tracing your way through it. > > Anyway besides the point, I would like to use these libraries to program > with VRML. Almost like using performer. I want the ability to trace the > scene graph, manipulate nodes, and add in features. > Does anyone have any example programs of using these libraries for anything > besides a viewer? > > Thanks in advance for your help. Yes, the docs suck. But since I'm working on rearchitecture, improving them is not a high priority. Most of the stuff I've touched in the API now has Doxygen comments, though that's really only a first step toward decent documentation. Sane docs will be a high priority once the new node architecture is in place. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |
|
From: clayton c. <dr...@sm...> - 2001-08-08 19:31:00
|
one question: how does one install spidermonkey libs i also see a prob with openvrml is always looking for libmozjs.so when the lib , from js-1.5-rc3a is called libjs.so is this true? or am i missing a step with the install? im assuming im just supposed to cp LINUX_All_OPT.OBJ/ to /usr/local/lib/ ?? any help appreciated |
|
From: clayton c. <dr...@sm...> - 2001-08-08 19:10:28
|
Diana Garroway wrote: > > Ok, so I have openVRML and I have spent the last two days reading over the > code and trying to figure it out. > The documentation is horrible! But on the otherhand the code seems good. I > think documentation should become a priority, the code is too deep for just > tracing your way through it. > > Anyway besides the point, I would like to use these libraries to program > with VRML. Almost like using performer. I want the ability to trace the > scene graph, manipulate nodes, and add in features. > Does anyone have any example programs of using these libraries for anything > besides a viewer? > > Thanks in advance for your help. > > _______________________________________________ > Openvrml-develop mailing list > Ope...@li... > http://lists.sourceforge.net/lists/listinfo/openvrml-develop if i remember correctly i think www.fakespace.com was using this code for their cave enviros |
|
From: Diana G. <dia...@nr...> - 2001-08-08 18:59:15
|
Ok, so I have openVRML and I have spent the last two days reading over the code and trying to figure it out. The documentation is horrible! But on the otherhand the code seems good. I think documentation should become a priority, the code is too deep for just tracing your way through it. Anyway besides the point, I would like to use these libraries to program with VRML. Almost like using performer. I want the ability to trace the scene graph, manipulate nodes, and add in features. Does anyone have any example programs of using these libraries for anything besides a viewer? Thanks in advance for your help. |
|
From: clayton c. <dr...@sm...> - 2001-08-08 18:18:14
|
clayton cottingham wrote: > > hey all i keep getting errors trying to compile spidermonkey > > ive tried > versions > js-1.5-rc2.tar.gz > js-1.5-rc3.tar.gz > js-1.5-rc3a.tar.gz > > and i get > s_ldexp.c: In function `fd_ldexp': > s_ldexp.c:59: `ERANGE' undeclared (first use in this function) > s_ldexp.c:59: (Each undeclared identifier is reported only once > s_ldexp.c:59: for each function it appears in.) > gmake: *** [Linux_All_DBG.OBJ/s_ldexp.o] Error 1 > > any hints appreciated! > > _______________________________________________ > Openvrml-develop mailing list > Ope...@li... > http://lists.sourceforge.net/lists/listinfo/openvrml-develop ok just tried on my home machine there is something funky with my werk machine! |
|
From: clayton c. <dr...@sm...> - 2001-08-08 18:11:19
|
hey all i keep getting errors trying to compile spidermonkey ive tried versions js-1.5-rc2.tar.gz js-1.5-rc3.tar.gz js-1.5-rc3a.tar.gz and i get s_ldexp.c: In function `fd_ldexp': s_ldexp.c:59: `ERANGE' undeclared (first use in this function) s_ldexp.c:59: (Each undeclared identifier is reported only once s_ldexp.c:59: for each function it appears in.) gmake: *** [Linux_All_DBG.OBJ/s_ldexp.o] Error 1 any hints appreciated! |
|
From: Nigel S. <ni...@ni...> - 2001-08-03 22:24:18
|
Peter, There is some code in a volume of Graphics Gems for decomposing a matrix into scale, translate, rotate and shear components. It would need some adaptation from rotating about the x, y and z axes.... An LGPL implementation is available in my GLT library: http://www.nigels.com/glt/ Cheers, Nigel > Hello, > > does anybody know some code to decompose a 4x4 matrix into a vrml > transform? -- Nigel Stewart Email: ni...@ni... WWW: http://www.nigels.com Research Student, Software Developer. Just two stops down the line at Zoo Station. |
|
From: Braden M. <br...@en...> - 2001-08-03 20:11:47
|
On 03 Aug 2001 15:19:27 -0400, Diana Garroway wrote: > I just discoved the openVRML website and it looks like this is the exact program that I have been searching for! Very exciting for me. But, the download site is down. Could someone send me the file of the latest version so I can check it out? I was having some issues with SourceForge earlier, too; but it seems to be working now. Please try again. Braden |
|
From: Diana G. <dia...@nr...> - 2001-08-03 20:10:11
|
Ok, well I just updated my browser and finally got to the code! Sorry = about the silly mistake. -----Original Message----- From: Michael A. Eriksen <er...@AI...> To: ope...@li... = <ope...@li...> Date: Friday, August 03, 2001 3:14 PM Subject: RE: [Openvrml-develop] Need the code! It works fine for me. Take a look at = http://sourceforge.net/project/showfiles.php?group_id=3D7151&release_id=3D= 45903 =20 Michael =20 =20 -----Original Message----- From: ope...@li... = [mailto:ope...@li...] On Behalf Of Diana = Garroway Sent: Friday, August 03, 2001 12:19 PM To: ope...@li... Subject: [Openvrml-develop] Need the code! =20 I just discoved the openVRML website and it looks like this is the = exact program that I have been searching for! Very exciting for me. = But, the download site is down. Could someone send me the file of the = latest version so I can check it out? =20 Please and thanks! |
|
From: Diana G. <dia...@nr...> - 2001-08-03 19:43:10
|
I acutally need a version to run on WindowsX. I tried the link for the download again, and maybe it is my connection or browser, but all I get is garbage. Is there any other place I can find it? -----Original Message----- From: clayton cottingham <dr...@sm...> To: ope...@li... <ope...@li...> Date: Friday, August 03, 2001 3:23 PM Subject: Re: [Openvrml-develop] Need the code! >> Diana Garroway wrote: >> >> I just discoved the openVRML website and it looks like this is the >> exact program that I have been searching for! Very exciting for me. >> But, the download site is down. Could someone send me the file of the >> latest version so I can check it out? >> >> Please and thanks! > > >if you need rpms go to > >http://www.hyperbomb.com/openvrml/ > >_______________________________________________ >Openvrml-develop mailing list >Ope...@li... >http://lists.sourceforge.net/lists/listinfo/openvrml-develop > |
|
From: clayton c. <dr...@sm...> - 2001-08-03 19:23:13
|
> Diana Garroway wrote: > > I just discoved the openVRML website and it looks like this is the > exact program that I have been searching for! Very exciting for me. > But, the download site is down. Could someone send me the file of the > latest version so I can check it out? > > Please and thanks! if you need rpms go to http://www.hyperbomb.com/openvrml/ |
|
From: Diana G. <dia...@nr...> - 2001-08-03 19:16:09
|
Sorry, but I forgot to include my email, and I didn't think it was fair = for everyone to have to receive a copy of the code. Please send it to dia...@nr...=20 |
|
From: Michael A. E. <er...@AI...> - 2001-08-03 19:13:58
|
It works fine for me. Take a look at http://sourceforge.net/project/showfiles.php?group_id=7151 <http://sourceforge.net/project/showfiles.php?group_id=7151&release_id=4 5903> &release_id=45903 Michael -----Original Message----- From: ope...@li... [mailto:ope...@li...] On Behalf Of Diana Garroway Sent: Friday, August 03, 2001 12:19 PM To: ope...@li... Subject: [Openvrml-develop] Need the code! I just discoved the openVRML website and it looks like this is the exact program that I have been searching for! Very exciting for me. But, the download site is down. Could someone send me the file of the latest version so I can check it out? Please and thanks! |
|
From: Diana G. <dia...@nr...> - 2001-08-03 19:10:13
|
I just discoved the openVRML website and it looks like this is the exact = program that I have been searching for! Very exciting for me. But, the = download site is down. Could someone send me the file of the latest = version so I can check it out? Please and thanks! |
|
From: Braden M. <br...@en...> - 2001-08-03 18:23:23
|
On 03 Aug 2001 19:42:40 +0200, luc...@li... wrote: > After some more investigation i found that the member variable d_v in > a VrmlMFNode object should contain a list of pointers to its sons. > This member is private so it is not accessible from client programmers. > Should i add a method to the VrmlMFNode to return its sons or is there > another way to get access to a Node' sons? Just use VrmlMFNode::getElement(). (It sounds like you are looking at an old version of the library.) Braden |