-
Open Inventor and Suse 9.0
I'm trying to run an Open Inventor program (written in C++), I installed everything that's needed, compiling is successful, but RUN and MAKE (using XWPE) - or simply "g++ helloCone.cpp" return something like this:
undefined reference to SoXt::Init(args'n'stuff)
undefined reference to SoXt::bla.....
using "-lInventor" helped to decrease the number of "undefinded references", but still I have left 5 of them...
Does anybody know how I can defeat those?
Thanks and Greetings Andi
-
Re: Open Inventor and Suse 9.0
My guess is that you haven't compiled and installed SoXt yet. This is the interface for OpenInventor against X11. I know you can download it from www.coin3d.org , but I'm not sure whether it works with the original SGI OpenInventor (Coin3d based on OI and is open source aswell).
[This message has been edited by Oystein (edited 12-26-2003).]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules