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/sdl-sound/1.0.3/1


Ignore:
Timestamp:
07/30/08 01:01:41 (7 years ago)
Author:
scottmc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • media-libs/sdl-sound/1.0.3/1

    v1 v2  
    1   
     1Copy in haiku config.guess and config.sub files, then: 
     2 * libtoolize --force --copy 
     3 * aclocal 
     4 * autoconf 
     5 * autoheader 
     6 * automake --forgeign 
     7 * ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include 
     8 * make 
     9 
     10{{{ 
     11~> cd SDL_sound-1.0.3 
     12~/SDL_sound-1.0.3> libtoolize 
     13You should update your `aclocal.m4' by running aclocal. 
     14libtoolize: `config.guess' exists: use `--force' to overwrite 
     15libtoolize: `config.sub' exists: use `--force' to overwrite 
     16libtoolize: `ltmain.sh' exists: use `--force' to overwrite 
     17~/SDL_sound-1.0.3> libtoolize --force --copy 
     18You should update your `aclocal.m4' by running aclocal. 
     19~/SDL_sound-1.0.3> aclocal 
     20~/SDL_sound-1.0.3> autoconf 
     21~/SDL_sound-1.0.3> autoheader 
     22~/SDL_sound-1.0.3> automake --foreign 
     23~/SDL_sound-1.0.3> ./configure --prefix=/boot/common LDFLAGS=-L/boot/common/lib CPPFLAGS=-I/boot/common/include 
     24checking build system type... i586-pc-haiku 
     25checking host system type... i586-pc-haiku 
     26checking target system type... i586-pc-haiku 
     27checking for a BSD-compatible install... /bin/install -c 
     28checking whether build environment is sane... yes 
     29checking for a thread-safe mkdir -p... /bin/mkdir -p 
     30checking for gawk... gawk 
     31checking whether make sets $(MAKE)... yes 
     32checking for gcc... gcc 
     33checking for C compiler default output file name... conftest 
     34checking whether the C compiler works... yes 
     35checking whether we are cross compiling... no 
     36checking for suffix of executables...  
     37checking for suffix of object files... o 
     38checking whether we are using the GNU C compiler... yes 
     39checking whether gcc accepts -g... yes 
     40checking for gcc option to accept ISO C89... none needed 
     41checking for style of include used by make... GNU 
     42checking dependency style of gcc... gcc 
     43checking for a BSD-compatible install... /bin/install -c 
     44checking whether ln -s works... yes 
     45checking for a sed that does not truncate output... /bin/sed 
     46checking for grep that handles long lines and -e... /bin/grep 
     47checking for egrep... /bin/grep -E 
     48checking for ld used by gcc... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld 
     49checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU ld... yes 
     50checking for /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld option to reload object files... -r 
     51checking for BSD-compatible nm... /boot/develop/tools/gnupro/bin/nm -B 
     52checking how to recognize dependent libraries... pass_all 
     53checking how to run the C preprocessor... gcc -E 
     54checking for ANSI C header files... yes 
     55checking for sys/types.h... yes 
     56checking for sys/stat.h... yes 
     57checking for stdlib.h... yes 
     58checking for string.h... yes 
     59checking for memory.h... yes 
     60checking for strings.h... yes 
     61checking for inttypes.h... yes 
     62checking for stdint.h... yes 
     63checking for unistd.h... yes 
     64checking dlfcn.h usability... yes 
     65checking dlfcn.h presence... yes 
     66checking for dlfcn.h... yes 
     67checking for g++... g++ 
     68checking whether we are using the GNU C++ compiler... yes 
     69checking whether g++ accepts -g... yes 
     70checking dependency style of g++... gcc 
     71checking how to run the C++ preprocessor... g++ -E 
     72checking for g77... no 
     73checking for xlf... no 
     74checking for f77... no 
     75checking for frt... no 
     76checking for pgf77... no 
     77checking for cf77... no 
     78checking for fort77... no 
     79checking for fl32... no 
     80checking for af77... no 
     81checking for xlf90... no 
     82checking for f90... no 
     83checking for pgf90... no 
     84checking for pghpf... no 
     85checking for epcf90... no 
     86checking for gfortran... no 
     87checking for g95... no 
     88checking for xlf95... no 
     89checking for f95... no 
     90checking for fort... no 
     91checking for ifort... no 
     92checking for ifc... no 
     93checking for efc... no 
     94checking for pgf95... no 
     95checking for lf95... no 
     96checking for ftn... no 
     97checking whether we are using the GNU Fortran 77 compiler... no 
     98checking whether  accepts -g... no 
     99checking the maximum length of command line arguments... 32768 
     100checking command to parse /boot/develop/tools/gnupro/bin/nm -B output from gcc object... ok 
     101checking for objdir... .libs 
     102checking for ar... ar 
     103checking for ranlib... ranlib 
     104checking for strip... strip 
     105checking if gcc supports -fno-rtti -fno-exceptions... yes 
     106checking for gcc option to produce PIC...  
     107checking if gcc static flag -static works... yes 
     108checking if gcc supports -c -o file.o... yes 
     109checking whether the gcc linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes 
     110checking whether -lc should be explicitly linked in... yes 
     111checking dynamic linker characteristics... haiku runtime_loader 
     112checking how to hardcode library paths into programs... immediate 
     113checking whether stripping libraries is possible... yes 
     114checking if libtool supports shared libraries... yes 
     115checking whether to build shared libraries... yes 
     116checking whether to build static libraries... yes 
     117configure: creating libtool 
     118appending configuration tag "CXX" to libtool 
     119checking for ld used by g++... /boot/develop/tools/gnupro/i586-pc-haiku/bin/ld 
     120checking if the linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) is GNU ld... yes 
     121checking whether the g++ linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes 
     122checking for g++ option to produce PIC...  
     123checking if g++ static flag -static works... yes 
     124checking if g++ supports -c -o file.o... yes 
     125checking whether the g++ linker (/boot/develop/tools/gnupro/i586-pc-haiku/bin/ld) supports shared libraries... yes 
     126checking dynamic linker characteristics... haiku runtime_loader 
     127(cached) (cached) checking how to hardcode library paths into programs... immediate 
     128appending configuration tag "F77" to libtool 
     129checking for sdl-config... /boot/common/bin/sdl-config 
     130checking for SDL - version >= 1.2.0... yes 
     131checking smpeg.h usability... yes 
     132checking smpeg.h presence... no 
     133configure: WARNING: smpeg.h: accepted by the compiler, rejected by the preprocessor! 
     134configure: WARNING: smpeg.h: proceeding with the compiler's result 
     135checking for smpeg.h... yes 
     136checking for SMPEG_new in -lsmpeg... yes 
     137checking mikmod.h usability... yes 
     138checking mikmod.h presence... yes 
     139checking for mikmod.h... yes 
     140checking for MikMod_RegisterDriver in -lmikmod... yes 
     141checking modplug.h usability... yes 
     142checking modplug.h presence... yes 
     143checking for modplug.h... yes 
     144checking for ModPlug_Load in -lmodplug... yes 
     145checking ogg/ogg.h usability... yes 
     146checking ogg/ogg.h presence... yes 
     147checking for ogg/ogg.h... yes 
     148checking for ogg_sync_init in -logg... yes 
     149checking vorbis/codec.h usability... yes 
     150checking vorbis/codec.h presence... yes 
     151checking for vorbis/codec.h... yes 
     152checking for vorbis_info_init in -lvorbis... yes 
     153checking vorbis/vorbisfile.h usability... yes 
     154checking vorbis/vorbisfile.h presence... yes 
     155checking for vorbis/vorbisfile.h... yes 
     156checking for ov_open_callbacks in -lvorbisfile... yes 
     157checking FLAC/stream_decoder.h usability... yes 
     158checking FLAC/stream_decoder.h presence... yes 
     159checking for FLAC/stream_decoder.h... yes 
     160checking for FLAC__stream_decoder_process_single in -lFLAC... yes 
     161checking for ogg/ogg.h... (cached) yes 
     162checking for ogg_sync_init in -logg... (cached) yes 
     163checking speex/speex.h usability... yes 
     164checking speex/speex.h presence... yes 
     165checking for speex/speex.h... yes 
     166checking for speex_bits_init in -lspeex... yes 
     167checking physfs.h usability... yes 
     168checking physfs.h presence... yes 
     169checking for physfs.h... yes 
     170checking for PHYSFS_init in -lphysfs... yes 
     171checking for ANSI C header files... (cached) yes 
     172checking for stdlib.h... (cached) yes 
     173checking for string.h... (cached) yes 
     174checking signal.h usability... yes 
     175checking signal.h presence... yes 
     176checking for signal.h... yes 
     177checking assert.h usability... yes 
     178checking assert.h presence... yes 
     179checking for assert.h... yes 
     180checking for an ANSI C-conforming const... yes 
     181checking for size_t... yes 
     182checking for working memcmp... no 
     183checking for memset... yes 
     184checking for strrchr... yes 
     185checking for setbuf... yes 
     186configure: creating ./config.status 
     187config.status: creating Makefile 
     188config.status: creating decoders/Makefile 
     189config.status: creating decoders/timidity/Makefile 
     190config.status: creating decoders/mpglib/Makefile 
     191config.status: creating playsound/Makefile 
     192config.status: creating config.h 
     193config.status: executing depfiles commands 
     194~/SDL_sound-1.0.3> make 
     195cd . && /bin/sh /boot/home/SDL_sound-1.0.3/missing --run autoheader 
     196rm -f stamp-h1 
     197touch config.h.in 
     198cd . && /bin/sh ./config.status config.h 
     199config.status: creating config.h 
     200config.status: config.h is unchanged 
     201make  all-recursive 
     202make[1]: Entering directory `/boot/home/SDL_sound-1.0.3' 
     203Making all in decoders 
     204make[2]: Entering directory `/boot/home/SDL_sound-1.0.3/decoders' 
     205Making all in timidity 
     206make[3]: Entering directory `/boot/home/SDL_sound-1.0.3/decoders/timidity' 
     207source='common.c' object='common.lo' libtool=yes \ 
     208        DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ 
     209        /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../..  -I/boot/common/include  -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o common.lo common.c 
     210mkdir .libs 
     211 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c common.c -Wp,-MD,.deps/common.TPlo  -DPIC -o .libs/common.o 
     212 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c common.c -Wp,-MD,.deps/common.TPlo -o common.o >/dev/null 2>&1 
     213source='instrum.c' object='instrum.lo' libtool=yes \ 
     214        DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ 
     215        /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../..  -I/boot/common/include  -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o instrum.lo instrum.c 
     216 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c instrum.c -Wp,-MD,.deps/instrum.TPlo  -DPIC -o .libs/instrum.o 
     217In file included from /boot/home/SDL_sound-1.0.3/decoders/timidity/tables.h:23, 
     218                 from /boot/home/SDL_sound-1.0.3/decoders/timidity/instrum.c:45: 
     219/boot/develop/headers/posix/math.h:23: warning: `PI' redefined 
     220/boot/home/SDL_sound-1.0.3/decoders/timidity/options.h:105: warning: this is the location of the previous definition 
     221 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c instrum.c -Wp,-MD,.deps/instrum.TPlo -o instrum.o >/dev/null 2>&1 
     222source='instrum_dls.c' object='instrum_dls.lo' libtool=yes \ 
     223        DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ 
     224        /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../..  -I/boot/common/include  -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o instrum_dls.lo instrum_dls.c 
     225 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c instrum_dls.c -Wp,-MD,.deps/instrum_dls.TPlo  -DPIC -o .libs/instrum_dls.o 
     226In file included from /boot/home/SDL_sound-1.0.3/decoders/timidity/tables.h:23, 
     227                 from /boot/home/SDL_sound-1.0.3/decoders/timidity/instrum_dls.c:39: 
     228/boot/develop/headers/posix/math.h:23: warning: `PI' redefined 
     229/boot/home/SDL_sound-1.0.3/decoders/timidity/options.h:105: warning: this is the location of the previous definition 
     230 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c instrum_dls.c -Wp,-MD,.deps/instrum_dls.TPlo -o instrum_dls.o >/dev/null 2>&1 
     231source='mix.c' object='mix.lo' libtool=yes \ 
     232        DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ 
     233        /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../..  -I/boot/common/include  -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o mix.lo mix.c 
     234 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c mix.c -Wp,-MD,.deps/mix.TPlo  -DPIC -o .libs/mix.o 
     235 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c mix.c -Wp,-MD,.deps/mix.TPlo -o mix.o >/dev/null 2>&1 
     236source='output.c' object='output.lo' libtool=yes \ 
     237        DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ 
     238        /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../..  -I/boot/common/include  -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o output.lo output.c 
     239 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c output.c -Wp,-MD,.deps/output.TPlo  -DPIC -o .libs/output.o 
     240 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c output.c -Wp,-MD,.deps/output.TPlo -o output.o >/dev/null 2>&1 
     241source='playmidi.c' object='playmidi.lo' libtool=yes \ 
     242        DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ 
     243        /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../..  -I/boot/common/include  -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o playmidi.lo playmidi.c 
     244 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c playmidi.c -Wp,-MD,.deps/playmidi.TPlo  -DPIC -o .libs/playmidi.o 
     245In file included from /boot/home/SDL_sound-1.0.3/decoders/timidity/tables.h:23, 
     246                 from /boot/home/SDL_sound-1.0.3/decoders/timidity/playmidi.c:43: 
     247/boot/develop/headers/posix/math.h:23: warning: `PI' redefined 
     248/boot/home/SDL_sound-1.0.3/decoders/timidity/options.h:105: warning: this is the location of the previous definition 
     249 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c playmidi.c -Wp,-MD,.deps/playmidi.TPlo -o playmidi.o >/dev/null 2>&1 
     250source='readmidi.c' object='readmidi.lo' libtool=yes \ 
     251        DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ 
     252        /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../..  -I/boot/common/include  -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o readmidi.lo readmidi.c 
     253 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c readmidi.c -Wp,-MD,.deps/readmidi.TPlo  -DPIC -o .libs/readmidi.o 
     254 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c readmidi.c -Wp,-MD,.deps/readmidi.TPlo -o readmidi.o >/dev/null 2>&1 
     255source='resample.c' object='resample.lo' libtool=yes \ 
     256        DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ 
     257        /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../..  -I/boot/common/include  -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o resample.lo resample.c 
     258 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c resample.c -Wp,-MD,.deps/resample.TPlo  -DPIC -o .libs/resample.o 
     259 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c resample.c -Wp,-MD,.deps/resample.TPlo -o resample.o >/dev/null 2>&1 
     260source='tables.c' object='tables.lo' libtool=yes \ 
     261        DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ 
     262        /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../..  -I/boot/common/include  -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o tables.lo tables.c 
     263 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c tables.c -Wp,-MD,.deps/tables.TPlo  -DPIC -o .libs/tables.o 
     264 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c tables.c -Wp,-MD,.deps/tables.TPlo -o tables.o >/dev/null 2>&1 
     265source='timidity.c' object='timidity.lo' libtool=yes \ 
     266        DEPDIR=.deps depmode=gcc /bin/sh ../../depcomp \ 
     267        /bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../..  -I/boot/common/include  -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c -o timidity.lo timidity.c 
     268 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c timidity.c -Wp,-MD,.deps/timidity.TPlo  -DPIC -o .libs/timidity.o 
     269In file included from /boot/home/SDL_sound-1.0.3/decoders/timidity/tables.h:23, 
     270                 from /boot/home/SDL_sound-1.0.3/decoders/timidity/timidity.c:44: 
     271/boot/develop/headers/posix/math.h:23: warning: `PI' redefined 
     272/boot/home/SDL_sound-1.0.3/decoders/timidity/options.h:105: warning: this is the location of the previous definition 
     273 gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I/boot/common/include -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1 -c timidity.c -Wp,-MD,.deps/timidity.TPlo -o timidity.o >/dev/null 2>&1 
     274/bin/sh ../../libtool --tag=CC   --mode=link gcc  -g -O2 -I/boot/common/include/SDL -D_GNU_SOURCE=1  -L/boot/common/lib -o libtimidity.la  common.lo instrum.lo instrum_dls.lo mix.lo output.lo playmidi.lo readmidi.lo resample.lo tables.lo timidity.lo  -L/boot/common/lib -lSDL -lsmpeg -lmikmod -lmodplug -logg -lvorbis -lvorbisfile -lFLAC -logg -logg -lspeex 
     275grep: /usr/local/lib/libogg.la: No such file or directory 
     276/bin/sed: can't read /usr/local/lib/libogg.la: No such file or directory 
     277libtool: link: `/usr/local/lib/libogg.la' is not a valid libtool archive 
     278make[3]: *** [libtimidity.la] Error 1 
     279make[3]: Leaving directory `/boot/home/SDL_sound-1.0.3/decoders/timidity' 
     280make[2]: *** [all-recursive] Error 1 
     281make[2]: Leaving directory `/boot/home/SDL_sound-1.0.3/decoders' 
     282make[1]: *** [all-recursive] Error 1 
     283make[1]: Leaving directory `/boot/home/SDL_sound-1.0.3' 
     284make: *** [all] Error 2 
     285~/SDL_sound-1.0.3>  
     286}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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