Hi,

OpenSG nearly compiles :-)
But there's an issue during compilation of lib OSGImageFileIO:

OSGJPGImageFileType.cpp
22>c:\devel\opensgsupport\unpack\jpeg-6b\jmorecfg.h(161) : error C2371: 'INT32' 
: redefinition; different basic types
22>        C:\Program Files (x86)\Microsoft Visual Studio 
8\VC\PlatformSDK\include\basetsd.h(62) : see declaration of 'INT32'

Seems that some symbols are both defined in system and libjpeg headers. Any 
solutions or workarounds?

thx,
Michael

-------- Original-Nachricht --------
> Datum: Mon, 08 Feb 2010 12:32:29 +0800
> Von: "Gerrit Voß" <vo...@vossg.org>
> An: opensg-users@lists.sourceforge.net
> Betreff: Re: [Opensg-users] Building OpenSG 2.0

> 
> Hi,
> 
> On Sun, 2010-02-07 at 19:31 +0100, Michael Raab wrote:
> > Hi all,
> > 
> > I've read the ReadMe.txt, thanks that helped a lot.
> > Sorry about my stupid questions but I'm new to CMake...
> > I'm not sure about step 5 - "Build and Install". Do I have to build all
> support packages by my self or is there a way that CMake builds it before?
> 
> no you have to build them yourself, but that should not be a problem.
> CMake is just another native build system (Makefiles, VS projects, ...)
> generator (like imake or qmake are). All it does it determine which 
> configuration you have and generate the appropriate native build setup.
> E.g. for Windows, once you ran configure and generate you will find
> the solution file in the build directory (assuming you chose the
> solution generator in the beginning) which you simply open
> with Visual Studio and build it as usual (e.g. batch build
> release/debug). The solution also contains the INSTALL target to install
> the resulting libs.
> 
> kind regards
>   gerrit
> 
> 
> 
> ------------------------------------------------------------------------------
> The Planet: dedicated and managed hosting, cloud storage, colocation
> Stay online with enterprise data centers and the best network in the
> business
> Choose flexible plans and management services without long-term contracts
> Personal 24x7 support from experience hosting pros just a phone call away.
> http://p.sf.net/sfu/theplanet-com
> _______________________________________________
> Opensg-users mailing list
> Opensg-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/opensg-users

-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to