There is a /usr/local/include/db.h Given the header it looks like it's from oracle.
/* * See the file LICENSE for redistribution information. * * Copyright (c) 1996-2006 * Oracle Corporation. All rights reserved. * * $Id: db.in,v 12.108 2006/09/13 14:53:37 mjc Exp $ * * db.h include file layout: * General. * Database Environment. * Locking subsystem. * Logging subsystem. * Shared buffer cache (mpool) subsystem. * Transaction subsystem. * Access methods. * Access method cursors. * Dbm/Ndbm, Hsearch historic interfaces. */ How do I fix the problem? Many thanks for your help with this. On Nov 2, 2007, at 2:52 PM, Alexander K. Hansen wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Thanks. I conflated this error with another db-related one. > > Check if you have another db.h file that's getting picked up other > than Fink's, such as in /usr/local/include . > > Laran Evans wrote: >> lc278:~ laran$ fink --version Package manager version: 0.27.7 >> Distribution version: 0.8.1.rsync i386 >> >> Copyright (c) 2001 Christoph Pfisterer Copyright (c) 2001-2007 The >> Fink Package Manager Team This program is distributed in the hope >> that it will be useful, but WITHOUT ANY WARRANTY; without even the >> implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR >> PURPOSE. See the GNU General Public License for more details. >> lc278:~ laran$ sw_vers ProductName: Mac OS X ProductVersion: >> 10.5 BuildVersion: 9A581 lc278:~ laran$ >> >> >> On Nov 2, 2007, at 2:45 PM, Alexander K. Hansen wrote: >> >> This looks like the error you get if you're on 10.4 and are still >> using the 10.4-transitional distribution. What do you get from the >> following commands: >> >> fink --version sw_vers >> >> Laran Evans wrote: >>>>> I need to figure out how to get past this error I get every >>>>> time I try running update-all. Any suggestions? >>>>> >>>>> Here's the error. >>>>> >>>>> + make /bin/sh ./libtool --mode=compile cc -c -Os >>>>> -I../dist/.. ../dist/../ db_dump185/db_dump185.c cc -c -Os >>>>> -I../dist/.. ../dist/../db_dump185/db_dump185.c -fno- common >>>>> -DPIC -o .libs/db_dump185.o >>>>> ../dist/../db_dump185/db_dump185.c: In function 'main': >>>>> ../dist/../db_dump185/db_dump185.c:212: warning: assignment >>>>> makes pointer from integer without a cast >>>>> ../dist/../db_dump185/db_dump185.c:214: warning: assignment >>>>> makes pointer from integer without a cast >>>>> ../dist/../db_dump185/db_dump185.c:229: error: 'struct __db' >>>>> has no member named 'seq' >>>>> ../dist/../db_dump185/db_dump185.c:229: error: 'R_NEXT' >>>>> undeclared (first use in this function) >>>>> ../dist/../db_dump185/db_dump185.c:229: error: (Each >>>>> undeclared identifier is reported only once >>>>> ../dist/../db_dump185/db_dump185.c:229: error: for each >>>>> function it appears in.) >>>>> ../dist/../db_dump185/db_dump185.c:234: error: 'struct __db' >>>>> has no member named 'seq' ../dist/../db_dump185/db_dump185.c: >>>>> In function 'db_hash': >>>>> ../dist/../db_dump185/db_dump185.c:262: error: 'struct __db' >>>>> has no member named 'internal' >>>>> ../dist/../db_dump185/db_dump185.c:264: error: 'struct __db' >>>>> has no member named 'internal' >>>>> ../dist/../db_dump185/db_dump185.c: In function 'db_btree': >>>>> ../dist/../db_dump185/db_dump185.c:289: error: 'struct __db' >>>>> has no member named 'internal' make: *** [db_dump185.lo] >>>>> Error 1 ### execution of /var/tmp/tmp.1.MgxfQd failed, exit >>>>> code 2 Removing runtime build-lock... Removing build-lock >>>>> package... /sw/bin/dpkg-lockwait -r >>>>> fink-buildlock-db44-aes-4.4.20-1002 (Reading database ... >>>>> 7329 files and directories currently installed.) Removing >>>>> fink-buildlock-db44-aes-4.4.20-1002 ... Failed: phase >>>>> compiling: db44-aes-4.4.20-1002 failed >>>>> >> \ >>> > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFHK3H/B8UpO3rKjQ8RAj8xAKCLB1uuXaSbHW6+baZMBW6nzLYwlwCgjgsI > pb2neqInpHOogn3s/vQZStM= > =nYVa > -----END PGP SIGNATURE----- > ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
