views:

157

answers:

1

I have tried macports:

port install openvrml

Also tried fink (with unstable tree configuration)

fink install openvrml6-xembed-dev

and both failed.

Also tried downloading the source form Sourceforge and don't know what do with those sources. OpenVRML from sourceforge

should I run just do this? :

./configure
make

Any help is very appreciated , thanks ;)

+1  A: 

You don't give any information about what sorts of failures you've seen so it's difficult to guess. However, it looks like one fix for an openvrml build problem was just checked-in to macports. If the problem description looks familiar, you might want to try it again:

sudo port sync
sudo port install openvrml
Ned Deily
thank you very much Ned, I updated macports and this time I could install it.But now I am having trouble using it. The post is here:http://stackoverflow.com/questions/1678828/openvrml-in-snow-leopard-from-macports
nacho4d
Glad it helped. P.S. Don't forget to accept answers so that answerers will get points.
Ned Deily