Re: [linux-audio-user] ANN: swh-plugins 0.3.7

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-user] ANN: swh-plugins 0.3.7
From: Jan \ (eviltwin69_AT_cableone.net)
Date: Sun Mar 09 2003 - 00:46:50 EET


Steve,

        Here it is.
Jan

On Sat, 2003-03-08 at 13:29, Jan "Evil Twin" Depner wrote:
> Steve,
>
> I'm having a problem compiling 0.3.7. I had no problem with 0.3.6.
> Here's what I get during configure -
>
> loading cache ./config.cache
> checking host system type... i686-pc-linux-gnu
> checking target system type... i686-pc-linux-gnu
> checking build system type... i686-pc-linux-gnu
> checking for a BSD compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking whether make sets ${MAKE}... yes
> checking for working aclocal... found
> checking for working autoconf... found
> checking for working automake... found
> checking for working autoheader... found
> checking for working makeinfo... found
> checking for gcc... gcc
> checking whether the C compiler (gcc ) works... yes
> checking whether the C compiler (gcc ) is a cross-compiler... no
> checking whether we are using GNU C... yes
> checking whether gcc accepts -g... yes
> checking how to run the C preprocessor... gcc -E
> checking for fftw_one in -lsfftw... no
> checking for fftw_one in -lfftw... no
> configure: error: Could not find working fftw library. Package now
> requires it
>
> I have installed fftw-2.1.3. I have tried it installed in /usr and
> /usr/local with the same results. Running gcc 2.96 on RH 7.3.
>
> Jan
>
>
> On Sat, 2003-03-08 at 05:55, Steve Harris wrote:
> > On Sat, Mar 08, 2003 at 11:33:16 +0000, Daniel James wrote:
> > > > Who said the're not Steve's Compressor ;)
> > >
> > > I think it would be a fine name for the series, in the tradition of Barry's
> > > Satan Maximiser. That one gave our drummer a good laugh! If people don't know
> > > what SC sounds for, they'll probably never try one.
> > >
> > > Is your plugin metadata thing able to categorise plugins by group in
> > > application menus? That way you could have all the compressors together, all
> > > the flangers, all the reverbs etc. Could be easier to find what you're
> > > looking for than strict alphabetical order.
> >
> > Yes, thats the main point: http://www.ecs.soton.ac.uk/~swh/jrss.png
> >
> > - Steve
>
>

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:590: checking for a BSD compatible install
configure:643: checking whether build environment is sane
configure:700: checking whether make sets ${MAKE}
configure:746: checking for working aclocal
configure:759: checking for working autoconf
configure:772: checking for working automake
configure:785: checking for working autoheader
configure:798: checking for working makeinfo
configure:905: checking type prefix for installed files
configure:1006: checking for vendor's cc to be used instead of gcc
configure:1010: checking for cc
configure:1040: checking for gcc
configure:1153: checking whether the C compiler (cc ) works
configure:1169: cc -o conftest conftest.c 1>&5
configure:1195: checking whether the C compiler (cc ) is a cross-compiler
configure:1200: checking whether we are using GNU C
configure:1228: checking whether cc accepts -g
configure:1262: checking whether we are using gcc 2.90 or later
configure:1303: checking for a BSD compatible install
configure:1356: checking whether make sets ${MAKE}
configure:1385: checking for ranlib
configure:1413: checking whether ln -s works
configure:1486: checking host system type
configure:1507: checking build system type
configure:1536: checking for ld used by GCC
configure:1599: checking if the linker (/usr/bin/ld) is GNU ld
configure:1615: checking for BSD-compatible nm
ltconfig:603: checking for object suffix
ltconfig:604: cc -c -g -O2 conftest.c 1>&5
ltconfig:776: checking if cc PIC flag -fPIC works
ltconfig:777: cc -c -g -O2 -fPIC -DPIC conftest.c 1>&5
ltconfig:829: checking if cc supports -c -o file.o
ltconfig:830: cc -c -g -O2 -o out/conftest2.o conftest.c 1>&5
ltconfig:862: checking if cc supports -c -o file.lo
ltconfig:863: cc -c -g -O2 -c -o conftest.lo conftest.c 1>&5
ltconfig:914: checking if cc supports -fno-rtti -fno-exceptions
ltconfig:915: cc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5
ltconfig:958: checking if cc static flag -static works
ltconfig:959: cc -o conftest -g -O2 -static conftest.c 1>&5
GNU ld version 2.11.93.0.2 20020207
ltconfig:1592: checking if global_symbol_pipe works
ltconfig:1593: cc -c -g -O2 conftest.c 1>&5
ltconfig:1596: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm"
ltconfig:1648: cc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions conftest.c conftstm.o 1>&5
configure:1813: checking for perl
configure:1849: checking for f77
configure:1924: checking whether the Fortran 77 compiler (f77 ) works
configure:1937: f77 -o conftest conftest.f 1>&5
configure:1963: checking whether the Fortran 77 compiler (f77 ) is a cross-compiler
configure:1968: checking whether we are using GNU Fortran 77
configure:1992: checking whether f77 accepts -g
configure:2023: checking for Fortran 77 libraries
configure:2182: checking how f77 mangles function names
configure:2192: f77 -c -g -O2 mangle-func.f 1>&5
configure:2220: cc -o conftest -g -O2 conftest.c mangle-func.o -lg2c -lm -L/usr/lib/gcc-lib/i386-redhat-linux/2.96 -L/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../.. -lm 1>&5
/tmp/cckaH2IG.o: In function `main':
/data2/sound/fftw-2.1.3/configure:2216: undefined reference to `foobar'
collect2: ld returned 1 exit status
configure: failed program was:
#line 2213 "configure"
#include "confdefs.h"

