Hi Gabriel,

On Tue, 2007-08-28 at 17:17 +0200, Gabriel Zachman wrote:
> Hi all,
> 
> i've got a new intel mac.
> Now, when i try to build opensg 1.8 on it, i get the same error over  
> and over again:
> 
> /Users/zach/Code/OpenSG-1.8/Source/Base/Base/OSGBaseTypeTraits.h: 
> 1038: error: redefinition of ‘struct osg::TypeTraits<osg::UInt32>’
> /Users/zach/Code/OpenSG-1.8/Source/Base/Base/OSGBaseTypeTraits.h:452:  
> error: previous definition of ‘struct osg::TypeTraits<osg::UInt32>’
> make[3]: *** [obj-dbg/OSGCamera.o] Error 1
> 

without having looked at the code yet, my guess would be that the above
are the type traits for UInt32 and GLenum, which sometimes are typedefs
for the same thing and sometimes not :(

> Any ideas?

there were some mails about similar problems recently, although AFAIR
they were about OpenSG 2. Probably placing ifdefs around the
specializations should get your compile going again.
I'll look into this next, but don't have access to a Mac, so might need
some support with testing. 

        Hope it helps,
                Carsten

> (Maybe this does nothing have to do with the machine being an intel  
> mac, but IIRC i was able to compile 1.8 on my old ppc max fairly  
> painlessly ...)
> 
> Best regards,
> Gabriel.
> 
> ____________________________________________________________
> Der Besitz macht uns nicht halb so gluecklich,
> als uns der Verlust ungluecklich macht.         (Jean Paul)
> ____________________________________________________________
> Tel.: 05323 - 72 71 13
> Inst. fuer Informatik, Julius-Albert-Str. 4, 38678 Clausthal
> ____________________________________________________________
> 
> 
> 
> -------------------------------------------------------------------------
> 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


-------------------------------------------------------------------------
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

Reply via email to