HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 1 and Version 2 of media-libs/libspiff/svn-trunk-498/1


Ignore:
Timestamp:
09/23/08 09:58:50 (7 years ago)
Author:
scottmc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • media-libs/libspiff/svn-trunk-498/1

    v1 v2  
    1   
     1 Downloaded the libspiff svn trunk tarball, r498, then: 
     2{{{ 
     3~/trunk> chmod 777 bootstrap.sh 
     4~/trunk> ./bootstrap.sh 
     5[  0%] aclocal     1.10.1 
     6[ 20%] libtoolize  1.5.26 
     7[ 40%] autoconf    2.61 
     8[ 60%] autoheader  2.61 
     9[ 80%] automake    1.10.1 
     10configure.in:4: installing `./install-sh' 
     11configure.in:4: installing `./missing' 
     12Makefile.am: installing `./INSTALL' 
     13Makefile.am: installing `./depcomp' 
     14[100%] . 
     15~/trunk> ls 
     16AUTHORS    Makefile.am  TODO.txt        config.guess  doc         missing 
     17BUGS       Makefile.in  aclocal.m4      config.sub    examples    scripts 
     18COPYING    NEWS         autom4te.cache  configure     include     src 
     19ChangeLog  README       bindings        configure.in  install-sh  test 
     20INSTALL    THANKS       bootstrap.sh    depcomp       ltmain.sh   win32 
     21~/trunk> ./configure --prefix=/boot/common 
     22checking for a BSD-compatible install... /bin/install -c 
     23checking whether build environment is sane... yes 
     24checking for a thread-safe mkdir -p... /bin/mkdir -p 
     25checking for gawk... gawk 
     26checking whether make sets $(MAKE)... yes 
     27checking build system type... i586-pc-haiku 
     28checking host system type... i586-pc-haiku 
     29checking for style of include used by make... GNU 
     30checking for gcc... gcc 
     31checking for C compiler default output file name... conftest 
     32checking whether the C compiler works... yes 
     33checking whether we are cross compiling... no 
     34checking for suffix of executables...  
     35checking for suffix of object files... o 
     36checking whether we are using the GNU C compiler... yes 
     37checking whether gcc accepts -g... yes 
     38checking for gcc option to accept ISO C89... none needed 
     39checking dependency style of gcc... gcc 
     40checking for a sed that does not truncate output... /bin/sed 
     41checking for grep that handles long lines and -e... /bin/grep 
     42checking for egrep... /bin/grep -E 
     43checking for ld used by gcc... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld 
     44checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU ld... yes 
     45checking for /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld option to reload object files... -r 
     46checking for BSD-compatible nm... /boot/develop/tools/gnupro/bin/nm -B 
     47checking whether ln -s works... yes 
     48checking how to recognize dependent libraries... pass_all 
     49checking how to run the C preprocessor... gcc -E 
     50checking for ANSI C header files... yes 
     51checking for sys/types.h... yes 
     52checking for sys/stat.h... yes 
     53checking for stdlib.h... yes 
     54checking for string.h... yes 
     55checking for memory.h... yes 
     56checking for strings.h... yes 
     57checking for inttypes.h... yes 
     58checking for stdint.h... yes 
     59checking for unistd.h... yes 
     60checking dlfcn.h usability... yes 
     61checking dlfcn.h presence... yes 
     62checking for dlfcn.h... yes 
     63checking for g++... g++ 
     64checking whether we are using the GNU C++ compiler... yes 
     65checking whether g++ accepts -g... yes 
     66checking dependency style of g++... gcc 
     67checking how to run the C++ preprocessor... g++ -E 
     68checking for g77... no 
     69checking for xlf... no 
     70checking for f77... no 
     71checking for frt... no 
     72checking for pgf77... no 
     73checking for cf77... no 
     74checking for fort77... no 
     75checking for fl32... no 
     76checking for af77... no 
     77checking for xlf90... no 
     78checking for f90... no 
     79checking for pgf90... no 
     80checking for pghpf... no 
     81checking for epcf90... no 
     82checking for gfortran... no 
     83checking for g95... no 
     84checking for xlf95... no 
     85checking for f95... no 
     86checking for fort... no 
     87checking for ifort... no 
     88checking for ifc... no 
     89checking for efc... no 
     90checking for pgf95... no 
     91checking for lf95... no 
     92checking for ftn... no 
     93checking whether we are using the GNU Fortran 77 compiler... no 
     94checking whether  accepts -g... no 
     95checking the maximum length of command line arguments... 32768 
     96checking command to parse /boot/develop/tools/gnupro/bin/nm -B output from gcc object... ok 
     97checking for objdir... .libs 
     98checking for ar... ar 
     99checking for ranlib... ranlib 
     100checking for strip... strip 
     101checking if gcc supports -fno-rtti -fno-exceptions... yes 
     102checking for gcc option to produce PIC...  
     103checking if gcc static flag -static works... yes 
     104checking if gcc supports -c -o file.o... yes 
     105checking whether the gcc linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes 
     106checking whether -lc should be explicitly linked in... yes 
     107checking dynamic linker characteristics... haiku runtime_loader 
     108checking how to hardcode library paths into programs... immediate 
     109checking whether stripping libraries is possible... yes 
     110checking if libtool supports shared libraries... yes 
     111checking whether to build shared libraries... yes 
     112checking whether to build static libraries... yes 
     113configure: creating libtool 
     114appending configuration tag "CXX" to libtool 
     115checking for ld used by g++... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld 
     116checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU ld... yes 
     117checking whether the g++ linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes 
     118checking for g++ option to produce PIC...  
     119checking if g++ static flag -static works... yes 
     120checking if g++ supports -c -o file.o... yes 
     121checking whether the g++ linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes 
     122checking dynamic linker characteristics... haiku runtime_loader 
     123(cached) (cached) checking how to hardcode library paths into programs... immediate 
     124appending configuration tag "F77" to libtool 
     125checking for a BSD-compatible install... /bin/install -c 
     126checking for gcc... (cached) gcc 
     127checking whether we are using the GNU C compiler... (cached) yes 
     128checking whether gcc accepts -g... (cached) yes 
     129checking for gcc option to accept ISO C89... (cached) none needed 
     130checking dependency style of gcc... (cached) gcc 
     131checking whether we are using the GNU C++ compiler... (cached) yes 
     132checking whether g++ accepts -g... (cached) yes 
     133checking dependency style of g++... (cached) gcc 
     134checking for ANSI C header files... (cached) yes 
     135checking sys/time.h usability... yes 
     136checking sys/time.h presence... yes 
     137checking for sys/time.h... yes 
     138checking for gettimeofday... yes 
     139checking for round... yes 
     140checking for XML_ResumeParser in -lexpat... yes 
     141checking expat.h usability... yes 
     142checking expat.h presence... yes 
     143checking for expat.h... yes 
     144checking for uriParseUriA in -luriparser... yes 
     145checking uriparser/Uri.h usability... yes 
     146checking uriparser/Uri.h presence... yes 
     147checking for uriparser/Uri.h... yes 
     148configure: creating ./config.status 
     149config.status: creating Makefile 
     150config.status: creating test/CppTest/config.h 
     151config.status: executing depfiles commands 
     152~/trunk> make 
     153source='src/SpiffChunkCallback.cpp' object='src/SpiffChunkCallback.lo' libtool=yes \ 
     154        DEPDIR=.deps depmode=gcc /bin/sh ./depcomp \ 
     155        /bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./test/CppTest   -I./include  -I/boot/common/include  -g -O2 -c -o src/SpiffChunkCallback.lo src/SpiffChunkCallback.cpp 
     156mkdir src/.libs 
     157 g++ -DHAVE_CONFIG_H -I. -I./test/CppTest -I./include -I/boot/common/include -g -O2 -c src/SpiffChunkCallback.cpp -Wp,-MD,src/.deps/SpiffChunkCallback.TPlo  -DPIC -o src/.libs/SpiffChunkCallback.o 
     158 g++ -DHAVE_CONFIG_H -I. -I./test/CppTest -I./include -I/boot/common/include -g -O2 -c src/SpiffChunkCallback.cpp -Wp,-MD,src/.deps/SpiffChunkCallback.TPlo -o src/SpiffChunkCallback.o >/dev/null 2>&1 
     159source='src/SpiffData.cpp' object='src/SpiffData.lo' libtool=yes \ 
     160        DEPDIR=.deps depmode=gcc /bin/sh ./depcomp \ 
     161        /bin/sh ./libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I./test/CppTest   -I./include  -I/boot/common/include  -g -O2 -c -o src/SpiffData.lo src/SpiffData.cpp 
     162 g++ -DHAVE_CONFIG_H -I. -I./test/CppTest -I./include -I/boot/common/include -g -O2 -c src/SpiffData.cpp -Wp,-MD,src/.deps/SpiffData.TPlo  -DPIC -o src/.libs/SpiffData.o 
     163/boot/home/trunk/src/SpiffData.cpp: In function `static struct pair<const char *,const char *> * Spiff::SpiffData::getHelper(deque<pair<pair<const char *,bool> *,pair<const char *,bool> *> *,allocator<pair<pair<const char *,bool> *,pair<const char *,bool> *> *>,0> *&, int)': 
     164/boot/home/trunk/src/SpiffData.cpp:625: no matching function for call to `deque<pair<pair<const char *,bool> *,pair<const char *,bool> *> *,allocator<pair<pair<const char *,bool> *,pair<const char *,bool> *> *>,0>::at (int &)' 
     165/boot/home/trunk/src/SpiffData.cpp: In function `static const class Spiff::SpiffExtension * Spiff::SpiffData::getHelper(deque<pair<const Spiff::SpiffExtension *,bool> *,allocator<pair<const Spiff::SpiffExtension *,bool> *>,0> *&, int)': 
     166/boot/home/trunk/src/SpiffData.cpp:645: no matching function for call to `deque<pair<const Spiff::SpiffExtension *,bool> *,allocator<pair<const Spiff::SpiffExtension *,bool> *>,0>::at (int &)' 
     167make: *** [src/SpiffData.lo] Error 1 
     168~/trunk>  
     169}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/