-
-
Save jburgess777/5866e3dcaab925bc6060 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./autogen.sh | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force -I m4 | |
autoreconf: configure.ac: tracing | |
autoreconf: running: glibtoolize --copy --force | |
glibtoolize: putting auxiliary files in '.'. | |
glibtoolize: copying file './ltmain.sh' | |
glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. | |
glibtoolize: copying file 'm4/libtool.m4' | |
glibtoolize: copying file 'm4/ltoptions.m4' | |
glibtoolize: copying file 'm4/ltsugar.m4' | |
glibtoolize: copying file 'm4/ltversion.m4' | |
glibtoolize: copying file 'm4/lt~obsolete.m4' | |
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf --force | |
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoheader --force | |
autoreconf: running: automake --add-missing --copy --force-missing | |
configure.ac:8: installing './compile' | |
configure.ac:8: installing './config.guess' | |
configure.ac:8: installing './config.sub' | |
configure.ac:7: installing './install-sh' | |
configure.ac:7: installing './missing' | |
Makefile.am: installing './depcomp' | |
autoreconf: Leaving directory `.' | |
$ ./configure | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... ./install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking build system type... x86_64-apple-darwin14.1.0 | |
checking host system type... x86_64-apple-darwin14.1.0 | |
checking how to print strings... printf | |
checking for style of include used by make... GNU | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
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 ISO C89... none needed | |
checking whether gcc understands -c and -o together... yes | |
checking dependency style of gcc... gcc3 | |
checking for a sed that does not truncate output... /usr/local/bin/gsed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking how to convert x86_64-apple-darwin14.1.0 file names to x86_64-apple-darwin14.1.0 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin14.1.0 file names to toolchain format... func_convert_file_noop | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from gcc object... ok | |
checking for sysroot... no | |
checking for a working dd... /bin/dd | |
checking how to truncate binary pipes... /bin/dd bs=4096 count=1 | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if gcc supports -fno-rtti -fno-exceptions... yes | |
checking for gcc option to produce PIC... -fno-common -DPIC | |
checking if gcc PIC flag -fno-common -DPIC works... yes | |
checking if gcc static flag -static works... no | |
checking if gcc supports -c -o file.o... yes | |
checking if gcc supports -c -o file.o... (cached) yes | |
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin14.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for g++... g++ | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether g++ accepts -g... yes | |
checking dependency style of g++... gcc3 | |
checking how to run the C++ preprocessor... g++ -E | |
checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking for g++ option to produce PIC... -fno-common -DPIC | |
checking if g++ PIC flag -fno-common -DPIC works... yes | |
checking if g++ static flag -static works... no | |
checking if g++ supports -c -o file.o... yes | |
checking if g++ supports -c -o file.o... (cached) yes | |
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin14.1.0 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for gcc... (cached) gcc | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether gcc accepts -g... (cached) yes | |
checking for gcc option to accept ISO C89... (cached) none needed | |
checking whether gcc understands -c and -o together... (cached) yes | |
checking dependency style of gcc... (cached) gcc3 | |
checking for gcc option to accept ISO C99... none needed | |
checking for g++... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking for stdint.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking for unistd.h... (cached) yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking paths.h usability... yes | |
checking paths.h presence... yes | |
checking for paths.h... yes | |
checking sys/cdefs.h usability... yes | |
checking sys/cdefs.h presence... yes | |
checking for sys/cdefs.h... yes | |
checking sys/loadavg.h usability... no | |
checking sys/loadavg.h presence... no | |
checking for sys/loadavg.h... no | |
checking for inline... inline | |
checking for mode_t... yes | |
checking for size_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint64_t... yes | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible malloc... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for sys/time.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for alarm... yes | |
checking for working mktime... no | |
checking for freetype-config... /usr/local/bin/freetype-config | |
checking for FreeType -- version >= 7.0.1... yes | |
checking whether pthreads work with -pthread... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... -D_THREAD_SAFE | |
checking for library containing socket... none required | |
checking for library containing inet_ntoa... none required | |
checking for library containing gethostbyname... none required | |
checking for library containing pow... none required | |
checking for library containing clock_gettime... no | |
checking for boostlib >= 1.20.0... yes | |
checking for mapnik-config... /usr/local/bin/mapnik-config | |
checking for mapnik libraries... yes | |
checking libmemcached-1.0/memcached.h usability... no | |
checking libmemcached-1.0/memcached.h presence... no | |
checking for libmemcached-1.0/memcached.h... no | |
checking for gawk... (cached) awk | |
checking for curl-config... /usr/bin/curl-config | |
checking for the version of libcurl... 7.37.1 | |
checking whether libcurl is usable... yes | |
checking for curl_free... yes | |
checking for rados_version in -lrados... no | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
checking for CAIRO... no | |
checking for CAIROMM... no | |
checking for bzero... yes | |
checking for gethostbyname... yes | |
checking for gettimeofday... yes | |
checking for inet_ntoa... yes | |
checking for memset... yes | |
checking for mkdir... yes | |
checking for pow... yes | |
checking for select... yes | |
checking for socket... yes | |
checking for strchr... yes | |
checking for strdup... yes | |
checking for strerror... yes | |
checking for strrchr... yes | |
checking for strstr... yes | |
checking for strtol... yes | |
checking for strtoul... yes | |
checking for utime... yes | |
checking for daemon... yes | |
checking for getloadavg... yes | |
checking for apxs... /usr/sbin/apxs | |
checking for library containing iniparser_load... no | |
configure: Building iniparser | |
checking that generated files are newer than configure... done | |
configure: creating ./config.status | |
config.status: creating iniparser3.0b/Makefile | |
config.status: creating Makefile | |
config.status: creating includes/config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
$ make | |
Making all in iniparser3.0b | |
depbase=`echo src/iniparser.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../includes -g -O2 -MT src/iniparser.lo -MD -MP -MF $depbase.Tpo -c -o src/iniparser.lo src/iniparser.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../includes -g -O2 -MT src/iniparser.lo -MD -MP -MF src/.deps/iniparser.Tpo -c src/iniparser.c -fno-common -DPIC -o src/.libs/iniparser.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../includes -g -O2 -MT src/iniparser.lo -MD -MP -MF src/.deps/iniparser.Tpo -c src/iniparser.c -o src/iniparser.o >/dev/null 2>&1 | |
depbase=`echo src/dictionary.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ | |
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../includes -g -O2 -MT src/dictionary.lo -MD -MP -MF $depbase.Tpo -c -o src/dictionary.lo src/dictionary.c &&\ | |
mv -f $depbase.Tpo $depbase.Plo | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../includes -g -O2 -MT src/dictionary.lo -MD -MP -MF src/.deps/dictionary.Tpo -c src/dictionary.c -fno-common -DPIC -o src/.libs/dictionary.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../includes -g -O2 -MT src/dictionary.lo -MD -MP -MF src/.deps/dictionary.Tpo -c src/dictionary.c -o src/dictionary.o >/dev/null 2>&1 | |
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -version-info 3 -o libiniparser.la -rpath /usr/local/lib src/iniparser.lo src/dictionary.lo | |
libtool: link: gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libiniparser.3.dylib src/.libs/iniparser.o src/.libs/dictionary.o -g -O2 -install_name /usr/local/lib/libiniparser.3.dylib -compatibility_version 4 -current_version 4.0 -Wl,-single_module | |
libtool: link: (cd ".libs" && rm -f "libiniparser.dylib" && ln -s "libiniparser.3.dylib" "libiniparser.dylib") | |
libtool: link: ar cru .libs/libiniparser.a src/iniparser.o src/dictionary.o | |
libtool: link: ranlib .libs/libiniparser.a | |
libtool: link: ( cd ".libs" && rm -f "libiniparser.la" && ln -s "../libiniparser.la" "libiniparser.la" ) | |
depbase=`echo src/daemon.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I./includes -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/Cellar/gdal/1.11.1_3/include -I/usr/local/Cellar/postgresql/9.4.1/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/libpng/1.6.16/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/icu4c/54.1/include -I/usr/local/Cellar/boost/1.57.0/include -I/usr/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.44.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.2/include/cairo -I/opt/X11/include -I/usr/local/include -DSYSTEM_LIBINIPARSER=0 -g -O2 -MT src/daemon.o -MD -MP -MF $depbase.Tpo -c -o src/daemon.o src/daemon.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
src/daemon.c:64:44: warning: adding 'enum protoCmd' to a string does not append to the string [-Wstring-plus-int] | |
default: return "unknown " + c; | |
~~~~~~~~~~~^~~ | |
src/daemon.c:64:44: note: use array indexing to silence this warning | |
default: return "unknown " + c; | |
^ | |
& [ ] | |
src/daemon.c:353:63: warning: pointer type mismatch ('struct in_addr *' and 'struct in6_addr *') [-Wpointer-type-mismatch] | |
inet_ntop(rp->ai_family, rp->ai_family == AF_INET ? &(((struct sockaddr_in *)rp->ai_addr)->sin_addr) : | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
src/daemon.c:926:13: warning: 'daemon' is deprecated: first deprecated in OS X 10.5 [-Wdeprecated-declarations] | |
if (daemon(0, 0) != 0) { | |
^ | |
./includes/daemon.h:9:9: note: 'daemon' has been explicitly marked deprecated here | |
int daemon(int nochdir, int noclose); | |
^ | |
3 warnings generated. | |
depbase=`echo src/daemon_compat.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I./includes -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/Cellar/gdal/1.11.1_3/include -I/usr/local/Cellar/postgresql/9.4.1/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/libpng/1.6.16/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/icu4c/54.1/include -I/usr/local/Cellar/boost/1.57.0/include -I/usr/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.44.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.2/include/cairo -I/opt/X11/include -I/usr/local/include -DSYSTEM_LIBINIPARSER=0 -g -O2 -MT src/daemon_compat.o -MD -MP -MF $depbase.Tpo -c -o src/daemon_compat.o src/daemon_compat.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo src/gen_tile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I. -I./includes -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/Cellar/gdal/1.11.1_3/include -I/usr/local/Cellar/postgresql/9.4.1/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/libpng/1.6.16/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/icu4c/54.1/include -I/usr/local/Cellar/boost/1.57.0/include -I/usr/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.44.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.2/include/cairo -I/opt/X11/include -I/usr/local/include -DSYSTEM_LIBINIPARSER=0 -g -O2 -MT src/gen_tile.o -MD -MP -MF $depbase.Tpo -c -o src/gen_tile.o src/gen_tile.cpp &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo src/sys_utils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I./includes -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/Cellar/gdal/1.11.1_3/include -I/usr/local/Cellar/postgresql/9.4.1/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/libpng/1.6.16/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/icu4c/54.1/include -I/usr/local/Cellar/boost/1.57.0/include -I/usr/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.44.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.2/include/cairo -I/opt/X11/include -I/usr/local/include -DSYSTEM_LIBINIPARSER=0 -g -O2 -MT src/sys_utils.o -MD -MP -MF $depbase.Tpo -c -o src/sys_utils.o src/sys_utils.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo src/request_queue.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I./includes -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/Cellar/gdal/1.11.1_3/include -I/usr/local/Cellar/postgresql/9.4.1/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/libpng/1.6.16/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/icu4c/54.1/include -I/usr/local/Cellar/boost/1.57.0/include -I/usr/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.44.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.2/include/cairo -I/opt/X11/include -I/usr/local/include -DSYSTEM_LIBINIPARSER=0 -g -O2 -MT src/request_queue.o -MD -MP -MF $depbase.Tpo -c -o src/request_queue.o src/request_queue.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
src/request_queue.c:323:17: warning: enumeration values 'queueRender' and 'queueDuplicate' not handled in switch [-Wswitch] | |
switch (request->originatedQueue) { | |
^ | |
src/request_queue.c:342:12: warning: enumeration values 'cmdIgnore', 'cmdDone', and 'cmdNotDone' not handled in switch [-Wswitch] | |
switch(priority) { | |
^ | |
2 warnings generated. | |
depbase=`echo src/cache_expire.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I./includes -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/Cellar/gdal/1.11.1_3/include -I/usr/local/Cellar/postgresql/9.4.1/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/libpng/1.6.16/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/icu4c/54.1/include -I/usr/local/Cellar/boost/1.57.0/include -I/usr/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.44.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.2/include/cairo -I/opt/X11/include -I/usr/local/include -DSYSTEM_LIBINIPARSER=0 -g -O2 -MT src/cache_expire.o -MD -MP -MF $depbase.Tpo -c -o src/cache_expire.o src/cache_expire.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo src/metatile.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I. -I./includes -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/Cellar/gdal/1.11.1_3/include -I/usr/local/Cellar/postgresql/9.4.1/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/libpng/1.6.16/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/icu4c/54.1/include -I/usr/local/Cellar/boost/1.57.0/include -I/usr/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.44.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.2/include/cairo -I/opt/X11/include -I/usr/local/include -DSYSTEM_LIBINIPARSER=0 -g -O2 -MT src/metatile.o -MD -MP -MF $depbase.Tpo -c -o src/metatile.o src/metatile.cpp &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo src/parameterize_style.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
g++ -DHAVE_CONFIG_H -I. -I./includes -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/Cellar/gdal/1.11.1_3/include -I/usr/local/Cellar/postgresql/9.4.1/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/libpng/1.6.16/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/icu4c/54.1/include -I/usr/local/Cellar/boost/1.57.0/include -I/usr/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.44.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.2/include/cairo -I/opt/X11/include -I/usr/local/include -DSYSTEM_LIBINIPARSER=0 -g -O2 -MT src/parameterize_style.o -MD -MP -MF $depbase.Tpo -c -o src/parameterize_style.o src/parameterize_style.cpp &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo src/protocol_helper.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I./includes -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/Cellar/gdal/1.11.1_3/include -I/usr/local/Cellar/postgresql/9.4.1/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/libpng/1.6.16/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/icu4c/54.1/include -I/usr/local/Cellar/boost/1.57.0/include -I/usr/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.44.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.2/include/cairo -I/opt/X11/include -I/usr/local/include -DSYSTEM_LIBINIPARSER=0 -g -O2 -MT src/protocol_helper.o -MD -MP -MF $depbase.Tpo -c -o src/protocol_helper.o src/protocol_helper.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
src/protocol_helper.c:12:118: warning: data argument not used by format string [-Wformat-extra-args] | |
syslog(LOG_WARNING, "WARNING: Failed to send render cmd with unknown protocol version %i on fd\n", cmd->ver, fd); | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ | |
1 warning generated. | |
depbase=`echo src/store.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I./includes -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/Cellar/gdal/1.11.1_3/include -I/usr/local/Cellar/postgresql/9.4.1/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/libpng/1.6.16/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/icu4c/54.1/include -I/usr/local/Cellar/boost/1.57.0/include -I/usr/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.44.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.2/include/cairo -I/opt/X11/include -I/usr/local/include -DSYSTEM_LIBINIPARSER=0 -g -O2 -MT src/store.o -MD -MP -MF $depbase.Tpo -c -o src/store.o src/store.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo src/store_file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I./includes -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/Cellar/gdal/1.11.1_3/include -I/usr/local/Cellar/postgresql/9.4.1/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/libpng/1.6.16/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/icu4c/54.1/include -I/usr/local/Cellar/boost/1.57.0/include -I/usr/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.44.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.2/include/cairo -I/opt/X11/include -I/usr/local/include -DSYSTEM_LIBINIPARSER=0 -g -O2 -MT src/store_file.o -MD -MP -MF $depbase.Tpo -c -o src/store_file.o src/store_file.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
src/store_file.c:188:64: warning: format specifies type 'unsigned long' but the argument has type 'pthread_t' (aka 'struct _opaque_pthread_t *') [-Wformat] | |
snprintf(tmp, strlen(meta_path) + 24, "%s.%lu", meta_path, pthread_self()); | |
~~~ ^~~~~~~~~~~~~~ | |
/usr/include/secure/_stdio.h:57:62: note: expanded from macro 'snprintf' | |
__builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) | |
^ | |
1 warning generated. | |
depbase=`echo src/store_file_utils.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I./includes -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/Cellar/gdal/1.11.1_3/include -I/usr/local/Cellar/postgresql/9.4.1/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/libpng/1.6.16/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/icu4c/54.1/include -I/usr/local/Cellar/boost/1.57.0/include -I/usr/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.44.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.2/include/cairo -I/opt/X11/include -I/usr/local/include -DSYSTEM_LIBINIPARSER=0 -g -O2 -MT src/store_file_utils.o -MD -MP -MF $depbase.Tpo -c -o src/store_file_utils.o src/store_file_utils.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo src/store_memcached.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I./includes -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/Cellar/gdal/1.11.1_3/include -I/usr/local/Cellar/postgresql/9.4.1/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/libpng/1.6.16/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/icu4c/54.1/include -I/usr/local/Cellar/boost/1.57.0/include -I/usr/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.44.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.2/include/cairo -I/opt/X11/include -I/usr/local/include -DSYSTEM_LIBINIPARSER=0 -g -O2 -MT src/store_memcached.o -MD -MP -MF $depbase.Tpo -c -o src/store_memcached.o src/store_memcached.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo src/store_rados.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I./includes -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/Cellar/gdal/1.11.1_3/include -I/usr/local/Cellar/postgresql/9.4.1/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/libpng/1.6.16/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/icu4c/54.1/include -I/usr/local/Cellar/boost/1.57.0/include -I/usr/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.44.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.2/include/cairo -I/opt/X11/include -I/usr/local/include -DSYSTEM_LIBINIPARSER=0 -g -O2 -MT src/store_rados.o -MD -MP -MF $depbase.Tpo -c -o src/store_rados.o src/store_rados.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo src/store_ro_http_proxy.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I./includes -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/Cellar/gdal/1.11.1_3/include -I/usr/local/Cellar/postgresql/9.4.1/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/libpng/1.6.16/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/icu4c/54.1/include -I/usr/local/Cellar/boost/1.57.0/include -I/usr/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.44.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.2/include/cairo -I/opt/X11/include -I/usr/local/include -DSYSTEM_LIBINIPARSER=0 -g -O2 -MT src/store_ro_http_proxy.o -MD -MP -MF $depbase.Tpo -c -o src/store_ro_http_proxy.o src/store_ro_http_proxy.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
src/store_ro_http_proxy.c:192:10: warning: passing 'const char *' to parameter of type 'void *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] | |
free(ctx->baseurl); | |
^~~~~~~~~~~~ | |
/usr/include/stdlib.h:143:18: note: passing argument to parameter here | |
void free(void *); | |
^ | |
1 warning generated. | |
depbase=`echo src/store_ro_composite.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I./includes -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/Cellar/gdal/1.11.1_3/include -I/usr/local/Cellar/postgresql/9.4.1/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/libpng/1.6.16/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/icu4c/54.1/include -I/usr/local/Cellar/boost/1.57.0/include -I/usr/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.44.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.2/include/cairo -I/opt/X11/include -I/usr/local/include -DSYSTEM_LIBINIPARSER=0 -g -O2 -MT src/store_ro_composite.o -MD -MP -MF $depbase.Tpo -c -o src/store_ro_composite.o src/store_ro_composite.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
depbase=`echo src/store_null.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ | |
gcc -DHAVE_CONFIG_H -I. -I./includes -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -D_THREAD_SAFE -pthread -I/usr/local/include -I/usr/local/include/mapnik/agg -I/usr/local/Cellar/gdal/1.11.1_3/include -I/usr/local/Cellar/postgresql/9.4.1/include -I/usr/local/Cellar/libtiff/4.0.3/include -I/usr/local/Cellar/libpng/1.6.16/include -I/usr/local/Cellar/proj/4.8.0/include -I/usr/local/Cellar/jpeg/8d/include -I/usr/local/Cellar/libxml2/2.9.2/include/libxml2 -I/usr/local/Cellar/freetype/2.5.5/include/freetype2 -I/usr/local/Cellar/icu4c/54.1/include -I/usr/local/Cellar/boost/1.57.0/include -I/usr/include -I/usr/local/Cellar/libpng/1.6.16/include/libpng16 -I/usr/local/Cellar/fontconfig/2.11.1/include -I/usr/local/Cellar/pixman/0.32.6/include/pixman-1 -I/usr/local/Cellar/glib/2.44.0/include/glib-2.0 -I/usr/local/Cellar/glib/2.44.0/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/cairo/1.14.2/include/cairo -I/opt/X11/include -I/usr/local/include -DSYSTEM_LIBINIPARSER=0 -g -O2 -MT src/store_null.o -MD -MP -MF $depbase.Tpo -c -o src/store_null.o src/store_null.c &&\ | |
mv -f $depbase.Tpo $depbase.Po | |
In file included from src/store_null.c:1: | |
In file included from ./includes/store_null.h:8: | |
./includes/store.h:17:9: error: unknown type name 'off_t' | |
off_t size; /* total size, in bytes */ | |
^ | |
./includes/store.h:18:9: error: unknown type name 'time_t'; did you mean 'size_t'? | |
time_t atime; /* time of last access */ | |
^~~~~~ | |
size_t | |
/usr/include/sys/_types/_size_t.h:30:32: note: 'size_t' declared here | |
typedef __darwin_size_t size_t; | |
^ | |
In file included from src/store_null.c:1: | |
In file included from ./includes/store_null.h:8: | |
./includes/store.h:19:9: error: unknown type name 'time_t'; did you mean 'size_t'? | |
time_t mtime; /* time of last modification */ | |
^~~~~~ | |
size_t | |
/usr/include/sys/_types/_size_t.h:30:32: note: 'size_t' declared here | |
typedef __darwin_size_t size_t; | |
^ | |
In file included from src/store_null.c:1: | |
In file included from ./includes/store_null.h:8: | |
./includes/store.h:20:9: error: unknown type name 'time_t'; did you mean 'size_t'? | |
time_t ctime; /* time of last status change */ | |
^~~~~~ | |
size_t | |
/usr/include/sys/_types/_size_t.h:30:32: note: 'size_t' declared here | |
typedef __darwin_size_t size_t; | |
^ | |
4 errors generated. | |
make[1]: *** [src/store_null.o] Error 1 | |
make: *** [all-recursive] Error 1 | |
[mod_tile ruby-2.2.0 (master)]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment