bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug


From: Mike Newman
Subject: bug
Date: Sun, 28 Dec 2003 23:58:43 -0800

hi, i'm new to the open-source world. i hope this isn't me screwing something up...

rm -rf dlcompat-20030629-5
mkdir -p /sw/src/dlcompat-20030629-5
gzip -dc /sw/src/dlcompat-20030629.tar.gz | /sw/bin/tar -xf -
patch -p1 </sw/fink/dists/unstable/main/finkinfo/libs/dlcompat.patch
patching file dlfcn.c
./configure --prefix=/sw --enable-fink --mandir=/sw/share/man
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for ranlib... ranlib
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... yes
configure: WARNING: mach-o/dyld.h: present but cannot be compiled
configure: WARNING: mach-o/dyld.h: check for missing prerequisite headers? configure: WARNING: mach-o/dyld.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for mach-o/dyld.h... yes
checking for NSLinkModule... yes
checking for NSAddImage... yes
configure: creating ./config.status
config.status: creating ./Makefile
make
gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -DFINK_BUILD=1 -o dlfcn.o -c dlfcn.c
In file included from dlfcn.c:40:
/usr/include/mach-o/dyld.h:300: error: syntax error before "int"
dlfcn.c:132:42: warning: multi-character character constant
dlfcn.c: In function `promoteLocalToGlobal':
dlfcn.c:446: warning: dereferencing type-punned pointer will break strict-aliasing rules
dlfcn.c:447:32: warning: multi-character character constant
dlfcn.c:454:36: warning: multi-character character constant
dlfcn.c:614:36: warning: multi-character character constant
dlfcn.c:640:41: warning: multi-character character constant
dlfcn.c:747:31: warning: multi-character character constant
dlfcn.c:748:39: warning: multi-character character constant
dlfcn.c: In function `dlcompat_init_func':
dlfcn.c:806: warning: dereferencing type-punned pointer will break strict-aliasing rules dlfcn.c:808: warning: dereferencing type-punned pointer will break strict-aliasing rules dlfcn.c:809: warning: dereferencing type-punned pointer will break strict-aliasing rules
dlfcn.c: At top level:
dlfcn.c:820: warning: ignoring #pragma CALL_ON_LOAD dlcompat_init_func
dlfcn.c:1048:28: warning: multi-character character constant
make: *** [dlfcn.o] Error 1
### execution of make failed, exit code 2
Failed: compiling dlcompat-20030629-5 failed





reply via email to

[Prev in Thread] Current Thread [Next in Thread]