From: Thierry T. <th...@Fr...> - 2007-06-03 20:30:02
|
Hello, Trying to upgrade the FreeBSD port - still v. 0.15.10 - I have noticed some points: - it builds fine, but I have to link openvrml-xembed and the tests programs with JNI_LIBS, ${JAVA_HOME}/jre/lib/${ARCH}/client/libjvm.so; - to run it, I have to manually install libgdkglext-x11-1.0.so and libgtkglext-x11-1.0.so; - openvrml-player can display e.g. the example Anchor.wrl, but trying warbird.wrl only displays the following messages: ROLL_TURN: 3: Error: axis component of rotation is not normalized openvrml/script.cpp:3257: verification (ok) failed UP_DOWN_TURN: 5: Error: axis component of rotation is not normalized openvrml/script.cpp:3257: verification (ok) failed 35: Error: axis component of rotation is not normalized openvrml/script.cpp:3257: verification (ok) failed 35: Error: axis component of rotation is not normalized openvrml/script.cpp:3257: verification (ok) failed Assertion failed: (value == value), function x, file ./openvrml/basetypes.h, line 475. (openvrml-player:81595): GLib-CRITICAL **: g_error_free: assertion `error != NULL' failed Do you see these messages on other platforms? For thoses interested, my patch to upgrade the FreeBSD port is available at <http://people.freebsd.org/~thierry/ports/openvrml.diff>. Regards, -- Th. Thomas. |