Advertisement
Guest User

mod_tile make

a guest
Feb 12th, 2012
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.93 KB | None | 0 0
  1. alex@alex-M50SA:~/dev/cpp/mod_tile$ make
  2. make all-recursive
  3. make[1]: Entering directory `/home/alex/dev/cpp/mod_tile'
  4. Making all in iniparser3.0b
  5. make[2]: Entering directory `/home/alex/dev/cpp/mod_tile/iniparser3.0b'
  6. /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT iniparser.lo -MD -MP -MF .deps/iniparser.Tpo -c -o iniparser.lo `test -f 'src/iniparser.c' || echo './'`src/iniparser.c
  7. libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT iniparser.lo -MD -MP -MF .deps/iniparser.Tpo -c src/iniparser.c -fPIC -DPIC -o .libs/iniparser.o
  8. libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT iniparser.lo -MD -MP -MF .deps/iniparser.Tpo -c src/iniparser.c -o iniparser.o >/dev/null 2>&1
  9. mv -f .deps/iniparser.Tpo .deps/iniparser.Plo
  10. /bin/bash ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT dictionary.lo -MD -MP -MF .deps/dictionary.Tpo -c -o dictionary.lo `test -f 'src/dictionary.c' || echo './'`src/dictionary.c
  11. libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT dictionary.lo -MD -MP -MF .deps/dictionary.Tpo -c src/dictionary.c -fPIC -DPIC -o .libs/dictionary.o
  12. libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT dictionary.lo -MD -MP -MF .deps/dictionary.Tpo -c src/dictionary.c -o dictionary.o >/dev/null 2>&1
  13. mv -f .deps/dictionary.Tpo .deps/dictionary.Plo
  14. /bin/bash ../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -version-info 3 -o libiniparser.la -rpath /usr/local/lib iniparser.lo dictionary.lo -lm
  15. libtool: link: gcc -shared -fPIC -DPIC .libs/iniparser.o .libs/dictionary.o -lm -O2 -Wl,-soname -Wl,libiniparser.so.3 -o .libs/libiniparser.so.3.0.0
  16. libtool: link: (cd ".libs" && rm -f "libiniparser.so.3" && ln -s "libiniparser.so.3.0.0" "libiniparser.so.3")
  17. libtool: link: (cd ".libs" && rm -f "libiniparser.so" && ln -s "libiniparser.so.3.0.0" "libiniparser.so")
  18. libtool: link: ar cru .libs/libiniparser.a iniparser.o dictionary.o
  19. libtool: link: ranlib .libs/libiniparser.a
  20. libtool: link: ( cd ".libs" && rm -f "libiniparser.la" && ln -s "../libiniparser.la" "libiniparser.la" )
  21. make[2]: Leaving directory `/home/alex/dev/cpp/mod_tile/iniparser3.0b'
  22. make[2]: Entering directory `/home/alex/dev/cpp/mod_tile'
  23. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/freetype2 -pthread -I/usr/include -D_REENTRANT -I/usr/include -g -O2 -MT dir_utils.o -MD -MP -MF .deps/dir_utils.Tpo -c -o dir_utils.o dir_utils.c
  24. mv -f .deps/dir_utils.Tpo .deps/dir_utils.Po
  25. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/freetype2 -pthread -I/usr/include -D_REENTRANT -I/usr/include -g -O2 -MT render_old.o -MD -MP -MF .deps/render_old.Tpo -c -o render_old.o render_old.c
  26. mv -f .deps/render_old.Tpo .deps/render_old.Po
  27. /bin/bash ./libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o render_old dir_utils.o render_old.o -pthread -lm
  28. libtool: link: gcc -std=gnu99 -g -O2 -o render_old dir_utils.o render_old.o -pthread -lm -pthread
  29. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/freetype2 -pthread -I/usr/include -D_REENTRANT -I/usr/include -g -O2 -MT render_expired.o -MD -MP -MF .deps/render_expired.Tpo -c -o render_expired.o render_expired.c
  30. mv -f .deps/render_expired.Tpo .deps/render_expired.Po
  31. /bin/bash ./libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o render_expired dir_utils.o render_expired.o -pthread -lm
  32. libtool: link: gcc -std=gnu99 -g -O2 -o render_expired dir_utils.o render_expired.o -pthread -lm -pthread
  33. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/freetype2 -pthread -I/usr/include -D_REENTRANT -I/usr/include -g -O2 -MT render_list.o -MD -MP -MF .deps/render_list.Tpo -c -o render_list.o render_list.c
  34. mv -f .deps/render_list.Tpo .deps/render_list.Po
  35. /bin/bash ./libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o render_list dir_utils.o render_list.o -pthread -lm
  36. libtool: link: gcc -std=gnu99 -g -O2 -o render_list dir_utils.o render_list.o -pthread -lm -pthread
  37. g++ -DHAVE_CONFIG_H -I. -I/usr/include/freetype2 -pthread -I/usr/include -D_REENTRANT -I/usr/include -g -O2 -MT speedtest.o -MD -MP -MF .deps/speedtest.Tpo -c -o speedtest.o speedtest.cpp
  38. speedtest.cpp: In function ‘int main(int, char**)’:
  39. speedtest.cpp:176:22: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
  40. mv -f .deps/speedtest.Tpo .deps/speedtest.Po
  41. /bin/bash ./libtool --tag=CXX --mode=link g++ -g -O2 -o speedtest dir_utils.o speedtest.o -lm
  42. libtool: link: g++ -g -O2 -o speedtest dir_utils.o speedtest.o -lm
  43. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/freetype2 -pthread -I/usr/include -D_REENTRANT -I/usr/include -g -O2 -MT store.o -MD -MP -MF .deps/store.Tpo -c -o store.o store.c
  44. mv -f .deps/store.Tpo .deps/store.Po
  45. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/freetype2 -pthread -I/usr/include -D_REENTRANT -I/usr/include -g -O2 -MT daemon.o -MD -MP -MF .deps/daemon.Tpo -c -o daemon.o daemon.c
  46. daemon.c: In function ‘request_exit’:
  47. daemon.c:417:8: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  48. mv -f .deps/daemon.Tpo .deps/daemon.Po
  49. g++ -DHAVE_CONFIG_H -I. -I/usr/include/freetype2 -pthread -I/usr/include -D_REENTRANT -I/usr/include -g -O2 -MT gen_tile.o -MD -MP -MF .deps/gen_tile.Tpo -c -o gen_tile.o gen_tile.cpp
  50. mv -f .deps/gen_tile.Tpo .deps/gen_tile.Po
  51. /bin/bash ./libtool --tag=CXX --mode=link g++ -g -O2 -o renderd store.o daemon.o gen_tile.o dir_utils.o -L/usr/lib/i386-linux-gnu -lfreetype -lz -pthread -L/usr/local/lib -lmapnik -L/usr/lib -Liniparser3.0b/.libs -liniparser -lm
  52. libtool: link: g++ -g -O2 -o renderd store.o daemon.o gen_tile.o dir_utils.o -pthread -L/usr/lib/i386-linux-gnu /usr/lib/i386-linux-gnu/libfreetype.so -lz -L/usr/local/lib -lmapnik -L/usr/lib -Liniparser3.0b/.libs /usr/local/lib/libiniparser.so -lm -pthread
  53. gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I/usr/include/freetype2 -pthread -I/usr/include -D_REENTRANT -I/usr/include -g -O2 -MT convert_meta.o -MD -MP -MF .deps/convert_meta.Tpo -c -o convert_meta.o convert_meta.c
  54. mv -f .deps/convert_meta.Tpo .deps/convert_meta.Po
  55. /bin/bash ./libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -o convert_meta dir_utils.o store.o convert_meta.o -lm
  56. libtool: link: gcc -std=gnu99 -g -O2 -o convert_meta dir_utils.o store.o convert_meta.o -lm
  57. apxs2 -c ./mod_tile.c ./store.c ./dir_utils.c
  58. /usr/share/apr-1.0/build/libtool --silent --mode=compile --tag=disable-static i686-linux-gnu-gcc -prefer-pic -DLINUX=2 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -c -o ./mod_tile.lo ./mod_tile.c && touch ./mod_tile.slo
  59. In file included from ./mod_tile.c:51:0:
  60. ./mod_tile.h:98:1: warning: useless storage class specifier in empty declaration [enabled by default]
  61. ./mod_tile.c: In function 'add_expiry':
  62. ./mod_tile.c:365:22: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'long int' [-Wformat]
  63. ./mod_tile.c: In function 'tile_handler_mod_stats':
  64. ./mod_tile.c:804:5: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'apr_uint64_t' [-Wformat]
  65. ./mod_tile.c:805:5: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'apr_uint64_t' [-Wformat]
  66. ./mod_tile.c:806:5: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'apr_uint64_t' [-Wformat]
  67. ./mod_tile.c:807:2: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'apr_uint64_t' [-Wformat]
  68. ./mod_tile.c:808:5: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'apr_uint64_t' [-Wformat]
  69. ./mod_tile.c:809:5: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'apr_uint64_t' [-Wformat]
  70. ./mod_tile.c:810:5: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'apr_uint64_t' [-Wformat]
  71. ./mod_tile.c:811:5: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'apr_uint64_t' [-Wformat]
  72. ./mod_tile.c:812:5: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'apr_uint64_t' [-Wformat]
  73. ./mod_tile.c:813:5: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'apr_uint64_t' [-Wformat]
  74. ./mod_tile.c:815:3: warning: format '%li' expects argument of type 'long int', but argument 4 has type 'apr_uint64_t' [-Wformat]
  75. ./mod_tile.c:819:4: warning: format '%li' expects argument of type 'long int', but argument 4 has type 'apr_uint64_t' [-Wformat]
  76. ./mod_tile.c:820:4: warning: format '%li' expects argument of type 'long int', but argument 4 has type 'apr_uint64_t' [-Wformat]
  77. /usr/share/apr-1.0/build/libtool --silent --mode=compile --tag=disable-static i686-linux-gnu-gcc -prefer-pic -DLINUX=2 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -c -o ./store.lo ./store.c && touch ./store.slo
  78. /usr/share/apr-1.0/build/libtool --silent --mode=compile --tag=disable-static i686-linux-gnu-gcc -prefer-pic -DLINUX=2 -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -D_REENTRANT -I/usr/include/apr-1.0 -I/usr/include/openssl -I/usr/include/xmltok -pthread -I/usr/include/apache2 -I/usr/include/apr-1.0 -I/usr/include/apr-1.0 -c -o ./dir_utils.lo ./dir_utils.c && touch ./dir_utils.slo
  79. /usr/share/apr-1.0/build/libtool --silent --mode=link --tag=disable-static i686-linux-gnu-gcc -o ./mod_tile.la -rpath /usr/lib/apache2/modules -module -avoid-version ./dir_utils.lo ./store.lo ./mod_tile.lo
  80. make[2]: Leaving directory `/home/alex/dev/cpp/mod_tile'
  81. make[1]: Leaving directory `/home/alex/dev/cpp/mod_tile'
  82. alex@alex-M50SA:~/dev/cpp/mod_tile$ echo $
  83. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement