Date: Fri, 25 Mar 2011 23:00:47 +0100 From: Leslie Jensen <leslie@eskk.nu> To: freebsd-ports@freebsd.org Subject: Building for libofa-0.9.3_6 fails Message-ID: <4D8D108F.8090708@eskk.nu>
next in thread | raw e-mail | index | archive | help
I got this problem with building libofa-0.9.3_6 What can I do to solve it? ---------------------------------------------------------- ===> Building for libofa-0.9.3_6 make all-recursive Making all in include Making all in ofa1 Making all in lib Making all in JAMA Making all in AFLIB if /bin/sh /usr/local/bin/libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -pipe -fno-strict-aliasing -MT fftlibw3_op.lo -MD -MP -MF ".deps/fftlibw3_op.Tpo" -c -o fftlibw3_op.lo fftlibw3_op.cpp; then mv -f ".deps/fftlibw3_op.Tpo" ".deps/fftlibw3_op.Plo"; else rm -f ".deps/fftlibw3_op.Tpo"; exit 1; fi if /bin/sh /usr/local/bin/libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -pipe -fno-strict-aliasing -MT fft_op.lo -MD -MP -MF ".deps/fft_op.Tpo" -c -o fft_op.lo fft_op.cpp; then mv -f ".deps/fft_op.Tpo" ".deps/fft_op.Plo"; else rm -f ".deps/fft_op.Tpo"; exit 1; fi libtool: compile: c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -pipe -fno-strict-aliasing -MT fft_op.lo -MD -MP -MF .deps/fft_op.Tpo -c fft_op.cpp -fPIC -DPIC -o .libs/fft_op.o In file included from fft_op.h:23, libtool: compile: c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -O2 -pipe -fno-strict-aliasing -MT fftlibw3_op.lo -MD -MP -MF .deps/fftlibw3_op.Tpo -c fftlibw3_op.cpp -fPIC -DPIC -o .libs/fftlibw3_op.o In file included from fftlibw3_op.cpp:19: fftlib_op.h:35:19: error: fftw3.h: No such file or directory In file included from fftlibw3_op.cpp:19: fftlib_op.h:47: error: 'fftw_plan' does not name a type fftlib_op.h: In constructor 'FFTLib_op::FFTLib_op()': fftlib_op.h:39: error: 'PlanF' was not declared in this scope fftlibw3_op.cpp: In member function 'void FFTLib_op::Initialize(int, bool)': fftlibw3_op.cpp:26: error: 'FFTW_MEASURE' was not declared in this scope fftlibw3_op.cpp:28: error: 'FFTW_ESTIMATE' was not declared in this scope fftlibw3_op.cpp: In member function 'void FFTLib_op::Destroy()': fftlibw3_op.cpp:35: error: 'PlanF' was not declared in this scope fftlibw3_op.cpp:35: error: 'fftw_destroy_plan' was not declared in this scope from fft_op.cpp:17: fftlib_op.h:35:19: error: fftw3.h: No such file or directory fftlibw3_op.cpp: In member function 'void FFTLib_op::SetSize(int, bool, double*, double*)': fftlibw3_op.cpp:42: error: 'FFTW_MEASURE' was not declared in this scope fftlibw3_op.cpp:44: error: 'FFTW_ESTIMATE' was not declared in this scope fftlibw3_op.cpp:46: error: 'PlanF' was not declared in this scope fftlibw3_op.cpp:48: error: 'fftw_destroy_plan' was not declared in this scope fftlibw3_op.cpp:52: error: 'PlanF' was not declared in this scope fftlibw3_op.cpp:52: error: 'FFTW_R2HC' was not declared in this scope fftlibw3_op.cpp:52: error: 'fftw_plan_r2r_1d' was not declared in this scope fftlibw3_op.cpp: In member function 'void FFTLib_op::ComputeFrame(int, double*, double*)': fftlibw3_op.cpp:58: error: 'PlanF' was not declared in this scope fftlibw3_op.cpp:58: error: 'fftw_execute' was not declared in this scope In file included from fft_op.h:23, from fft_op.cpp:17: fftlib_op.h:47: error: 'fftw_plan' does not name a type fftlib_op.h: In constructor 'FFTLib_op::FFTLib_op()': fftlib_op.h:39: error: 'PlanF' was not declared in this scope *** Error code 1 *** Error code 1 2 errors *** Error code 1 1 error *** Error code 1 1 error *** Error code 2 1 error *** Error code 1 Stop in /usr/ports/audio/libofa. *** Error code 1 Stop in /usr/ports/audio/libofa. ----------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4D8D108F.8090708>