|
From: Mark W. <mj...@re...> - 2012-12-07 08:34:05
|
On Fri, Dec 07, 2012 at 12:06:11AM -0600, Rich Coe wrote: > > valgrind revision: 13168 > VEX revision: 2583 > C compiler: i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5666) (dot 3) > Assembler: > C library: unknown > uname -mrs: Darwin 10.8.0 i386 > Vendor version: unknown > > Nightly build on macx86 ( Darwin 10.8.0 i386 ) > Started at 2012-12-06 23:35:00 CST > Ended at 2012-12-07 00:06:08 CST > Results differ from 24 hours ago > > Checking out valgrind source tree ... done > Configuring valgrind ... done > Building valgrind ... failed > > Last 20 lines of verbose log follow echo > gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_x86=1 -DVGO_darwin=1 -DVGP_x86_darwin=1 -DVGPV_x86_darwin_vanilla=1 -Winline -Wall -Wshadow -g -arch i386 -Wno-long-long -Wwrite-strings -fno-stack-protector -Wno-write-strings -MT stpncpy.o -MD -MP -MF .deps/stpncpy.Tpo -c -o stpncpy.o stpncpy.c > stpncpy.c: In function 'main': > stpncpy.c:18: warning: implicit declaration of function 'stpncpy' Sorry, my bad. Apparently stpncpy isn't defined in string.h on Darwin. Does anybody know whether it is defined in another system header, or does Darwin just not provide the stpncpy function at all? Thanks, Mark |