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: Paolo P. <pe...@gm...> - 2011-11-07 10:07:16
|
HI all! I write you for a openVRML "trick". I googled a lot and I tried a lot, then I decided to write you. I am searching for a way of integrate openvrml and opencv (for webcam flux). The goal is to display a vrml animation onto a webcam flux. I know that you use SDL to display VRML in openVRML 0.18.8 and probably it is possible to display the webcam flux onto a SDL window. I tried some ways, but I wasn't able to do that. What I want to do is very similar to SimpleVRML example of ARToolkit.. Have you ever tried to do something? Have you got any ideas? Thank you! Paolo |
From: Braden M. <br...@en...> - 2011-08-23 14:53:00
|
On Tue, 2011-08-23 at 11:23 +0200, Nico Nadalin wrote: > Good morning > > Here are the versions of components I used : > -Visual C++ 2010 Express > -openvrml-0.18.8 > -boost_1_47 > -lpng154 > -ft246 > -SDL-devel-1.2.14-VC8 (seems to not exist for VC10) > -zlib125 > -xulrunner-6.0b5 > Here are the main compilation errors/warnings I get : > warning: > C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.Targets(1200,9): warning : The referenced project '..\local\libopenvrml-dl\openvrml-dl.vcxproj' does not exist. Whoops. That's a packaging bug. For the moment, my best suggestion is just to grab this file from svn. > errors: > C:\Program Files\boost\boost_1_47\boost/multi_index/detail/scope_guard.hpp(122): error C3083: 'mpl' : the symbol at the left of '::' must be a type (translated from french message) This is a problem introduced by Boost 1.47. You can either use Boost 1.46, or you can get OpenVRML from svn, where this has been fixed already. I'd suggest using: http://svn.openvrml.org/svnroot/openvrml/branches/0.18 I will try to release 0.18.9 this weekend which will address both of these issues. -- Braden McDaniel <br...@en...> |
From: Nico N. <nad...@ho...> - 2011-08-23 09:23:12
|
Good morning Here are the versions of components I used : -Visual C++ 2010 Express -openvrml-0.18.8 -boost_1_47 -lpng154 -ft246 -SDL-devel-1.2.14-VC8 (seems to not exist for VC10) -zlib125 -xulrunner-6.0b5 Here are the main compilation errors/warnings I get : warning: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.Targets(1200,9): warning : The referenced project '..\local\libopenvrml-dl\openvrml-dl.vcxproj' does not exist. errors: C:\Program Files\boost\boost_1_47\boost/multi_index/detail/scope_guard.hpp(122): error C3083: 'mpl' : the symbol at the left of '::' must be a type (translated from french message) Thank you for your attention, good bye Nicolas Nadalin (nad...@ho...) |
From: Braden M. <br...@en...> - 2011-07-28 16:41:25
|
On Thu, 2011-07-28 at 06:02 -0700, corinag wrote: > I extracted the points so far but I still need the faces(so I can add even > more points) .. and for that I need the type of coordIndex but somehow I > can't figure it out... Erm... I would suggest consulting the specification on such matters. It's MFInt32. -- Braden McDaniel <br...@en...> |
From: corinag <cor...@ya...> - 2011-07-28 13:03:03
|
I extracted the points so far but I still need the faces(so I can add even more points) .. and for that I need the type of coordIndex but somehow I can't figure it out... Thanks, Corina -- View this message in context: http://old.nabble.com/openvrml-tp32115792p32156403.html Sent from the openvrml-develop mailing list archive at Nabble.com. |
From: Braden M. <br...@en...> - 2011-07-27 05:50:55
|
On Tue, 2011-07-26 at 02:24 -0700, corinag wrote: > That was exactly the problem, thank you. I was using cmake and not properly > linking directories. Now I just need to figure out how to extract the points > that need to be in the point cloud ... any advice? Typically you'll need to maintain a stack of the state (that you're interested in) during parsing. You should be able to identify nodes of interest to you in on_node_start; and then fields of interest in on_field_start. -- Braden McDaniel <br...@en...> |
From: corinag <cor...@ya...> - 2011-07-26 09:29:33
|
Thanks for the reply, I figured it out. I compiled openvrml from the source code. I should have put LINK_DIRECTORIES in cmake .. that was it :) -- View this message in context: http://old.nabble.com/openvrml-tp32115792p32138575.html Sent from the openvrml-develop mailing list archive at Nabble.com. |
From: corinag <cor...@ya...> - 2011-07-26 09:24:33
|
That was exactly the problem, thank you. I was using cmake and not properly linking directories. Now I just need to figure out how to extract the points that need to be in the point cloud ... any advice? Thanks a lot, Corina -- View this message in context: http://old.nabble.com/openvrml-tp32115792p32138541.html Sent from the openvrml-develop mailing list archive at Nabble.com. |
From: Nobuhiro I. <iwa...@ni...> - 2011-07-25 13:37:27
|
Hi, How did you install openvrml? Or, are any distributions used? I think that does not install libopnevrml library (libopenvrml.so.9). How do it become it if "Ldd your application" is executed? We need more info. Best regards, Nobuhiro 2011/7/25 corinag <cor...@ya...>: > > Thank you for the reply! By running prettyprint I get the following error : > > error while loading shared libraries: libopenvrml.so.9: cannot open shared > object file: No such file or directory > > Do you know where this comes from? > > Thanks, > Corina > > > Braden McDaniel wrote: >> >> On Fri, 2011-07-22 at 07:35 -0700, Corina Gurau wrote: >>> Can OpenVRML library be used for loading a vrml file format and >>> parsing it? I am interested in transforming a .wrl in a .pcd file and I >>> am wondering if I am on the right track. Thanks. >> >> Yes. >> >> Have a look at the prettyprint example for how you can provide your own >> semantic actions to the parser. >> >> Unfortunately, I still haven't upgraded OpenVRML to use the latest >> version of Spirit. :-/ But what you are asking about can definitely be >> done with what's there now. >> >> -- >> Braden McDaniel <br...@en...> >> >> >> ------------------------------------------------------------------------------ >> 10 Tips for Better Web Security >> Learn 10 ways to better secure your business today. Topics covered >> include: >> Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, >> security Microsoft Exchange, secure Instant Messaging, and much more. >> http://www.accelacomm.com/jaw/sfnl/114/51426210/ >> _______________________________________________ >> openvrml-develop mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/openvrml-develop >> >> > > -- > View this message in context: http://old.nabble.com/openvrml-tp32115792p32130936.html > Sent from the openvrml-develop mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Storage Efficiency Calculator > This modeling tool is based on patent-pending intellectual property that > has been used successfully in hundreds of IBM storage optimization engage- > ments, worldwide. Store less, Store more with what you own, Move data to > the right place. Try It Now! http://www.accelacomm.com/jaw/sfnl/114/51427378/ > _______________________________________________ > openvrml-develop mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/openvrml-develop > -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID: 40AD1FA6 |
From: Braden M. <br...@en...> - 2011-07-25 13:31:53
|
On Mon, 2011-07-25 at 04:30 -0700, corinag wrote: > Thank you for the reply! By running prettyprint I get the following error : > > error while loading shared libraries: libopenvrml.so.9: cannot open shared > object file: No such file or directory > > Do you know where this comes from? It comes from the run-time linker. You need to set LD_LIBRARY_PATH to wherever you've put libopenvrml.so. But I'm not sure why the libtool launcher script wouldn't be taking care of this if you're running pretty-print from the build directories; how exactly are you building/running things? -- Braden McDaniel <br...@en...> |
From: corinag <cor...@ya...> - 2011-07-25 11:30:58
|
Thank you for the reply! By running prettyprint I get the following error : error while loading shared libraries: libopenvrml.so.9: cannot open shared object file: No such file or directory Do you know where this comes from? Thanks, Corina Braden McDaniel wrote: > > On Fri, 2011-07-22 at 07:35 -0700, Corina Gurau wrote: >> Can OpenVRML library be used for loading a vrml file format and >> parsing it? I am interested in transforming a .wrl in a .pcd file and I >> am wondering if I am on the right track. Thanks. > > Yes. > > Have a look at the prettyprint example for how you can provide your own > semantic actions to the parser. > > Unfortunately, I still haven't upgraded OpenVRML to use the latest > version of Spirit. :-/ But what you are asking about can definitely be > done with what's there now. > > -- > Braden McDaniel <br...@en...> > > > ------------------------------------------------------------------------------ > 10 Tips for Better Web Security > Learn 10 ways to better secure your business today. Topics covered > include: > Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, > security Microsoft Exchange, secure Instant Messaging, and much more. > http://www.accelacomm.com/jaw/sfnl/114/51426210/ > _______________________________________________ > openvrml-develop mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/openvrml-develop > > -- View this message in context: http://old.nabble.com/openvrml-tp32115792p32130936.html Sent from the openvrml-develop mailing list archive at Nabble.com. |
From: Braden M. <br...@en...> - 2011-07-22 19:57:48
|
On Fri, 2011-07-22 at 07:35 -0700, Corina Gurau wrote: > Can OpenVRML library be used for loading a vrml file format and > parsing it? I am interested in transforming a .wrl in a .pcd file and I > am wondering if I am on the right track. Thanks. Yes. Have a look at the prettyprint example for how you can provide your own semantic actions to the parser. Unfortunately, I still haven't upgraded OpenVRML to use the latest version of Spirit. :-/ But what you are asking about can definitely be done with what's there now. -- Braden McDaniel <br...@en...> |
From: Corina G. <cor...@ya...> - 2011-07-22 14:36:04
|
Hello, Can OpenVRML library be used for loading a vrml file format and parsing it? I am interested in transforming a .wrl in a .pcd file and I am wondering if I am on the right track. Thanks. Corina |
From: Nobuhiro I. <iwa...@ni...> - 2011-06-07 23:20:51
|
Hi, You seem to forget libxml2-dev Please install this. BTW, why do you use debian source pakcage? You can more easily use this on ubuntu by using this. $ dget http://ftp.de.debian.org/debian/pool/main/o/openvrml/openvrml_0.18.8-3.dsc $ sudo apt-get install debhelper quilt libgl1-mesa-dev zlib1g-dev libjpeg62-dev libpng12-dev libx11-dev \ libxext-dev, libfreetype6-dev, libfontconfig1-dev, libsdl1.2-dev \ default-jdk libmozjs-dev libboost-dev, libboost-test-dev \ libboost-thread-dev libboost-filesystem-dev libgtk2.0-dev \ libxmu-dev procps graphviz libgnomeui-dev, libglade2-dev \ libcurl4-gnutls-dev xulrunner-dev,libgtkglext1-dev libltdl-dev \ libdbus-glib-1-dev ghostscript doxygen-latex $ debuild Best regards, Nobuhiro 2011/6/8 Matthias Weg <mat...@gm...>: > Hi everybody. > I got stuck now for a long time having problems to compile the openvrml > software on my Ubuntu 11.04. I donwloaded openvrml 0.18.8, configured it > successfully. But when I try to make it, it comes up with these error > messages: > > libtool: link: g++ -pthread -DORBIT2=1 -D_REENTRANT > -I/usr/local/include/libxml2 -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pango-1.0 > -I/usr/include/freetype2 -I/usr/include/atk-1.0 > -I/usr/include/gio-unix-2.0/ -I/usr/include/libpng12 > -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 > -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 > -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 > -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 > -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gnome-vfs-2.0 > -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 > -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 > -I/usr/include/gail-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo > -I/usr/include/pixman-1 -pthread -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread > -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include > -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g > -O2 -pthread -pthread -pthread -o openvrml-player/openvrml-player > openvrml-player/openvrml_player_openvrml_player-filechooserdialog.o > openvrml-player/openvrml_player_openvrml_player-player.o > openvrml-player/openvrml_player_openvrml_player-curlbrowserhost.o > -Wl,--export-dynamic > -L/usr/lib/x86_64-linux-gnu /usr/lib/libgnomeui-2.so -lSM > -lICE /usr/lib/libbonoboui-2.so /usr/lib/libgnomevfs-2.so /usr/lib/libgnomecanvas-2.so /usr/lib/libart_lgpl_2.so /usr/lib/libgconf-2.so /usr/lib/libgnome-2.so /usr/lib/libpopt.so /usr/lib/libbonobo-2.so /usr/lib/libbonobo-activation.so /usr/lib/libORBit-2.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/x86_64-linux-gnu/libatk-1.0.so /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so -lgdk_pixbuf-2.0 -lm /usr/lib/libcairo.so /usr/lib/x86_64-linux-gnu/libpango-1.0.so /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig /usr/lib/x86_64-linux-gnu/libgio-2.0.so /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so -ldbus-glib-1 -ldbus-1 -lpthread /usr/lib/x86_64-linux-gnu/libgobject-2.0.so /usr/lib/x86_64-linux-gnu/libgthread-2.0.so -lrt /usr/lib/x86_64-linux-gnu/libglib-2.0.so /usr/lib/libcurl-gnutls.so -pthread > /usr/lib/libbonoboui-2.so: undefined reference to > `xmlFree@LIBXML2_2.4.30' > /usr/lib/libbonoboui-2.so: undefined reference to > `xmlStrdup@LIBXML2_2.4.30' > /usr/lib/libgnomevfs-2.so: undefined reference to > `xmlTextReaderRead@LIBXML2_2.4.30' > /usr/lib/libgnomevfs-2.so: undefined reference to > `xmlTextReaderConstName@LIBXML2_2.6.0' > /usr/lib/libgnomevfs-2.so: undefined reference to > `xmlTextReaderGetAttribute@LIBXML2_2.5.0' > /usr/lib/libgnomevfs-2.so: undefined reference to > `xmlTextReaderDepth@LIBXML2_2.4.30' > /usr/lib/libgnomevfs-2.so: undefined reference to > `xmlTextReaderConstXmlLang@LIBXML2_2.6.0' > /usr/lib/libbonoboui-2.so: undefined reference to > `xmlParseDocument@LIBXML2_2.4.30' > /usr/lib/libgnomevfs-2.so: undefined reference to > `xmlNewTextReaderFilename@LIBXML2_2.4.30' > /usr/lib/libgnomevfs-2.so: undefined reference to > `xmlTextReaderNodeType@LIBXML2_2.4.30' > /usr/lib/libbonoboui-2.so: undefined reference to > `xmlCreateMemoryParserCtxt@LIBXML2_2.4.30' > /usr/lib/libbonoboui-2.so: undefined reference to > `xmlFreeParserCtxt@LIBXML2_2.4.30' > /usr/lib/libbonoboui-2.so: undefined reference to > `xmlCreateFileParserCtxt@LIBXML2_2.4.30' > /usr/lib/libgnomevfs-2.so: undefined reference to > `xmlFreeTextReader@LIBXML2_2.4.30' > /usr/lib/libgnomevfs-2.so: undefined reference to > `xmlTextReaderConstValue@LIBXML2_2.6.0' > collect2: ld returned 1 exit status > make[4]: *** [openvrml-player/openvrml-player] Error 1 > make[4]: Leaving directory > `/home/matse/Documents/Software-System/openvrml-0.18.8/src' > make[3]: *** [all-recursive] Error 1 > make[3]: Leaving directory > `/home/matse/Documents/Software-System/openvrml-0.18.8/src' > make[2]: *** [all] Error 2 > make[2]: Leaving directory > `/home/matse/Documents/Software-System/openvrml-0.18.8/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory > `/home/matse/Documents/Software-System/openvrml-0.18.8' > make: *** [all] Error 2 > > Until now I wasn't able to figure out what's wrong. I know it has to do > something with the LIBXML2 package, but this is installed correctly. > > Any hints on how to solve this problem appreciated. > > > ------------------------------------------------------------------------------ > EditLive Enterprise is the world's most technically advanced content > authoring tool. Experience the power of Track Changes, Inline Image > Editing and ensure content is compliant with Accessibility Checking. > http://p.sf.net/sfu/ephox-dev2dev > _______________________________________________ > openvrml-develop mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/openvrml-develop > -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID: 40AD1FA6 |
From: Matthias W. <mat...@gm...> - 2011-06-07 22:02:08
|
Hi everybody. I got stuck now for a long time having problems to compile the openvrml software on my Ubuntu 11.04. I donwloaded openvrml 0.18.8, configured it successfully. But when I try to make it, it comes up with these error messages: libtool: link: g++ -pthread -DORBIT2=1 -D_REENTRANT -I/usr/local/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/libpng12 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1 -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/gail-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 -pthread -pthread -pthread -o openvrml-player/openvrml-player openvrml-player/openvrml_player_openvrml_player-filechooserdialog.o openvrml-player/openvrml_player_openvrml_player-player.o openvrml-player/openvrml_player_openvrml_player-curlbrowserhost.o -Wl,--export-dynamic -L/usr/lib/x86_64-linux-gnu /usr/lib/libgnomeui-2.so -lSM -lICE /usr/lib/libbonoboui-2.so /usr/lib/libgnomevfs-2.so /usr/lib/libgnomecanvas-2.so /usr/lib/libart_lgpl_2.so /usr/lib/libgconf-2.so /usr/lib/libgnome-2.so /usr/lib/libpopt.so /usr/lib/libbonobo-2.so /usr/lib/libbonobo-activation.so /usr/lib/libORBit-2.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/x86_64-linux-gnu/libatk-1.0.so /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so -lgdk_pixbuf-2.0 -lm /usr/lib/libcairo.so /usr/lib/x86_64-linux-gnu/libpango-1.0.so /usr/lib/x86_64-linux-gnu/libfreetype.so -lfontconfig /usr/lib/x86_64-linux-gnu/libgio-2.0.so /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so -ldbus-glib-1 -ldbus-1 -lpthread /usr/lib/x86_64-linux-gnu/libgobject-2.0.so /usr/lib/x86_64-linux-gnu/libgthread-2.0.so -lrt /usr/lib/x86_64-linux-gnu/libglib-2.0.so /usr/lib/libcurl-gnutls.so -pthread /usr/lib/libbonoboui-2.so: undefined reference to `xmlFree@LIBXML2_2.4.30' /usr/lib/libbonoboui-2.so: undefined reference to `xmlStrdup@LIBXML2_2.4.30' /usr/lib/libgnomevfs-2.so: undefined reference to `xmlTextReaderRead@LIBXML2_2.4.30' /usr/lib/libgnomevfs-2.so: undefined reference to `xmlTextReaderConstName@LIBXML2_2.6.0' /usr/lib/libgnomevfs-2.so: undefined reference to `xmlTextReaderGetAttribute@LIBXML2_2.5.0' /usr/lib/libgnomevfs-2.so: undefined reference to `xmlTextReaderDepth@LIBXML2_2.4.30' /usr/lib/libgnomevfs-2.so: undefined reference to `xmlTextReaderConstXmlLang@LIBXML2_2.6.0' /usr/lib/libbonoboui-2.so: undefined reference to `xmlParseDocument@LIBXML2_2.4.30' /usr/lib/libgnomevfs-2.so: undefined reference to `xmlNewTextReaderFilename@LIBXML2_2.4.30' /usr/lib/libgnomevfs-2.so: undefined reference to `xmlTextReaderNodeType@LIBXML2_2.4.30' /usr/lib/libbonoboui-2.so: undefined reference to `xmlCreateMemoryParserCtxt@LIBXML2_2.4.30' /usr/lib/libbonoboui-2.so: undefined reference to `xmlFreeParserCtxt@LIBXML2_2.4.30' /usr/lib/libbonoboui-2.so: undefined reference to `xmlCreateFileParserCtxt@LIBXML2_2.4.30' /usr/lib/libgnomevfs-2.so: undefined reference to `xmlFreeTextReader@LIBXML2_2.4.30' /usr/lib/libgnomevfs-2.so: undefined reference to `xmlTextReaderConstValue@LIBXML2_2.6.0' collect2: ld returned 1 exit status make[4]: *** [openvrml-player/openvrml-player] Error 1 make[4]: Leaving directory `/home/matse/Documents/Software-System/openvrml-0.18.8/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/matse/Documents/Software-System/openvrml-0.18.8/src' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/matse/Documents/Software-System/openvrml-0.18.8/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/matse/Documents/Software-System/openvrml-0.18.8' make: *** [all] Error 2 Until now I wasn't able to figure out what's wrong. I know it has to do something with the LIBXML2 package, but this is installed correctly. Any hints on how to solve this problem appreciated. |
From: Braden M. <br...@en...> - 2011-05-17 01:51:14
|
Please use the mailing list. On Mon, 2011-05-16 at 13:36 -0500, Andres Ussa Caycedo wrote: > On 05/16/2011 08:10 AM, Braden McDaniel wrote: > > On Mon, 2011-05-16 at 00:01 -0500, Andres Ussa Caycedo wrote: > > > >> Hi, I saw the prerequisites, I think I have everything I need > >> > >> installed... when I run "./configure", this is the error I get: > >> > >> checking for OpenGL Utility library... -lGLU > >> checking for varargs GLU tesselator callback function type... no > >> checking for sdl-config... no > >> configure: error: in `/home/andres/Downloads/openvrml-0.18.8': > >> configure: error: The Java Native Interface is required for Script node > >> Java support. > >> See `config.log' for more details > >> > >> what am I doing wrong? how do I solve this? help please :D > >> > > configure didn't find jni.h. You need either to install a JDK or to > > pass --disable-script-node-java. > > > > You can find this (and other configure options) documented in the > > section '"configure options' in README. > > > > > I ran: > > ./configure --disable-script-node-javascript --disable-render-text-node > > getting the same error: > > http://pastebin.com/PJuhSA9j That's not what I wrote above. > and I have: > > i sun-java6-jdk - Sun Java(TM) > Development Kit (JDK) 6 > > does this JDK work? Most likely. But if that package has put the JNI headers somewhere your compiler doesn't know about, you probably need to set CPPFLAGS appropriately. For example, I find it necessary (on Fedora) to do: $ configure CPPFLAGS='-I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux' …to get the necessary bits. The requisite header files may be in a different location on a different distribution and/or using a slightly different Java package. The README does mention this. -- Braden McDaniel <br...@en...> |
From: Braden M. <br...@en...> - 2011-05-16 13:10:33
|
On Mon, 2011-05-16 at 00:01 -0500, Andres Ussa Caycedo wrote: > Hi, I saw the prerequisites, I think I have everything I need > > installed... when I run "./configure", this is the error I get: > > checking for OpenGL Utility library... -lGLU > checking for varargs GLU tesselator callback function type... no > checking for sdl-config... no > configure: error: in `/home/andres/Downloads/openvrml-0.18.8': > configure: error: The Java Native Interface is required for Script node > Java support. > See `config.log' for more details > > what am I doing wrong? how do I solve this? help please :D configure didn't find jni.h. You need either to install a JDK or to pass --disable-script-node-java. You can find this (and other configure options) documented in the section '"configure options' in README. -- Braden McDaniel <br...@en...> |
From: Nobuhiro I. <iwa...@ni...> - 2011-05-16 05:12:43
|
Hi, 2011/5/16 Andres Ussa Caycedo <ac...@ms...>: > Hi, I saw the prerequisites, I think I have everything I need > > installed... when I run "./configure", this is the error I get: > > checking for OpenGL Utility library... -lGLU > checking for varargs GLU tesselator callback function type... no > checking for sdl-config... no > configure: error: in `/home/andres/Downloads/openvrml-0.18.8': > configure: error: The Java Native Interface is required for Script node > Java support. > See `config.log' for more details > > what am I doing wrong? how do I solve this? help please :D > I think that you need --disable-render-text-node or/and --disable-script-node-javascript. Best regards, Nobuhiro -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID: 40AD1FA6 |
From: Andres U. C. <ac...@ms...> - 2011-05-16 05:01:19
|
Hi, I saw the prerequisites, I think I have everything I need installed... when I run "./configure", this is the error I get: checking for OpenGL Utility library... -lGLU checking for varargs GLU tesselator callback function type... no checking for sdl-config... no configure: error: in `/home/andres/Downloads/openvrml-0.18.8': configure: error: The Java Native Interface is required for Script node Java support. See `config.log' for more details what am I doing wrong? how do I solve this? help please :D |
From: Braden M. <br...@en...> - 2011-05-13 15:09:15
|
On Fri, 2011-05-13 at 18:13 +0530, surya pavan wrote: > Hi, > > > > I came across openVRML while evaluating plug-ins/tools to render 3D images > in browsers. I downloaded openVRML from > http://sourceforge.net/projects/openvrml/ site. I found many *.sh and *.cpp > files in the downloaded stuff and couldn’t able to identify the exact > process to use *Mozilla browser plug-in. *Currently, I would like to use the > Mozilla browser plug-in in windows. > > > > Please assist me in installing and working with Mozilla browser plug-in ? > > Is there any direct tool /plugin installed for browser and get it worked ? Please use a sensible Subject for your mail to the list. 1. OpenVRML is distributed as source code. You need to build it. On Windows, you can use the free Visual C++ Express compiler. Instructions for building are here: <https://sourceforge.net/apps/trac/openvrml/wiki/BuildOpenvrmlOnWindows>. Unfortunately, they're a bit dated with respect to the latest project files/Visual C++ version. I will try to update them soon. 2. Unfortunately, there's not a Windows version of the plug-in yet. -- Braden McDaniel <br...@en...> |
From: surya p. <sur...@gm...> - 2011-05-13 12:45:14
|
Hi, I came across openVRML while evaluating plug-ins/tools to render 3D images in browsers. I downloaded openVRML from http://sourceforge.net/projects/openvrml/ site. I found many *.sh and *.cpp files in the downloaded stuff and couldn’t able to identify the exact process to use *Mozilla browser plug-in. *Currently, I would like to use the Mozilla browser plug-in in windows. Please assist me in installing and working with Mozilla browser plug-in ? Is there any direct tool /plugin installed for browser and get it worked ? Regards, *Surya Pavan Nersu* Mobile: + 91 967 649 7345 |
From: Braden M. <br...@en...> - 2011-05-07 15:05:40
|
On Sat, 2011-05-07 at 15:31 +0300, Ravit Ben Shlush wrote: > Hi, > > I'm trying to install openvrml-0.18.8. > As written in INSTALL file, I did : > > - cd to openvrml-0.18.8 folder > - typed ./configure > > I got the foloowing errors during ./configure : > > checking ltdl.h usability... no > checking ltdl.h presence... no > checking for ltdl.h... no > configure: error: in `/home/r/Desktop/openvrml-0.18.8': > configure: error: ltdl.h not found > See `config.log' for more details > > > What can I do to solve this ? You can install the development headers for libltdl (part of libtool). See "Prerequisites" and "Optional dependencies" in README for similar issues you might encounter. -- Braden McDaniel <br...@en...> |
From: Ravit B. S. <rav...@gm...> - 2011-05-07 12:32:01
|
Hi, I'm trying to install openvrml-0.18.8. As written in INSTALL file, I did : - cd to openvrml-0.18.8 folder - typed ./configure I got the foloowing errors during ./configure : checking ltdl.h usability... no checking ltdl.h presence... no checking for ltdl.h... no configure: error: in `/home/r/Desktop/openvrml-0.18.8': configure: error: ltdl.h not found See `config.log' for more details What can I do to solve this ? thanks |
From: Guillaume R. <gui...@gm...> - 2011-04-21 09:18:00
|
Hello. Here are two simple patches fixing some string format error in openvrml. -- BOFH excuse #64: CPU needs recalibration |
From: Nobuhiro I. <iwa...@ni...> - 2011-04-21 00:22:32
|
Hi, 2011/4/21 Braden McDaniel <br...@en...>: > On Wed, 2011-04-20 at 17:22 +0900, Nobuhiro Iwamatsu wrote: >> Hi, >> >> By update to 0.18.7 , library soname was changed from 9 to 8. >> This is caused by a change of LIBOPENVRML_LIBRARY_VERSION. >> >> Though API is not changed (you did not change interface number) ,in >> much distoribution, >> re-build is necessary for the application to use this library. >> >> Could you coordinate LIBOPENVRML_LIBRARY_VERSION not to downgrade soname? > > Sigh. > > Sorry, I screwed this up. The Libtool version should have been updated > to 10:0:1 for this release; but I did it wrong and set it to 9:5:1. > > As far as 0.18.7 is concerned, I suggest distributions fix this at make > time; e.g.: > > $ make LIBOPENVRML_LIBRARY_VERSION=10.0.1 > > I can rush out a 0.18.8 release that fixes this; or do you think that > would do more harm than good? Many developers and pakcage maintainter may not watch this ML. If you release 0.18.8, they and I are glad :-). Best regards, Nobuhiro -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID: 40AD1FA6 |