Hi there,

Getting the following build errors when trying to build taglib:
(OS X 10.6.2
xcode version 3.2.1)



the following environment is being used:

  ACLOCALFLAGS:             
  CFLAGS:                   -Os -fPIC
  CPPFLAGS:                  -I/usr/local/fink/lib/system-openssl/include 
-fno-common -no-cpp-precomp -DMACOSX -DARTS_NO_ALARM -I/usr/local/fink/include 
-I/usr/X11R6/include
  CXXFLAGS:                 -Os -fPIC
  FREETYPE_CONFIG:          /usr/local/fink/lib/freetype219/bin/freetype-config
  LDFLAGS:                  -L/usr/local/fink/lib/system-openssl/lib 
  LIBS:                      -L/usr/local/fink/lib -L/usr/X11R6/lib
  MACOSX_DEPLOYMENT_TARGET: 10.6
  PATH:                     
/bin:/usr/bin:/sbin:/usr/sbin:/usr/X11R6/bin:/usr/X11R6/bin
  PKG_CONFIG_PATH:          /usr/local/fink/lib/system-openssl/lib/pkgconfig:
  CONFIGURE_PARAMS:         --includedir=/usr/local/fink/include 
--libdir=/usr/local/fink/lib --prefix=/usr/local/fink 
--with-extra-libs=/usr/local/fink/lib 
--with-extra-includes=/usr/local/fink/include --enable-mt --with-pic 
--enable-rpath --enable-shared=yes --enable-static=no 
--mandir=/usr/local/fink/share/man --with-xinerama --with-pam --disable-final 
--with-ssl-dir=/usr --with-ssl --disable-dependency-tracking 
--enable-gcc-hidden-visibility --with-qt-dir=/usr/local/fink 
--with-qt-includes=/usr/local/fink/include/qt
  UNSERMAKEFLAGS:            -p
  MAKEFLAGS:                


  ./build-helper.sh cvs       taglib 1.4 1023 make -f admin/Makefile.common cvs
*** automake (GNU automake) 1.10 found.
*** Creating acinclude.m4
*** Creating list of subdirectories
cd . && make -f admin/Makefile.common subdirs
*** Creating configure.files
*** Creating configure.in
cd . && make -f admin/Makefile.common configure.in ;
*** Creating aclocal.m4
acinclude.m4:3724: the serial number must appear before any macro definition
acinclude.m4:3769: the serial number must appear before any macro definition
acinclude.m4:3814: the serial number must appear before any macro definition
acinclude.m4:6007: the serial number must appear before any macro definition
*** Creating configure
*** Creating config.h template
*** Creating Makefile templates
*** Postprocessing Makefile templates
*** Creating date/time stamp
*** Finished
    Don't forget to run ./configure
    If you haven't done so in a while, run ./configure --help
  ./build-helper.sh configure taglib 1.4 1023 ./configure 
--prefix=/usr/local/fink --includedir=/usr/local/fink/include 
--libdir=/usr/local/fink/lib --prefix=/usr/local/fink 
--with-qt-dir=/usr/local/fink --with-qt-includes=/usr/local/fink/include/qt 
--with-extra-libs=/usr/local/fink/lib 
--with-extra-includes=/usr/local/fink/include --enable-mt --with-pic 
--enable-rpath --enable-shared=yes --enable-static=no 
--mandir=/usr/local/fink/src/fink.build/root-taglib-1.4-1023/usr/local/fink/share/man
 --with-xinerama --with-pam --disable-final --with-distribution='Fink/Mac OS X'
checking build system type... i686-apple-darwin10.2.0
checking host system type... i686-apple-darwin10.2.0
checking target system type... i686-apple-darwin10.2.0
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... admin/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 for style of include used by make... GNU
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
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 whether gcc is blacklisted... no
checking whether g++ supports -Wundef... yes
checking whether g++ supports -Wno-long-long... yes
checking whether g++ supports -Wno-non-virtual-dtor... yes
checking whether g++ supports -fno-reorder-blocks... yes
checking whether g++ supports -fno-exceptions... yes
checking whether g++ supports -fno-check-new... yes
checking whether g++ supports -fno-common... yes
checking whether g++ supports -fexceptions... yes
checking whether system headers can cope with -Os -fno-inline... irrelevant
checking how to run the C++ preprocessor... g++ -E
checking whether g++ supports -O0... yes
./configure: line 7372: ldd: command not found
not using lib directory suffix
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU 
ld... no
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to reload 
object files... -r
checking for BSD-compatible nm... /usr/bin/nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
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 dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... (cached) 65536
checking command to parse /usr/bin/nm output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) 
supports shared libraries... yes
checking dynamic linker characteristics... darwin10.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) is GNU 
ld... no
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) 
supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld) 
supports shared libraries... yes
checking dynamic linker characteristics... darwin10.2.0 dyld
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking if tests should be compiled... yes
checking if taglib should be compiled... yes
checking if examples should be compiled... yes
checking if bindings should be compiled... yes
configure: creating ./config.status
wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1121.
config.status: creating Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/c/Makefile
config.status: creating examples/Makefile
config.status: creating taglib/Makefile
config.status: creating taglib/ape/Makefile
config.status: creating taglib/flac/Makefile
config.status: creating taglib/mpc/Makefile
config.status: creating taglib/mpeg/Makefile
config.status: creating taglib/mpeg/id3v1/Makefile
config.status: creating taglib/mpeg/id3v2/Makefile
config.status: creating taglib/mpeg/id3v2/frames/Makefile
config.status: creating taglib/ogg/Makefile
config.status: creating taglib/ogg/flac/Makefile
config.status: creating taglib/ogg/vorbis/Makefile
config.status: creating taglib/toolkit/Makefile
config.status: creating tests/Makefile
config.status: creating taglib/taglib-config
config.status: creating taglib/taglib.pc
config.status: creating config.h
config.status: executing depfiles commands

Good - your configure finished. Start make now

  ./build-helper.sh make      taglib 1.4 1023 unsermake $UNSERMAKEFLAGS
./build-helper.sh: line 50: unsermake: command not found
taglib-1.4-1023 make failed!
### execution of /var/tmp/tmp.1.dRhflH failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/usr/local/fink/bin/dpkg-lockwait -r fink-buildlock-taglib-1.4-1023
(Reading database ... 7918 files and directories currently installed.)
Removing fink-buildlock-taglib-1.4-1023 ...
Failed: phase compiling: taglib-1.4-1023 failed



Any suggestions would be much appreciated.


Thanks & happy christmas!



Andy


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to