int main() {
foobar();
; return 0; }
configure:2235: cc -o conftest -g -O2 conftest.c mangle-func.o -lg2c -lm -L/usr/lib/gcc-lib/i386-redhat-linux/2.96 -L/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../.. -lm 1>&5
configure:2322: checking if f77 functions with an underscore get an extra underscore
configure:2342: cc -o conftest -g -O2 conftest.c mangle-func.o -lg2c -lm -L/usr/lib/gcc-lib/i386-redhat-linux/2.96 -L/usr/lib/gcc-lib/i386-redhat-linux/2.96/../../.. -lm 1>&5
configure:2444: checking whether cc accepts -malign-double
configure:2471: checking whether cc accepts -fstrict-aliasing
configure:2554: checking whether cc accepts -mcpu=pentiumpro
configure:2769: checking whether cc accepts -O6 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align -pedantic -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -mcpu=pentiumpro
configure:2812: checking whether cc accepts -mpreferred-stack-boundary=4
configure:2837: checking whether the stack is correctly aligned by gcc
configure:2857: cc -o conftest -O -malign-double conftest.c 1>&5
configure:2922: checking for sqrt in -lm
configure:2970: checking how to run the C preprocessor
configure:3050: checking for ANSI C header files
configure:3157: checking for sys/time.h
configure:3157: checking for unistd.h
configure:3157: checking for getopt.h
configure:3157: checking for malloc.h
configure:3195: checking for working const
configure:3270: checking for size_t
configure:3303: checking whether time.h and sys/time.h may both be included
configure:3355: checking for working alloca.h
configure:3388: checking for alloca
configure:3589: checking for gettimeofday
configure:3644: checking for BSDgettimeofday
configure:3699: checking for gethrtime
configure:3754: checking for getopt
configure:3809: checking for getopt_long
configure:3863: checking for isnan
configure:3873: cc -o conftest -O6 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align -pedantic -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -mcpu=pentiumpro conftest.c -lm 1>&5
configure:3894: checking for hrtime_t
configure:3907: cc -o conftest -O6 -fomit-frame-pointer -Wall -W -Wcast-qual -Wpointer-arith -Wcast-align -pedantic -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -mcpu=pentiumpro conftest.c -lm 1>&5
configure: In function `main':
configure:3903: `hrtime_t' undeclared (first use in this function)
configure:3903: (Each undeclared identifier is reported only once
configure:3903: for each function it appears in.)
configure:3903: parse error before `foobar'
configure: failed program was:
#line 3896 "configure"
#include "confdefs.h"

#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif

int main() {
hrtime_t foobar;
; return 0; }
configure:3926: checking size of int
configure:3965: checking size of long long
configure:4023: checking whether cc accepts -fkeep-programmers-inline
configure:4049: checking whether cc accepts -vomit-frame-pointer
configure:4740: checking for mpicc


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Sun Mar 09 2003 - 01:09:41 EET