Hi,

On Wed, 2009-10-14 at 17:29 -0400, Maslowski, Eric wrote:
> Hello,
>   I did a fresh start (PC & Build) and the scripts seem to be just fine. 
> The majority of OpenSG compiles without error, but I receive a few errors 
> related to PCE when building OSGFileIO.

ok sounds better ;). Sometimes cmake gets caught up it its cache and you
have to delete the cache and start fresh. For this you can put a 
CMakeCacheInitial.txt into your OpenSG root dir with all the setting
so the you don't have to repeat them over and over again. This is read
once the first time you configure with cmake.

> 1>LINK : fatal error LNK1104: cannot open file 
> 'OSG_COLLADA_PCRE_LIBRARY_TARGET-NOTFOUND.obj'
>
> I'll dig a little deeper into this tomorrow, but if you have any ideas I'd 
> appreciate it.

could you check the link property tab of the OSGFileIO subproject if
there are more of these -NOTFOUND.obj entries. This particular one
usually means cmake thinks collada is available but the prce lib is
missing. But the checks itself are not very sophisticated. For the
static version of collada to work you need to have all the libs used by
collada, IIRC pcre, iconv, libxm2. Could you check if some of them are
missing. I'll try to make  the cmake setup more robust so it does more
clever checks ;)

Sorry for the trouble.
  
kind regards,
  gerrit



------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to