Skip to content

Instantly share code, notes, and snippets.

@ion1
Created February 4, 2010 16:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ion1/294841 to your computer and use it in GitHub Desktop.
Save ion1/294841 to your computer and use it in GitHub Desktop.
Getting aj’s Spicy built
Removing Headers/Makefile
Removing Headers/Makefile.in
Removing Headers/Spicy/Makefile
Removing Headers/Spicy/Makefile.in
Removing Makefile
Removing Makefile.in
Removing Source/.deps/
Removing Source/.libs/
Removing Source/JSONParser.lo
Removing Source/Makefile
Removing Source/Makefile.in
Removing Source/SPList.lo
Removing Source/SPMap.lo
Removing Source/SPObject.lo
Removing Source/SPQueue.lo
Removing Source/SPString.lo
Removing Tests/.deps/
Removing Tests/Makefile
Removing Tests/Makefile.in
Removing aclocal.m4
Removing autom4te.cache/
Removing config.guess
Removing config.h
Removing config.h.in
Removing config.log
Removing config.status
Removing config.sub
Removing configure
Removing depcomp
Removing install-sh
Removing libtool
Removing ltmain.sh
Removing m4/
Removing missing
Removing stamp-h1
Running libtoolize --force --copy ...
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
Running aclocal -I m4 ...
Running autoheader ...
Running automake --add-missing --foreign ...
configure.ac:32: installing `./config.guess'
configure.ac:32: installing `./config.sub'
configure.ac:11: installing `./install-sh'
configure.ac:27: installing `./missing'
Source/Makefile.am: installing `./depcomp'
Running autoconf ...
checking for g++... g++
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 g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
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 dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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 whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
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... no
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for ANSI C header files... (cached) yes
checking for the meaning of life, the universe and everything... found (42)
checking yajl/yajl_parse.h usability... yes
checking yajl/yajl_parse.h presence... yes
checking for yajl/yajl_parse.h... yes
checking whether yajl can be linked... yes
checking whether to enable debugging mode... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Source/Makefile
config.status: creating Headers/Makefile
config.status: creating Headers/Spicy/Makefile
config.status: creating Tests/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory `/tmp/foo/Spicy'
Making all in Source
make[2]: Entering directory `/tmp/foo/Spicy/Source'
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../Headers -pipe -Wall -O3 -DNO_DEBUG -Wno-unused -MT SPObject.lo -MD -MP -MF .deps/SPObject.Tpo -c -o SPObject.lo SPObject.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../Headers -pipe -Wall -O3 -DNO_DEBUG -Wno-unused -MT SPObject.lo -MD -MP -MF .deps/SPObject.Tpo -c SPObject.cpp -fPIC -DPIC -o .libs/SPObject.o
mv -f .deps/SPObject.Tpo .deps/SPObject.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../Headers -pipe -Wall -O3 -DNO_DEBUG -Wno-unused -MT SPString.lo -MD -MP -MF .deps/SPString.Tpo -c -o SPString.lo SPString.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../Headers -pipe -Wall -O3 -DNO_DEBUG -Wno-unused -MT SPString.lo -MD -MP -MF .deps/SPString.Tpo -c SPString.cpp -fPIC -DPIC -o .libs/SPString.o
mv -f .deps/SPString.Tpo .deps/SPString.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../Headers -pipe -Wall -O3 -DNO_DEBUG -Wno-unused -MT SPMap.lo -MD -MP -MF .deps/SPMap.Tpo -c -o SPMap.lo SPMap.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../Headers -pipe -Wall -O3 -DNO_DEBUG -Wno-unused -MT SPMap.lo -MD -MP -MF .deps/SPMap.Tpo -c SPMap.cpp -fPIC -DPIC -o .libs/SPMap.o
mv -f .deps/SPMap.Tpo .deps/SPMap.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../Headers -pipe -Wall -O3 -DNO_DEBUG -Wno-unused -MT SPList.lo -MD -MP -MF .deps/SPList.Tpo -c -o SPList.lo SPList.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../Headers -pipe -Wall -O3 -DNO_DEBUG -Wno-unused -MT SPList.lo -MD -MP -MF .deps/SPList.Tpo -c SPList.cpp -fPIC -DPIC -o .libs/SPList.o
mv -f .deps/SPList.Tpo .deps/SPList.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../Headers -pipe -Wall -O3 -DNO_DEBUG -Wno-unused -MT SPQueue.lo -MD -MP -MF .deps/SPQueue.Tpo -c -o SPQueue.lo SPQueue.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../Headers -pipe -Wall -O3 -DNO_DEBUG -Wno-unused -MT SPQueue.lo -MD -MP -MF .deps/SPQueue.Tpo -c SPQueue.cpp -fPIC -DPIC -o .libs/SPQueue.o
mv -f .deps/SPQueue.Tpo .deps/SPQueue.Plo
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I../Headers -pipe -Wall -O3 -DNO_DEBUG -Wno-unused -MT JSONParser.lo -MD -MP -MF .deps/JSONParser.Tpo -c -o JSONParser.lo JSONParser.cpp
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I../Headers -pipe -Wall -O3 -DNO_DEBUG -Wno-unused -MT JSONParser.lo -MD -MP -MF .deps/JSONParser.Tpo -c JSONParser.cpp -fPIC -DPIC -o .libs/JSONParser.o
mv -f .deps/JSONParser.Tpo .deps/JSONParser.Plo
/bin/bash ../libtool --tag=CXX --mode=link g++ -pipe -Wall -O3 -DNO_DEBUG -Wno-unused -shared -version-info 0:1:0 -o libSpicy.la -rpath /usr/local/lib SPObject.lo SPString.lo SPMap.lo SPList.lo SPQueue.lo JSONParser.lo -lyajl_s -lm -lpthread
libtool: link: g++ -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crti.o /usr/lib/gcc/i486-linux-gnu/4.4.3/crtbeginS.o .libs/SPObject.o .libs/SPString.o .libs/SPMap.o .libs/SPList.o .libs/SPQueue.o .libs/JSONParser.o -lyajl_s -lpthread -L/usr/lib/gcc/i486-linux-gnu/4.4.3 -L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.4.3/../../.. -L/usr/lib/i486-linux-gnu -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.4.3/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.4.3/../../../../lib/crtn.o -Wl,-soname -Wl,libSpicy.so.0 -o .libs/libSpicy.so.0.0.1
libtool: link: (cd ".libs" && rm -f "libSpicy.so.0" && ln -s "libSpicy.so.0.0.1" "libSpicy.so.0")
libtool: link: (cd ".libs" && rm -f "libSpicy.so" && ln -s "libSpicy.so.0.0.1" "libSpicy.so")
libtool: link: ( cd ".libs" && rm -f "libSpicy.la" && ln -s "../libSpicy.la" "libSpicy.la" )
make[2]: Leaving directory `/tmp/foo/Spicy/Source'
Making all in Headers
make[2]: Entering directory `/tmp/foo/Spicy/Headers'
Making all in Spicy
make[3]: Entering directory `/tmp/foo/Spicy/Headers/Spicy'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/tmp/foo/Spicy/Headers/Spicy'
make[3]: Entering directory `/tmp/foo/Spicy/Headers'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/tmp/foo/Spicy/Headers'
make[2]: Leaving directory `/tmp/foo/Spicy/Headers'
Making all in Tests
make[2]: Entering directory `/tmp/foo/Spicy/Tests'
g++ -DHAVE_CONFIG_H -I. -I.. -I../Headers -pipe -Wall -O3 -DNO_DEBUG -Wno-unused -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.cpp
main.cpp: In function ‘void printNumber(Spicy::Number*, int)’:
main.cpp:88: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘Spicy::UnsignedType’
main.cpp:97: warning: format ‘%ld’ expects type ‘long int’, but argument 3 has type ‘Spicy::SignedType’
main.cpp: In function ‘int main(int, const char**)’:
main.cpp:124: warning: format ‘%ld’ expects type ‘long int’, but argument 2 has type ‘Spicy::SignedType’
main.cpp:134: warning: format ‘%ld’ expects type ‘long int’, but argument 2 has type ‘Spicy::SignedType’
mv -f .deps/main.Tpo .deps/main.Po
/bin/bash ../libtool --tag=CXX --mode=link g++ -pipe -Wall -O3 -DNO_DEBUG -Wno-unused -lm -ldl -lpthread -o jsontest main.o ../Source/libSpicy.la
libtool: link: g++ -pipe -Wall -O3 -DNO_DEBUG -Wno-unused -o .libs/jsontest main.o -lm -ldl -lpthread ../Source/.libs/libSpicy.so
make[2]: Leaving directory `/tmp/foo/Spicy/Tests'
make[2]: Entering directory `/tmp/foo/Spicy'
make[2]: Leaving directory `/tmp/foo/Spicy'
make[1]: Leaving directory `/tmp/foo/Spicy'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment