LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Núcleo doesn't compile (Núcleo now compiled, but Metisse doesn't compile) (https://www.linuxquestions.org/questions/linux-software-2/n%FAcleo-doesnt-compile-n%FAcleo-now-compiled-but-metisse-doesnt-compile-796595/)

MTK358 03-21-2010 06:54 PM

Quote:

Originally Posted by knudfl (Post 3906935)
'nucleo-0.7.3' is buggy ( or too old ) and will display
the error : " ‘sprintf’ was not declared .."
on a modern Linux OS. This old version may require
an older version of gettext.

'nucleo-0.7.6' : No problems , no errors.
So why did you change away from the stable version ? ?

.....

I followed this page:

http://insitu.lri.fr/metisse/docs/building.html

MTK358 03-21-2010 06:58 PM

Code:

[michael:~]$ rm -rf test/
[michael:~]$ mkdir test && cd test
[michael:test]$ wget http://insitu.lri.fr/metisse/download/nucleo/nucleo-0.7.6.tar.bz2
--2010-03-21 19:56:57--  http://insitu.lri.fr/metisse/download/nucleo/nucleo-0.7.6.tar.bz2
Resolving insitu.lri.fr... 129.175.15.11
Connecting to insitu.lri.fr|129.175.15.11|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 876827 (856K) [application/x-tar]
Saving to: “nucleo-0.7.6.tar.bz2”

100%[======================================>] 876,827      125K/s  in 7.4s   

2010-03-21 19:57:05 (116 KB/s) - “nucleo-0.7.6.tar.bz2” saved [876827/876827]

[michael:test]$ ls
nucleo-0.7.6.tar.bz2
[michael:test]$ tar xf nucleo-0.7.6.tar.bz2
[michael:test]$ ls
nucleo-0.7.6  nucleo-0.7.6.tar.bz2
[michael:test]$ cd nucleo-0.7.6
[michael:nucleo-0.7.6]$ ls
aclocal.m4  ChangeLog      data    LICENSE      nucleo            tests
apps        configure      demos    Makefile.am  nucleo-config.in
AUTHORS      configure.ac    docs    Makefile.in  nucleo.pc.in
build-utils  COPYING.LESSER  INSTALL  NEWS        README
[michael:nucleo-0.7.6]$ ./configure --prefix=/home/michael/test/
checking for a BSD-compatible install... /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 g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... yes
checking whether gcc accepts -g... yes
checking dependency style of gcc... gcc3
checking dependency style of gcc... (cached) gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-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 dependency style of g++... (cached) gcc3
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 -m elf_x86_64) 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 -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) 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 -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for pkg-config... /usr/bin/pkg-config
checking size of void *... 8
checking size of unsigned... 4
debug unsigned int size: 4
The type void * is bigger than unsigned int.
checking tr1/unordered_map usability... yes
checking tr1/unordered_map presence... yes
checking for tr1/unordered_map... yes
checking hash_map usability... yes
checking hash_map presence... yes
checking for hash_map... yes
checking ext/hash_map usability... yes
checking ext/hash_map presence... yes
checking for ext/hash_map... yes
checking X11/keysym.h usability... yes
checking X11/keysym.h presence... yes
checking for X11/keysym.h... yes
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking GL/gl.h usability... yes
checking GL/gl.h presence... yes
checking for GL/gl.h... yes
checking for GL/glext.h... yes
checking for GL/glu.h... yes
checking for GL/glx.h... yes
checking for pthread_create in -lpthread... yes
checking for glFlush in -lGL... yes
checking for gluUnProject in -lGLU... yes
checking for XListInputDevices in -lXi... yes
checking for glXGetProcAddress in -lGL... yes
checking for jpeg_start_decompress in -ljpeg... yes
checking jpeglib.h usability... yes
checking jpeglib.h presence... yes
checking for jpeglib.h... yes
checking for libpng using pkg-config... yes
checking for libexif using pkg-config... yes
checking for freetype2 using pkg-config... yes
checking for DNSServiceRegister in -ldns_sd... yes
checking dns_sd.h usability... yes
checking dns_sd.h presence... yes
checking for dns_sd.h... yes
checking for XML_GetFeatureList in -lexpat... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for gnutls using pkg-config... yes
checking for dlfcn.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking for dlopen... yes
checking for libavformat using pkg-config... yes
checking for QtCore using pkg-config... yes
checking for gdlib-config... yes
checking for opencv using pkg-config... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating nucleo/nucleo.H
config.status: creating nucleo/Makefile
config.status: creating nucleo/core/Makefile
config.status: creating nucleo/core/select/Makefile
config.status: creating nucleo/core/corefoundation/Makefile
config.status: creating nucleo/core/carbon/Makefile
config.status: creating nucleo/core/cocoa/Makefile
config.status: creating nucleo/utils/Makefile
config.status: creating nucleo/xml/Makefile
config.status: creating nucleo/network/Makefile
config.status: creating nucleo/network/udp/Makefile
config.status: creating nucleo/network/tcp/Makefile
config.status: creating nucleo/network/http/Makefile
config.status: creating nucleo/network/dnssd/Makefile
config.status: creating nucleo/network/xmpp/Makefile
config.status: creating nucleo/image/Makefile
config.status: creating nucleo/image/encoding/Makefile
config.status: creating nucleo/image/source/Makefile
config.status: creating nucleo/image/sink/Makefile
config.status: creating nucleo/image/processing/Makefile
config.status: creating nucleo/image/processing/basic/Makefile
config.status: creating nucleo/image/processing/chromakeying/Makefile
config.status: creating nucleo/image/processing/convolution/Makefile
config.status: creating nucleo/image/processing/difference/Makefile
config.status: creating nucleo/image/processing/gamma/Makefile
config.status: creating nucleo/image/processing/noise/Makefile
config.status: creating nucleo/gl/Makefile
config.status: creating nucleo/gl/glIncludes.H
config.status: creating nucleo/gl/window/Makefile
config.status: creating nucleo/gl/window/keysym.H
config.status: creating nucleo/gl/texture/Makefile
config.status: creating nucleo/gl/text/Makefile
config.status: creating nucleo/gl/scenegraph/Makefile
config.status: creating nucleo/gl/shading/Makefile
config.status: creating nucleo/helpers/Makefile
config.status: creating nucleo/plugins/Makefile
config.status: creating nucleo/plugins/vnc/Makefile
config.status: creating nucleo/plugins/ffmpeg/Makefile
config.status: creating nucleo/plugins/qt/Makefile
config.status: creating nucleo/plugins/gd/Makefile
config.status: creating tests/Makefile
config.status: creating demos/Makefile
config.status: creating demos/video/Makefile
config.status: creating demos/misc/Makefile
config.status: creating demos/vnc/Makefile
config.status: creating demos/opencv/Makefile
config.status: creating demos/opencv/faceFinder/Makefile
config.status: creating demos/opencv/opticalFlow/Makefile
config.status: creating apps/Makefile
config.status: creating apps/videoServer/Makefile
config.status: creating data/Makefile
config.status: creating data/vera/Makefile
config.status: creating docs/Makefile
config.status: creating docs/MacOSX/Makefile
config.status: creating docs/MacOSX/nTest
config.status: WARNING:  'docs/MacOSX/nTest.in' seems to ignore the --datarootdir setting
config.status: creating docs/MacOSX/nBundle
config.status: WARNING:  'docs/MacOSX/nBundle.in' seems to ignore the --datarootdir setting
config.status: creating build-utils/Makefile
config.status: creating build-utils/rpm/Makefile
config.status: creating build-utils/rpm/nucleo.spec
config.status: creating nucleo-config
config.status: creating nucleo.pc
config.status: creating nucleo/config.H
config.status: executing depfiles commands
config.status: executing libtool commands

