Hi there, i am trying to build the OpenSG-1-8-0 tagged version from cvs.(I also tried the current HEAD, but the error doesn't seem to be fixed in there, too.)
While generating dependencies, i get #error Could not determine compiler / os combination in OSGConfig.h. i would expect that the section # if defined(__sun) && !defined(__GNUC__) is taken. i configured with CC=cc CXX=CC ... --with-compiler=CCwhich seems to work as it did in 1.6. the configure output is fine and says "checking whether we are using GNU C++... no" but obviously the __GNUC__ define is (incorrectly) set somewhere, if i comment it out, changing the above line to
# if defined(__sun) //&& !defined(__GNUC__)the dependency generation succeeds. This fix works for this concrete setup here, but i wanted to point you towards it so you guys can fix it for everyone. (not this way of course, but by finding out where the __GNUC__ define is set..)
regards, Patric -- Patric Schmitz, MaTA i.A. RWTH Aachen University, Center for Computing and Communication Rechen- und Kommunikationszentrum, Virtual Reality Group Seffenter Weg 23, D 52074 Aachen (Germany) Phone: + 49 241 80 24893 mailto:[EMAIL PROTECTED] http://www.rz.rwth-aachen.de
smime.p7s
Description: S/MIME Cryptographic Signature
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
