Ticket #23820 (closed defect: fixed)
inventor build failure
| Reported by: | kamilaht@… | Owned by: | css@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.8.2 |
| Keywords: | Cc: | ||
| Port: | inventor |
Description
Mac OS X (10.5.8)
I'm unable to install inventor using macports.
inventor output:
---> Computing dependencies for inventor
---> Building inventor
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
make[1]: Nothing to be done for `all'.
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
make[2]: Nothing to be done for `all'.
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
if [ ! -L freetype ]; then ln -fs ang freetype; fi
if [ ! -L flclient.h ]; then ln -s ../src/flclient.h .; fi
make[1]: warning: jobserver unavailable: using -j1. Add `+' to parent make rule.
for i in database interaction nodekits; do /usr/bin/make -C$i all || exit 1; done
make[5]: Nothing to be done for `all'.
/usr/bin/g++ -I/opt/local/include -I/opt/local/include -I. -I../../../../lib/database/include -I../../../../lib/interaction/include -I../../../../lib/nodekits/include -I../../../../libSoXt/include\
-dynamic -fPIC -fno-common -DIVPREFIX=\"/opt/local\" -O -DNDEBUG -c So.c++
In file included from SoBase.c++:60,
from So.c++:56:
../../../../lib/database/include/Inventor/SoPath.h:343: error: 'SoTempPath' has not been declared
In file included from So.c++:61:
SoPath.c++:1118: error: prototype for 'void SoLightPath::makeTempPath(SoTempPath*) const' does not match any in class 'SoLightPath'
../../../../lib/database/include/Inventor/SoPath.h:343: error: candidate is: void SoLightPath::makeTempPath(int*) const
make[4]: *** [So.o] Error 1
make[3]: *** [all] Error 1
make[2]: *** [all] Error 1
make[1]: *** [libInventor.a] Error 1
make: *** [all] Error 1
Change History
comment:2 Changed 3 years ago by macsforever2000@…
- Keywords inventor removed
- Owner changed from macports-tickets@… to css@…
- Port set to inventor
- Cc kamilaht@… removed
comment:3 Changed 3 years ago by css@…
- Status changed from new to assigned
I'm unable to duplicate this without access to Leopard. Inventor doesn't build on Snow Leopard either. I recommend trying the Coin port, as it's likely the SGI Open Inventor source has reached a state that's being left behind by newer compilers.
Note: See
TracTickets for help on using
tickets.


Cc Me!