Núcleo configuration:

  Architecture: x86_64-unknown-linux-gnu
  ------
  glWindow backend?    GLX + Xinput glXGetProcAddress
  JPEG image support?  yes (using libjpeg)
  PNG image support?    yes (using libpng)
  EXIF support?        yes (using libexif)
  Freetype2 support?    yes
  DNS-SD support?      yes
  <eXpat/> support?    yes
  GnuTLS support?      yes
  ---
  FFmpeg plugin?        yes
  VNC plugin?          no (--with-vnc option not or badly used)
  Qt plugin?            yes
  GD plugin?            yes
  ------
  Build OpenCV demos?  no (opencv not found by pkg-config)
  Build tests?          yes

Continued in next post...

MTK358 03-21-2010 06:59 PM

Continuing from previous post:

Code:

[michael:nucleo-0.7.6]$ make
Making all in nucleo
make[1]: Entering directory `/home/michael/test/nucleo-0.7.6/nucleo'
make  all-recursive
make[2]: Entering directory `/home/michael/test/nucleo-0.7.6/nucleo'
Making all in core
make[3]: Entering directory `/home/michael/test/nucleo-0.7.6/nucleo/core'
Making all in select
make[4]: Entering directory `/home/michael/test/nucleo-0.7.6/nucleo/core/select'
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT sTimeKeeper.lo -MD -MP -MF .deps/sTimeKeeper.Tpo -c -o sTimeKeeper.lo sTimeKeeper.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT sTimeKeeper.lo -MD -MP -MF .deps/sTimeKeeper.Tpo -c sTimeKeeper.cxx  -fPIC -DPIC -o .libs/sTimeKeeper.o
mv -f .deps/sTimeKeeper.Tpo .deps/sTimeKeeper.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT sFileKeeper.lo -MD -MP -MF .deps/sFileKeeper.Tpo -c -o sFileKeeper.lo sFileKeeper.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT sFileKeeper.lo -MD -MP -MF .deps/sFileKeeper.Tpo -c sFileKeeper.cxx  -fPIC -DPIC -o .libs/sFileKeeper.o
mv -f .deps/sFileKeeper.Tpo .deps/sFileKeeper.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT sReactiveEngine.lo -MD -MP -MF .deps/sReactiveEngine.Tpo -c -o sReactiveEngine.lo sReactiveEngine.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT sReactiveEngine.lo -MD -MP -MF .deps/sReactiveEngine.Tpo -c sReactiveEngine.cxx  -fPIC -DPIC -o .libs/sReactiveEngine.o
mv -f .deps/sReactiveEngine.Tpo .deps/sReactiveEngine.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=link g++  -g -O2  -o libselect.la  sTimeKeeper.lo sFileKeeper.lo sReactiveEngine.lo  -lexpat -ldns_sd -ljpeg -lGLU -lGL -lpthread  -lSM -lICE  -lXi -lpng14  -lexif -lm  -lfreetype  -lgnutls 
libtool: link: ar cru .libs/libselect.a .libs/sTimeKeeper.o .libs/sFileKeeper.o .libs/sReactiveEngine.o
libtool: link: ranlib .libs/libselect.a
libtool: link: ( cd ".libs" && rm -f "libselect.la" && ln -s "../libselect.la" "libselect.la" )
make[4]: Leaving directory `/home/michael/test/nucleo-0.7.6/nucleo/core/select'
make[4]: Entering directory `/home/michael/test/nucleo-0.7.6/nucleo/core'
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT TimeKeeper.lo -MD -MP -MF .deps/TimeKeeper.Tpo -c -o TimeKeeper.lo TimeKeeper.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT TimeKeeper.lo -MD -MP -MF .deps/TimeKeeper.Tpo -c TimeKeeper.cxx  -fPIC -DPIC -o .libs/TimeKeeper.o
mv -f .deps/TimeKeeper.Tpo .deps/TimeKeeper.Plo
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT FileKeeper.lo -MD -MP -MF .deps/FileKeeper.Tpo -c -o FileKeeper.lo FileKeeper.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT FileKeeper.lo -MD -MP -MF .deps/FileKeeper.Tpo -c FileKeeper.cxx  -fPIC -DPIC -o .libs/FileKeeper.o
mv -f .deps/FileKeeper.Tpo .deps/FileKeeper.Plo
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT ReactiveEngine.lo -MD -MP -MF .deps/ReactiveEngine.Tpo -c -o ReactiveEngine.lo ReactiveEngine.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT ReactiveEngine.lo -MD -MP -MF .deps/ReactiveEngine.Tpo -c ReactiveEngine.cxx  -fPIC -DPIC -o .libs/ReactiveEngine.o
mv -f .deps/ReactiveEngine.Tpo .deps/ReactiveEngine.Plo
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT ReactiveObject.lo -MD -MP -MF .deps/ReactiveObject.Tpo -c -o ReactiveObject.lo ReactiveObject.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT ReactiveObject.lo -MD -MP -MF .deps/ReactiveObject.Tpo -c ReactiveObject.cxx  -fPIC -DPIC -o .libs/ReactiveObject.o
mv -f .deps/ReactiveObject.Tpo .deps/ReactiveObject.Plo
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT URI.lo -MD -MP -MF .deps/URI.Tpo -c -o URI.lo URI.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT URI.lo -MD -MP -MF .deps/URI.Tpo -c URI.cxx  -fPIC -DPIC -o .libs/URI.o
mv -f .deps/URI.Tpo .deps/URI.Plo
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT PluginManager.lo -MD -MP -MF .deps/PluginManager.Tpo -c -o PluginManager.lo PluginManager.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT PluginManager.lo -MD -MP -MF .deps/PluginManager.Tpo -c PluginManager.cxx  -fPIC -DPIC -o .libs/PluginManager.o
mv -f .deps/PluginManager.Tpo .deps/PluginManager.Plo
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT UUID.lo -MD -MP -MF .deps/UUID.Tpo -c -o UUID.lo UUID.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT UUID.lo -MD -MP -MF .deps/UUID.Tpo -c UUID.cxx  -fPIC -DPIC -o .libs/UUID.o
mv -f .deps/UUID.Tpo .deps/UUID.Plo
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT TimeStamp.lo -MD -MP -MF .deps/TimeStamp.Tpo -c -o TimeStamp.lo TimeStamp.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT TimeStamp.lo -MD -MP -MF .deps/TimeStamp.Tpo -c TimeStamp.cxx  -fPIC -DPIC -o .libs/TimeStamp.o
mv -f .deps/TimeStamp.Tpo .deps/TimeStamp.Plo
/bin/sh ../../libtool --tag=CXX  --mode=link g++  -g -O2  -o libcore.la  TimeKeeper.lo FileKeeper.lo ReactiveEngine.lo ReactiveObject.lo URI.lo PluginManager.lo UUID.lo TimeStamp.lo select/libselect.la  -lexpat -ldns_sd -ljpeg -lGLU -lGL -lpthread  -lSM -lICE  -lXi -lpng14  -lexif -lm  -lfreetype  -lgnutls 
libtool: link: (cd .libs/libcore.lax/libselect.a && ar x "/home/michael/test/nucleo-0.7.6/nucleo/core/select/.libs/libselect.a")
libtool: link: ar cru .libs/libcore.a .libs/TimeKeeper.o .libs/FileKeeper.o .libs/ReactiveEngine.o .libs/ReactiveObject.o .libs/URI.o .libs/PluginManager.o .libs/UUID.o .libs/TimeStamp.o  .libs/libcore.lax/libselect.a/sFileKeeper.o .libs/libcore.lax/libselect.a/sTimeKeeper.o .libs/libcore.lax/libselect.a/sReactiveEngine.o
libtool: link: ranlib .libs/libcore.a
libtool: link: rm -fr .libs/libcore.lax
libtool: link: ( cd ".libs" && rm -f "libcore.la" && ln -s "../libcore.la" "libcore.la" )
make[4]: Leaving directory `/home/michael/test/nucleo-0.7.6/nucleo/core'
make[3]: Leaving directory `/home/michael/test/nucleo-0.7.6/nucleo/core'
Making all in utils
make[3]: Entering directory `/home/michael/test/nucleo-0.7.6/nucleo/utils'
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT AppUtils.lo -MD -MP -MF .deps/AppUtils.Tpo -c -o AppUtils.lo AppUtils.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT AppUtils.lo -MD -MP -MF .deps/AppUtils.Tpo -c AppUtils.cxx  -fPIC -DPIC -o .libs/AppUtils.o
mv -f .deps/AppUtils.Tpo .deps/AppUtils.Plo
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT FileUtils.lo -MD -MP -MF .deps/FileUtils.Tpo -c -o FileUtils.lo FileUtils.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT FileUtils.lo -MD -MP -MF .deps/FileUtils.Tpo -c FileUtils.cxx  -fPIC -DPIC -o .libs/FileUtils.o
mv -f .deps/FileUtils.Tpo .deps/FileUtils.Plo
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT SignalUtils.lo -MD -MP -MF .deps/SignalUtils.Tpo -c -o SignalUtils.lo SignalUtils.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT SignalUtils.lo -MD -MP -MF .deps/SignalUtils.Tpo -c SignalUtils.cxx  -fPIC -DPIC -o .libs/SignalUtils.o
mv -f .deps/SignalUtils.Tpo .deps/SignalUtils.Plo
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT StringUtils.lo -MD -MP -MF .deps/StringUtils.Tpo -c -o StringUtils.lo StringUtils.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT StringUtils.lo -MD -MP -MF .deps/StringUtils.Tpo -c StringUtils.cxx  -fPIC -DPIC -o .libs/StringUtils.o
mv -f .deps/StringUtils.Tpo .deps/StringUtils.Plo
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT TimeUtils.lo -MD -MP -MF .deps/TimeUtils.Tpo -c -o TimeUtils.lo TimeUtils.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT TimeUtils.lo -MD -MP -MF .deps/TimeUtils.Tpo -c TimeUtils.cxx  -fPIC -DPIC -o .libs/TimeUtils.o
mv -f .deps/TimeUtils.Tpo .deps/TimeUtils.Plo
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT ConfigDict.lo -MD -MP -MF .deps/ConfigDict.Tpo -c -o ConfigDict.lo ConfigDict.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT ConfigDict.lo -MD -MP -MF .deps/ConfigDict.Tpo -c ConfigDict.cxx  -fPIC -DPIC -o .libs/ConfigDict.o
mv -f .deps/ConfigDict.Tpo .deps/ConfigDict.Plo
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT Base64.lo -MD -MP -MF .deps/Base64.Tpo -c -o Base64.lo Base64.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT Base64.lo -MD -MP -MF .deps/Base64.Tpo -c Base64.cxx  -fPIC -DPIC -o .libs/Base64.o
mv -f .deps/Base64.Tpo .deps/Base64.Plo
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT MD5.lo -MD -MP -MF .deps/MD5.Tpo -c -o MD5.lo MD5.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT MD5.lo -MD -MP -MF .deps/MD5.Tpo -c MD5.cxx  -fPIC -DPIC -o .libs/MD5.o
mv -f .deps/MD5.Tpo .deps/MD5.Plo
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT ByteOrder.lo -MD -MP -MF .deps/ByteOrder.Tpo -c -o ByteOrder.lo ByteOrder.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT ByteOrder.lo -MD -MP -MF .deps/ByteOrder.Tpo -c ByteOrder.cxx  -fPIC -DPIC -o .libs/ByteOrder.o
mv -f .deps/ByteOrder.Tpo .deps/ByteOrder.Plo
/bin/sh ../../libtool --tag=CXX  --mode=link g++  -g -O2  -o libutils.la  AppUtils.lo FileUtils.lo SignalUtils.lo StringUtils.lo TimeUtils.lo ConfigDict.lo Base64.lo MD5.lo ByteOrder.lo  -lexpat -ldns_sd -ljpeg -lGLU -lGL -lpthread  -lSM -lICE  -lXi -lpng14  -lexif -lm  -lfreetype  -lgnutls 
libtool: link: ar cru .libs/libutils.a .libs/AppUtils.o .libs/FileUtils.o .libs/SignalUtils.o .libs/StringUtils.o .libs/TimeUtils.o .libs/ConfigDict.o .libs/Base64.o .libs/MD5.o .libs/ByteOrder.o
libtool: link: ranlib .libs/libutils.a
libtool: link: ( cd ".libs" && rm -f "libutils.la" && ln -s "../libutils.la" "libutils.la" )
make[3]: Leaving directory `/home/michael/test/nucleo-0.7.6/nucleo/utils'
Making all in xml
make[3]: Entering directory `/home/michael/test/nucleo-0.7.6/nucleo/xml'
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT XmlText.lo -MD -MP -MF .deps/XmlText.Tpo -c -o XmlText.lo XmlText.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT XmlText.lo -MD -MP -MF .deps/XmlText.Tpo -c XmlText.cxx  -fPIC -DPIC -o .libs/XmlText.o
mv -f .deps/XmlText.Tpo .deps/XmlText.Plo
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT XmlStructure.lo -MD -MP -MF .deps/XmlStructure.Tpo -c -o XmlStructure.lo XmlStructure.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT XmlStructure.lo -MD -MP -MF .deps/XmlStructure.Tpo -c XmlStructure.cxx  -fPIC -DPIC -o .libs/XmlStructure.o
mv -f .deps/XmlStructure.Tpo .deps/XmlStructure.Plo
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT XmlParser.lo -MD -MP -MF .deps/XmlParser.Tpo -c -o XmlParser.lo XmlParser.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT XmlParser.lo -MD -MP -MF .deps/XmlParser.Tpo -c XmlParser.cxx  -fPIC -DPIC -o .libs/XmlParser.o
mv -f .deps/XmlParser.Tpo .deps/XmlParser.Plo
/bin/sh ../../libtool --tag=CXX  --mode=link g++  -g -O2  -o libxml.la  XmlText.lo XmlStructure.lo XmlParser.lo  -lexpat -ldns_sd -ljpeg -lGLU -lGL -lpthread  -lSM -lICE  -lXi -lpng14  -lexif -lm  -lfreetype  -lgnutls 
libtool: link: ar cru .libs/libxml.a .libs/XmlText.o .libs/XmlStructure.o .libs/XmlParser.o
libtool: link: ranlib .libs/libxml.a
libtool: link: ( cd ".libs" && rm -f "libxml.la" && ln -s "../libxml.la" "libxml.la" )
make[3]: Leaving directory `/home/michael/test/nucleo-0.7.6/nucleo/xml'
Making all in network
make[3]: Entering directory `/home/michael/test/nucleo-0.7.6/nucleo/network'
Making all in udp
make[4]: Entering directory `/home/michael/test/nucleo-0.7.6/nucleo/network/udp'
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT UdpReceiver.lo -MD -MP -MF .deps/UdpReceiver.Tpo -c -o UdpReceiver.lo UdpReceiver.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT UdpReceiver.lo -MD -MP -MF .deps/UdpReceiver.Tpo -c UdpReceiver.cxx  -fPIC -DPIC -o .libs/UdpReceiver.o
mv -f .deps/UdpReceiver.Tpo .deps/UdpReceiver.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT UdpSender.lo -MD -MP -MF .deps/UdpSender.Tpo -c -o UdpSender.lo UdpSender.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT UdpSender.lo -MD -MP -MF .deps/UdpSender.Tpo -c UdpSender.cxx  -fPIC -DPIC -o .libs/UdpSender.o
mv -f .deps/UdpSender.Tpo .deps/UdpSender.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT UdpPlus.lo -MD -MP -MF .deps/UdpPlus.Tpo -c -o UdpPlus.lo UdpPlus.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT UdpPlus.lo -MD -MP -MF .deps/UdpPlus.Tpo -c UdpPlus.cxx  -fPIC -DPIC -o .libs/UdpPlus.o
mv -f .deps/UdpPlus.Tpo .deps/UdpPlus.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT UdpPlusSender.lo -MD -MP -MF .deps/UdpPlusSender.Tpo -c -o UdpPlusSender.lo UdpPlusSender.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT UdpPlusSender.lo -MD -MP -MF .deps/UdpPlusSender.Tpo -c UdpPlusSender.cxx  -fPIC -DPIC -o .libs/UdpPlusSender.o
mv -f .deps/UdpPlusSender.Tpo .deps/UdpPlusSender.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT UdpPlusReceiver.lo -MD -MP -MF .deps/UdpPlusReceiver.Tpo -c -o UdpPlusReceiver.lo UdpPlusReceiver.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT UdpPlusReceiver.lo -MD -MP -MF .deps/UdpPlusReceiver.Tpo -c UdpPlusReceiver.cxx  -fPIC -DPIC -o .libs/UdpPlusReceiver.o
mv -f .deps/UdpPlusReceiver.Tpo .deps/UdpPlusReceiver.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT UdpSocket.lo -MD -MP -MF .deps/UdpSocket.Tpo -c -o UdpSocket.lo UdpSocket.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT UdpSocket.lo -MD -MP -MF .deps/UdpSocket.Tpo -c UdpSocket.cxx  -fPIC -DPIC -o .libs/UdpSocket.o
mv -f .deps/UdpSocket.Tpo .deps/UdpSocket.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT StunResolver.lo -MD -MP -MF .deps/StunResolver.Tpo -c -o StunResolver.lo StunResolver.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT StunResolver.lo -MD -MP -MF .deps/StunResolver.Tpo -c StunResolver.cxx  -fPIC -DPIC -o .libs/StunResolver.o
mv -f .deps/StunResolver.Tpo .deps/StunResolver.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT StunResolverPrivate.lo -MD -MP -MF .deps/StunResolverPrivate.Tpo -c -o StunResolverPrivate.lo StunResolverPrivate.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT StunResolverPrivate.lo -MD -MP -MF .deps/StunResolverPrivate.Tpo -c StunResolverPrivate.cxx  -fPIC -DPIC -o .libs/StunResolverPrivate.o
mv -f .deps/StunResolverPrivate.Tpo .deps/StunResolverPrivate.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=link g++  -g -O2  -o libudp.la  UdpReceiver.lo UdpSender.lo UdpPlus.lo UdpPlusSender.lo UdpPlusReceiver.lo UdpSocket.lo StunResolver.lo StunResolverPrivate.lo  -lexpat -ldns_sd -ljpeg -lGLU -lGL -lpthread  -lSM -lICE  -lXi -lpng14  -lexif -lm  -lfreetype  -lgnutls 
libtool: link: ar cru .libs/libudp.a .libs/UdpReceiver.o .libs/UdpSender.o .libs/UdpPlus.o .libs/UdpPlusSender.o .libs/UdpPlusReceiver.o .libs/UdpSocket.o .libs/StunResolver.o .libs/StunResolverPrivate.o
libtool: link: ranlib .libs/libudp.a
libtool: link: ( cd ".libs" && rm -f "libudp.la" && ln -s "../libudp.la" "libudp.la" )
make[4]: Leaving directory `/home/michael/test/nucleo-0.7.6/nucleo/network/udp'
Making all in tcp
make[4]: Entering directory `/home/michael/test/nucleo-0.7.6/nucleo/network/tcp'

