Daniel Macks
Daniel Macks
Building dateutils-0.4.6 on OS X 10.13, get a ton of this set of warnings. Here's the first such: ``` gcc -std=gnu11 -DHAVE_CONFIG_H -I. -I../src -D_POSIX_C_SOURCE=200112L -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DDECLF=extern -DLIBDUT -I....
Building dateutils-0.4.6 on OS X 10.13... ``` yuck.c:1175:6: warning: implicit declaration of function '_NSGetExecutablePath' is invalid in C99 [-Wimplicit-function-declaration] if (_NSGetExecutablePath(buf, &z) != 0) { ^ ``` ``` time-core.c:124:13: warning:...
`virtuoso-7.2.5.1` uses some `magickwand` APIs that changed from `magick6` to `magick7`. First, there is already confusion about the header filename: `configure.ac` checks for `wand/magick-wand.h` but `binsrc/samples/image_magick/im.c` was changed to use...
Building feh-3.4 on OS X 10.13, I get a bunch of warnings: ``` getopt.c:539:26: warning: implicitly declaring library function 'strcmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration]...
tcpflow-1.4.4 configure.ac has a whole block of detection methods related to finding cairo. It looks for the headers both plain and in a subdir, and it looks for various internal...
Building c-ares-1.18.1 on my OS X 10.13, I got some failures in arestest. My home ISP is known to do weird things with certain DNS requests, so I'm not entirely...
Building libgeotiff-1.6.0 on OS X 10.13: ``` $ CPPFLAGS=-I/sw/include LDFLAGS=-L/sw/lib ./configure --prefix=/sw --with-zip=/usr/include --with-jpeg=/sw --disable-doxygen-doc [...] zlib support......: yes jpeg support......: yes TIFF support......: yes -INCLUDE .......: -I/sw/include -PREFIX ........:...
On OS X 10.13 libgeotiff-1.6.0: ``` ./configure --prefix=/sw --with-zip=/usr/include --with-jpeg=/sw --with-libtiff=/sw --disable-doxygen-doc [...] checking for PROJ >= 6 library... checking for PROJ... no checking for proj_create_from_wkt in -lproj... yes checking...
On OS X 10.13 with a previous version (1.x) of libplist installed: ``` $ CPPFLAGS="-I/sw/include -Werror" LDFLAGS=-L/sw/lib ./configure --prefix=/sw --disable-static [...] $ make V=1 [...] clang -DHAVE_CONFIG_H -I. -I.. -I/sw/include...
Equivalent cause as https://github.com/libimobiledevice/libplist/issues/185, but now it's a plain compile fail. I have libusbmuxd v1 installed, so building the new version fails beginning with: ``` gcc -DHAVE_CONFIG_H -I. -I.. -I/sw/include...