"Don Burns" wrote: > For sunos, you have a file missing which is makedefs.sunos, the contents of > which look like this: > ifeq ($(COMPILER),gnu) > include $(PLATFORMDIR)/makedefs.sunos_gcc > else > include $(PLATFORMDIR)/makedefs.sunos_forte > endif
Don, would you consider adding a space after 'ifeq' on line 22 in 'makedefs.sunos_forte' ? I guess it belongs there. I'm still facing a bunch of compiler errors on Solaris/SunStudio, will try to investigate how things should look like. On IRIX I see that 'g++' is required for building Producer. The SGI here is using MIPSPro, so the same issue uncovers like on Solaris/SunStudio, Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are ! -------------------------------------------------------------------------- _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
