Hi all,
I am building ICE on FreeBSD5.1, and I cannot proceed without db_cxx.h,
I search on my machine and cannot find it. Does my system lack of something that is needed by ICE?
What I got is the next messages:
--------
In file included from ../Freeze/ConnectionI.h:15,
from ConnectionI.cpp:10:
../Freeze/TransactionI.h:14:20: db_cxx.h: No such file or directory
In file included from ../Freeze/ConnectionI.h:16,
from ConnectionI.cpp:10:
../Freeze/SharedDbEnv.h:16:20: db_cxx.h: No such file or directory
In file included from ../Freeze/MapI.h:14,
from ConnectionI.cpp:11:
../Freeze/SharedDb.h:14:20: db_cxx.h: No such file or directory
...
-------
.... and what I was building is :
Ice-2.1.0.tar.gz and ThirdParty-Sources-2.1.0.tar.gz, I have build and install bzip2-1.0.2.tar.gz db-4.2.52.zip expat-1.95.8.tar.gz openssl-0.9.7e.tar.gz, threre is no problems with those ThirdParty Packages.
My Make.rules is something like this:
Code:prefix = /usr/local/Ice-$(VERSION) OPTIMIZE = yes GPL_BUILD := yes ifeq ($(GPL_BUILD),yes) USE_READLINE := yes endif #STLPORT_HOME ?= /opt/STLport #BZIP2_HOME = /usr/bin/ #DB_HOME = /usr/local/BerkeleyDB.4.2 OPENSSL_HOME = /usr/local/ KERBEROS_HOME ?= /usr/kerberos EXPAT_HOME = /usr/local/ #READLINE_HOME ?= /opt/readline # ... Many other lines that no need to be changed ...

Reply With Quote
