Hi,

On Mon, 2011-10-03 at 19:43 +0200, Charles-Henri Babiaud wrote:
> Hi all!
> 
> I'm trying to build the 2.0.0-pre1 (last svn version) with CMake and then 
> with VS2010.

just to confirm are you using 

http://www.opensg.org/svn_repo/trunk 

or 

git://opensg.git.sourceforge.net/gitroot/opensg/opensg ?

we moved the repository back to sourceforge a while ago and do not keep
the old svn repository up-to-date (we actually should switch it off).

So if you still use the www.opensg.org svn repository please switch to 
the sourceforge git. The errors in OSGBase you pasted below should have
been fixed in the git repository a while back.

> However things aren't compiling correctly. It seems I have installed every 
> required dependencies, 
> but CMake is showing me lots of error messages. I checked the variables in 
> the CMake directory and everything seems to 
> be correct. For information i'm using gnuwin32 installer.

I haven't tries those so far, an alternative would be to follow

Support/Readme.txt

as we provide a cmake project to build all the required support libs.

As of yesterday there is the first instalment of a build script (git
repo) :

Tools/DailyBuild/buildOpenSG.py

Currently it is meant to run in a clean/empty directory and as of
now only requires python/cmake/git to be installed.

If you let it run it will download/build/install all variants of OpenSG
as well as the corresponding support libs including boost (qt is the
only element still missing). Also I only tested it on Win32/Win64/Linux.
You might want to give it a try. I'm still working on the documentation
and some details though ;) If you only want to build the support libs
you can run it with the -o option which prevents OpenSG itself from
being build.

> I tryed out to fix dependencies but couldn't figure out what's really wrong 
> (some of the dependencies seems to be optional)

all of them except boost are optional as they are mainly in there to
support specific file formats so without them the corresponding format
is just not included.

> The source is builded in a directory and a VS Project is generated but it 
> cannot be compiled whithout errors. 
> 
> Here is a trace of our CMake:
> http://pastebin.com/aVbjyY1X

this unfortunately comes up with 'Unknown Paste ID' so I can't really 
see what goes wrong here.

> And here the compilations errors in debug mode on VS2010:
> http://pastebin.com/qqMNMkxG

as said above the problem should be fixed in the sourceforge git tree 

kind regards
  gerrit



------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to