Hi,

On Thu, 2011-01-06 at 10:36 -0600, Aron Bierbaum wrote:
> If I build OpenSG with the build type of 'Release' everything seems to
> work correctly. If I switch the build type to 'RelWithDebInfo' I get a
> lot of the following errors:
> 
> NMAKE : fatal error U1073: don't know how to make
> 'OSG_ZLIB_LIBRARY_TARGET-NOTFOUND'
> 
> Any ideas would be greatly appreciated.

hmm, OpenSG does not use the default cmake build types (which 
RelWithDebInfo is IIRC). OpenSG's are (see CMAKE_CONFIGURATION_TYPES)

Debug
DebugOpt
ReleaseNoOpt
Release

The corresponding one should be DebugOpt (debug runtime with optimizing
compiler settings).

I just tried it and that seems to work fine

Unfortunately cmake does not have 'enum' variables so we can't really
enforce the correct settings, well except to error out on a wrong one,
which I will add.

kind regards
  gerrit



------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to