----
Making all in libltdl
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -DQT_THREAD_SUPPORT -I/sw/lib/flex/include -fno-common -no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I/sw/include -I/usr/X11R6/include -Os -Os -fPIC -c -o ltdl.lo ltdl.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DQT_THREAD_SUPPORT -I/sw/lib/flex/include -fno-common -no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I/sw/include -I/usr/X11R6/include -Os -Os -fPIC -c ltdl.c -fno-common -DPIC -o .libs/ltdl.o
ltdl.c:183: error: `LTDL_OBJDIR' undeclared here (not in a function)
ltdl.c: In function `find_file':
ltdl.c:1698: warning: assignment discards qualifiers from pointer target type
ltdl.c:1748: error: `FILE' undeclared (first use in this function)
ltdl.c:1748: error: (Each undeclared identifier is reported only once
ltdl.c:1748: error: for each function it appears in.)
ltdl.c:1748: error: `file' undeclared (first use in this function)
ltdl.c: In function `lt_dlopen':
ltdl.c:2072: warning: assignment discards qualifiers from pointer target type
ltdl.c:2097: error: `FILE' undeclared (first use in this function)
ltdl.c:2097: error: `file' undeclared (first use in this function)
ltdl.c:2140: error: parse error before ')' token
ltdl.c:2143: error: parse error before ')' token
ltdl.c:2257: warning: assignment discards qualifiers from pointer target type
make[2]: *** [ltdl.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
NAME-1.3-22 make-build failed!
### execution of /var/tmp/tmp.1.vIsUJy failed, exit code 1
Failed: compiling koffice-1.3-22 failed
----
My system info is below (fairly stock 10.3.2). Anybody else have this problem/know a fix? The FILE problem seems like it would be from stdio.h not being included, and indeed in the build directory HAVE_STDIO_H does not seem to be defined in any files. The LTDL_OBJDIR I don't know anything about.
Thanks, -Chad
--- $ fink -V; uname -a; gcc -v Package manager version: 0.18.2 Distribution version: 0.6.2.cvs
Copyright (c) 2001 Christoph Pfisterer
Copyright (c) 2001-2003 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.
Darwin Herbie.local 7.2.0 Darwin Kernel Version 7.2.0: Thu Dec 11 16:20:23 PST 2003; root:xnu/xnu-517.3.7.obj~1/RELEASE_PPC Power Macintosh powerpc
Reading specs from /usr/libexec/gcc/darwin/ppc/3.3/specs
Thread model: posix
gcc version 3.3 20030304 (Apple Computer, Inc. build 1495)
------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
