View Single Post
  #2 (permalink)  
Old 02-09-2005
bernard's Avatar
bernard bernard is offline
ZeroC Staff
 
Name: Bernard Normier
Organization: ZeroC, Inc.
Project: Ice
 
Join Date: Feb 2003
Location: Palm Beach Gardens, FL
Posts: 834
Hi John,

I am updating the build system (and INSTALL.SOLARIS) to add support for GCC 3.4.x (probably 3.4.2 since it's the version on www.sunfreeware.com) on Solaris 9. It will be in the 2.1 release (32bit only for now), but I don't know yet if it will become an officially supported OS/Compiler combination.

I noticed in your patch that you updated the DB_FLAGS to:
DB_FLAGS = -I$(DB_HOME)/include -DHAVE_CXX_STDHEADERS

Why, since it's the first #define in <db_cxx.h>? Obviously you need to build Berkeley DB configured with --enable-cxx using the same C++ compiler as the one you use for Ice (or at least a compatible compiler)

You also made some changes to IceXML and the Freeze backup demo ... could you provide more info?

Thanks,
Bernard
Reply With Quote