Continued on next post...

MTK358 03-21-2010 07:00 PM

Continued from previous post:

Code:

/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT TcpUtils.lo -MD -MP -MF .deps/TcpUtils.Tpo -c -o TcpUtils.lo TcpUtils.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT TcpUtils.lo -MD -MP -MF .deps/TcpUtils.Tpo -c TcpUtils.cxx  -fPIC -DPIC -o .libs/TcpUtils.o
mv -f .deps/TcpUtils.Tpo .deps/TcpUtils.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT TcpServer.lo -MD -MP -MF .deps/TcpServer.Tpo -c -o TcpServer.lo TcpServer.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT TcpServer.lo -MD -MP -MF .deps/TcpServer.Tpo -c TcpServer.cxx  -fPIC -DPIC -o .libs/TcpServer.o
mv -f .deps/TcpServer.Tpo .deps/TcpServer.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT TcpConnection.lo -MD -MP -MF .deps/TcpConnection.Tpo -c -o TcpConnection.lo TcpConnection.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT TcpConnection.lo -MD -MP -MF .deps/TcpConnection.Tpo -c TcpConnection.cxx  -fPIC -DPIC -o .libs/TcpConnection.o
mv -f .deps/TcpConnection.Tpo .deps/TcpConnection.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT Ping.lo -MD -MP -MF .deps/Ping.Tpo -c -o Ping.lo Ping.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT Ping.lo -MD -MP -MF .deps/Ping.Tpo -c Ping.cxx  -fPIC -DPIC -o .libs/Ping.o
mv -f .deps/Ping.Tpo .deps/Ping.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=link g++  -g -O2  -o libtcp.la  TcpUtils.lo TcpServer.lo TcpConnection.lo Ping.lo  -lexpat -ldns_sd -ljpeg -lGLU -lGL -lpthread  -lSM -lICE  -lXi -lpng14  -lexif -lm  -lfreetype  -lgnutls 
libtool: link: ar cru .libs/libtcp.a .libs/TcpUtils.o .libs/TcpServer.o .libs/TcpConnection.o .libs/Ping.o
libtool: link: ranlib .libs/libtcp.a
libtool: link: ( cd ".libs" && rm -f "libtcp.la" && ln -s "../libtcp.la" "libtcp.la" )
make[4]: Leaving directory `/home/michael/test/nucleo-0.7.6/nucleo/network/tcp'
Making all in http
make[4]: Entering directory `/home/michael/test/nucleo-0.7.6/nucleo/network/http'
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT HttpMessage.lo -MD -MP -MF .deps/HttpMessage.Tpo -c -o HttpMessage.lo HttpMessage.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT HttpMessage.lo -MD -MP -MF .deps/HttpMessage.Tpo -c HttpMessage.cxx  -fPIC -DPIC -o .libs/HttpMessage.o
mv -f .deps/HttpMessage.Tpo .deps/HttpMessage.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT ServerPush.lo -MD -MP -MF .deps/ServerPush.Tpo -c -o ServerPush.lo ServerPush.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT ServerPush.lo -MD -MP -MF .deps/ServerPush.Tpo -c ServerPush.cxx  -fPIC -DPIC -o .libs/ServerPush.o
mv -f .deps/ServerPush.Tpo .deps/ServerPush.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=link g++  -g -O2  -o libhttp.la  HttpMessage.lo ServerPush.lo  -lexpat -ldns_sd -ljpeg -lGLU -lGL -lpthread  -lSM -lICE  -lXi -lpng14  -lexif -lm  -lfreetype  -lgnutls 
libtool: link: ar cru .libs/libhttp.a .libs/HttpMessage.o .libs/ServerPush.o
libtool: link: ranlib .libs/libhttp.a
libtool: link: ( cd ".libs" && rm -f "libhttp.la" && ln -s "../libhttp.la" "libhttp.la" )
make[4]: Leaving directory `/home/michael/test/nucleo-0.7.6/nucleo/network/http'
Making all in dnssd
make[4]: Entering directory `/home/michael/test/nucleo-0.7.6/nucleo/network/dnssd'
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT DNSServiceAnnouncer.lo -MD -MP -MF .deps/DNSServiceAnnouncer.Tpo -c -o DNSServiceAnnouncer.lo DNSServiceAnnouncer.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT DNSServiceAnnouncer.lo -MD -MP -MF .deps/DNSServiceAnnouncer.Tpo -c DNSServiceAnnouncer.cxx  -fPIC -DPIC -o .libs/DNSServiceAnnouncer.o
mv -f .deps/DNSServiceAnnouncer.Tpo .deps/DNSServiceAnnouncer.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT DNSServiceBrowser.lo -MD -MP -MF .deps/DNSServiceBrowser.Tpo -c -o DNSServiceBrowser.lo DNSServiceBrowser.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT DNSServiceBrowser.lo -MD -MP -MF .deps/DNSServiceBrowser.Tpo -c DNSServiceBrowser.cxx  -fPIC -DPIC -o .libs/DNSServiceBrowser.o
mv -f .deps/DNSServiceBrowser.Tpo .deps/DNSServiceBrowser.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=link g++  -g -O2  -o libdnssd.la  DNSServiceAnnouncer.lo DNSServiceBrowser.lo  -lexpat -ldns_sd -ljpeg -lGLU -lGL -lpthread  -lSM -lICE  -lXi -lpng14  -lexif -lm  -lfreetype  -lgnutls 
libtool: link: ar cru .libs/libdnssd.a .libs/DNSServiceAnnouncer.o .libs/DNSServiceBrowser.o
libtool: link: ranlib .libs/libdnssd.a
libtool: link: ( cd ".libs" && rm -f "libdnssd.la" && ln -s "../libdnssd.la" "libdnssd.la" )
make[4]: Leaving directory `/home/michael/test/nucleo-0.7.6/nucleo/network/dnssd'
Making all in xmpp
make[4]: Entering directory `/home/michael/test/nucleo-0.7.6/nucleo/network/xmpp'
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT XmppConnection.lo -MD -MP -MF .deps/XmppConnection.Tpo -c -o XmppConnection.lo XmppConnection.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT XmppConnection.lo -MD -MP -MF .deps/XmppConnection.Tpo -c XmppConnection.cxx  -fPIC -DPIC -o .libs/XmppConnection.o
XmppConnection.cxx: In member function ‘bool nucleo::XmppConnection::sendPresence(std::string, std::string, nucleo::XmppConnection::presenceType)’:
XmppConnection.cxx:769: warning: deprecated conversion from string constant to ‘char*’
XmppConnection.cxx:769: warning: deprecated conversion from string constant to ‘char*’
XmppConnection.cxx:769: warning: deprecated conversion from string constant to ‘char*’
XmppConnection.cxx:769: warning: deprecated conversion from string constant to ‘char*’
XmppConnection.cxx:769: warning: deprecated conversion from string constant to ‘char*’
XmppConnection.cxx:769: warning: deprecated conversion from string constant to ‘char*’
mv -f .deps/XmppConnection.Tpo .deps/XmppConnection.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=link g++  -g -O2  -o libxmpp.la  XmppConnection.lo  -lexpat -ldns_sd -ljpeg -lGLU -lGL -lpthread  -lSM -lICE  -lXi -lpng14  -lexif -lm  -lfreetype  -lgnutls 
libtool: link: ar cru .libs/libxmpp.a .libs/XmppConnection.o
libtool: link: ranlib .libs/libxmpp.a
libtool: link: ( cd ".libs" && rm -f "libxmpp.la" && ln -s "../libxmpp.la" "libxmpp.la" )
make[4]: Leaving directory `/home/michael/test/nucleo-0.7.6/nucleo/network/xmpp'
make[4]: Entering directory `/home/michael/test/nucleo-0.7.6/nucleo/network'
/bin/sh ../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../nucleo  -I../.. -I../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT NetworkUtils.lo -MD -MP -MF .deps/NetworkUtils.Tpo -c -o NetworkUtils.lo NetworkUtils.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../nucleo -I../.. -I../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT NetworkUtils.lo -MD -MP -MF .deps/NetworkUtils.Tpo -c NetworkUtils.cxx  -fPIC -DPIC -o .libs/NetworkUtils.o
mv -f .deps/NetworkUtils.Tpo .deps/NetworkUtils.Plo
/bin/sh ../../libtool --tag=CXX  --mode=link g++  -g -O2  -o libnetwork.la  NetworkUtils.lo udp/libudp.la tcp/libtcp.la http/libhttp.la dnssd/libdnssd.la xmpp/libxmpp.la  -lexpat -ldns_sd -ljpeg -lGLU -lGL -lpthread  -lSM -lICE  -lXi -lpng14  -lexif -lm  -lfreetype  -lgnutls 
libtool: link: (cd .libs/libnetwork.lax/libudp.a && ar x "/home/michael/test/nucleo-0.7.6/nucleo/network/udp/.libs/libudp.a")
libtool: link: (cd .libs/libnetwork.lax/libtcp.a && ar x "/home/michael/test/nucleo-0.7.6/nucleo/network/tcp/.libs/libtcp.a")
libtool: link: (cd .libs/libnetwork.lax/libhttp.a && ar x "/home/michael/test/nucleo-0.7.6/nucleo/network/http/.libs/libhttp.a")
libtool: link: (cd .libs/libnetwork.lax/libdnssd.a && ar x "/home/michael/test/nucleo-0.7.6/nucleo/network/dnssd/.libs/libdnssd.a")
libtool: link: (cd .libs/libnetwork.lax/libxmpp.a && ar x "/home/michael/test/nucleo-0.7.6/nucleo/network/xmpp/.libs/libxmpp.a")
libtool: link: ar cru .libs/libnetwork.a .libs/NetworkUtils.o  .libs/libnetwork.lax/libudp.a/UdpSocket.o .libs/libnetwork.lax/libudp.a/UdpReceiver.o .libs/libnetwork.lax/libudp.a/UdpSender.o .libs/libnetwork.lax/libudp.a/UdpPlus.o .libs/libnetwork.lax/libudp.a/UdpPlusSender.o .libs/libnetwork.lax/libudp.a/StunResolver.o .libs/libnetwork.lax/libudp.a/StunResolverPrivate.o .libs/libnetwork.lax/libudp.a/UdpPlusReceiver.o  .libs/libnetwork.lax/libtcp.a/TcpServer.o .libs/libnetwork.lax/libtcp.a/Ping.o .libs/libnetwork.lax/libtcp.a/TcpConnection.o .libs/libnetwork.lax/libtcp.a/TcpUtils.o  .libs/libnetwork.lax/libhttp.a/ServerPush.o .libs/libnetwork.lax/libhttp.a/HttpMessage.o  .libs/libnetwork.lax/libdnssd.a/DNSServiceAnnouncer.o .libs/libnetwork.lax/libdnssd.a/DNSServiceBrowser.o  .libs/libnetwork.lax/libxmpp.a/XmppConnection.o
libtool: link: ranlib .libs/libnetwork.a
libtool: link: rm -fr .libs/libnetwork.lax
libtool: link: ( cd ".libs" && rm -f "libnetwork.la" && ln -s "../libnetwork.la" "libnetwork.la" )
make[4]: Leaving directory `/home/michael/test/nucleo-0.7.6/nucleo/network'
make[3]: Leaving directory `/home/michael/test/nucleo-0.7.6/nucleo/network'
Making all in image
make[3]: Entering directory `/home/michael/test/nucleo-0.7.6/nucleo/image'
Making all in encoding
make[4]: Entering directory `/home/michael/test/nucleo-0.7.6/nucleo/image/encoding'
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT Conversion.lo -MD -MP -MF .deps/Conversion.Tpo -c -o Conversion.lo Conversion.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT Conversion.lo -MD -MP -MF .deps/Conversion.Tpo -c Conversion.cxx  -fPIC -DPIC -o .libs/Conversion.o
mv -f .deps/Conversion.Tpo .deps/Conversion.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT YpCbCr420.lo -MD -MP -MF .deps/YpCbCr420.Tpo -c -o YpCbCr420.lo YpCbCr420.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT YpCbCr420.lo -MD -MP -MF .deps/YpCbCr420.Tpo -c YpCbCr420.cxx  -fPIC -DPIC -o .libs/YpCbCr420.o
mv -f .deps/YpCbCr420.Tpo .deps/YpCbCr420.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT PAM.lo -MD -MP -MF .deps/PAM.Tpo -c -o PAM.lo PAM.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT PAM.lo -MD -MP -MF .deps/PAM.Tpo -c PAM.cxx  -fPIC -DPIC -o .libs/PAM.o
mv -f .deps/PAM.Tpo .deps/PAM.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT JPEG.lo -MD -MP -MF .deps/JPEG.Tpo -c -o JPEG.lo JPEG.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT JPEG.lo -MD -MP -MF .deps/JPEG.Tpo -c JPEG.cxx  -fPIC -DPIC -o .libs/JPEG.o
mv -f .deps/JPEG.Tpo .deps/JPEG.Plo
/bin/sh ../../../libtool --tag=CXX  --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../nucleo  -I../../.. -I../../.. -I/usr/include/libpng14    -I/usr/include/freetype2      -g -O2 -MT PNGenc.lo -MD -MP -MF .deps/PNGenc.Tpo -c -o PNGenc.lo PNGenc.cxx
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../../../nucleo -I../../.. -I../../.. -I/usr/include/libpng14 -I/usr/include/freetype2 -g -O2 -MT PNGenc.lo -MD -MP -MF .deps/PNGenc.Tpo -c PNGenc.cxx  -fPIC -DPIC -o .libs/PNGenc.o
PNGenc.cxx: In function ‘void nucleo::png_memory_write_data(png_struct*, png_byte*, png_size_t)’:
PNGenc.cxx:38: warning: ‘png_struct_def::io_ptr’ is deprecated (declared at /usr/include/libpng14/png.h:1125)
PNGenc.cxx:38: warning: ‘png_struct_def::io_ptr’ is deprecated (declared at /usr/include/libpng14/png.h:1125)
PNGenc.cxx: In function ‘void nucleo::png_memory_read_data(png_struct*, png_byte*, png_size_t)’:
PNGenc.cxx:133: warning: ‘png_struct_def::io_ptr’ is deprecated (declared at /usr/include/libpng14/png.h:1125)
PNGenc.cxx:133: warning: ‘png_struct_def::io_ptr’ is deprecated (declared at /usr/include/libpng14/png.h:1125)
PNGenc.cxx: In function ‘bool nucleo::png_decode(nucleo::Image*, nucleo::Image*, nucleo::Image::Encoding, unsigned int)’:
PNGenc.cxx:173: error: ‘png_set_gray_1_2_4_to_8’ was not declared in this scope
make[4]: *** [PNGenc.lo] Error 1
make[4]: Leaving directory `/home/michael/test/nucleo-0.7.6/nucleo/image/encoding'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/michael/test/nucleo-0.7.6/nucleo/image'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/michael/test/nucleo-0.7.6/nucleo'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/michael/test/nucleo-0.7.6/nucleo'
make: *** [all-recursive] Error 1
[michael:nucleo-0.7.6]$ echo $?
2
[michael:nucleo-0.7.6]$


knudfl 03-22-2010 02:30 AM

Post # 14 , line 93
Quote:

-I../../.. -I/usr/include/libpng14
I thought, you would give libpng12 a try ? ?
.....

MTK358 03-22-2010 05:48 AM

How?

I told you that even though I have libpng12 installed, I do not have /usr/bin/libpng12-config.

MTK358 03-22-2010 03:08 PM

*bump*

knudfl 03-22-2010 03:19 PM

Post # 10 .. /usr/bin/libpng12-config : Not used. Not required.

Post # 6 : The important action is: correct links → pkgconfig/libpng.pc
ref. 2)
/usr/lib/pkgconfig/libpng.pc : this link must point to libpng12.pc
and 3) /usr/lib/libpng.so : this link must point to libpng12.so.0.XX.0

To be absolutely sure : If you have any /usr/bin/libpngxx-config :
a) mv libpng-config libpng-config-back
b) mv libpng14-config mv libpng14-config-back
.....

MTK358 03-22-2010 07:06 PM

The way you wrote that is so confusing...

MTK358 03-23-2010 06:49 AM

Quote:

Originally Posted by knudfl (Post 3907940)
The important action is: correct links → pkgconfig/libpng.pc
ref. 2)
/usr/lib/pkgconfig/libpng.pc : this link must point to libpng12.pc

I don't have such a file as "/usr/lib/pkgconfig/libpng12.pc":

Code:

[michael:~]$ cd /usr/lib/pkgconfig/
[michael:pkgconfig]$ echo *libpng*
libpng14.pc libpng.pc


GrapefruiTgirl 03-23-2010 02:54 PM

libpng12 -- where does it go, where does it come from?
 
@ MTK358 -- I was following this thread on and off, but at this very moment I have not re-read all of EVERY post to see what I'm talking about, so if this needs further clarification (or causes more confusion) do tell:

1) You might find this old mailing list thread interesting: http://old.nabble.com/configure-does...d27044337.html

That link talks about some confusion regarding the libpng (might be an old thread, but still interesting) and after reading it, maybe this libpng stuff will make more sense (or not!).
---

Now.. If I read correctly, you are looking for something called:
/usr/bin/libpng12-config

and perhaps also looking for:
usr/lib64/pkgconfig/libpng12.pc

-- maybe not in /lib64 (could be in /lib), I'm not sure at this moment of you're on a 64bit Arch or not.
Anyways, on my Slackware system, I see the following (my commands are bold):

Code:

sasha@reactor: which libpng12-config
/usr/bin/libpng12-config

sasha@reactor: grep usr/bin/libpng12-config /var/log/packages/*
/var/log/packages/libpng-1.4.1-x86_64-2:usr/bin/libpng12-config # The red part is the package name.

root@reactor: find / -name libpng12.pc
/usr/lib64/pkgconfig/libpng12.pc

root@reactor: grep usr/lib64/pkgconfig/libpng12.pc /var/log/packages/*
/var/log/packages/libpng-1.4.1-x86_64-2:usr/lib64/pkgconfig/libpng12.pc # red is the package name
root@reactor:

So, what this says? On Slack64 at least, the libpng12 items are coming from the libpng-1.4.1 package.

I haven't used Arch.. Maybe you can do some work-arounds to get the comparable stuff installed onto your system: you could perhaps go to a Slackware repository and get yourself the slackpkg of libpng-1.4.1-$ARCH-2.tgz for your $ARCHitecture, open it up, and plop the missing pieces down into your system and see if it solves your build problem?

Sasha

MTK358 03-23-2010 03:10 PM

I have 64-bit Linux on a 64-bit CPU.

If at all possible I would like to have all packages tracked by the package manager, and if I have to modify system files I would like to be able to put them back the way they were before after compilation.

Anyway, I tried this:

Code:

[michael:~]$ which libpng12-config
which: no libpng12-config in (/home/michael/GNUstep/Tools:/opt/GNUstep/Local/Tools:/opt/GNUstep/System/Tools:/bin:/usr/bin:/sbin:/usr/sbin:/usr/share/java/apache-ant/bin:/usr/local/bin:/opt/java/bin:/opt/java/jre/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/home/michael/bin)
[michael:~]$ pacman -Qo /usr/bin/libpng12-config
error: failed to read file '/usr/bin/libpng12-config': No such file or directory
[michael:~]$ sudo find / -name libpng12.pc
Password:
[michael:~]$

EDIT: "pacman -Qo <file>" says what package contains that file. For example:

Code:

$ pacman -Qo /bin/bash
/bin/bash is owned by bash 4.1.002-2


GrapefruiTgirl 03-23-2010 03:42 PM

Quote:

Originally Posted by MTK358 (Post 3909489)
I have 64-bit Linux on a 64-bit CPU.

If at all possible I would like to have all packages tracked by the package manager, and if I have to modify system files I would like to be able to put them back the way they were before after compilation.

Well, do you know how to make an Arch package? Like say, if you built something yourself, you can make a package, right?
I would do the same with the Slackware pieces..

MTK358 03-23-2010 03:48 PM

Quote:

Originally Posted by GrapefruiTgirl (Post 3909530)
Well, do you know how to make an Arch package? Like say, if you built something yourself, you can make a package, right?

Yes.

Basically an Arch package is a tarball of a root directory containing just the files of the package, plus a file that lists the package's name, version, dependencies, etc.

I'll have to do more reading on the format of the description file, though.

knudfl 03-23-2010 04:01 PM

Well, you could ( and should ) have told in post # 1,
that you are using x86_64.


In Slackware64-current, libpng12 and libpng 14 end up in
the package libpng-1.4.1-x86_64-2.txz .
But the libraries are build from two separate sources :
libpng-1.2.43.tar.xz , libpng-1.4.1.tar.xz
ftp://ftp.heanet.ie/mirrors/ftp.slac...urce/l/libpng/

.. providing ..
/usr/lib64/pkgconfig/libpng12.pc, /usr/lib64/pkgconfig/libpng14.pc
/usr/lib64/libpng12.so.0.43.0 , /usr/lib64/libpng14.so.14.1.0
( + /usr/lib64/libpng.so.3.43.0 etc. etc.)

I guess, there is a possibility to create libpng12.pc in Arch too.

Ref. post # 26 :
Quote:

So, what this says? On Slack64 at least,
the libpng12 items are coming from the libpng-1.4.1 package


All times are GMT -5. The time now is 10:25 AM.