From owner-freebsd-ports@FreeBSD.ORG Fri Mar 25 22:00:34 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E17D1065673 for ; Fri, 25 Mar 2011 22:00:34 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id BA1BC8FC14 for ; Fri, 25 Mar 2011 22:00:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 2D2045E394 for ; Fri, 25 Mar 2011 23:00:30 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -2.418 X-Spam-Level: X-Spam-Status: No, score=-2.418 tagged_above=-999 required=5 tests=[AWL=0.182, BAYES_00=-2.599, SPF_PASS=-0.001] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id f8T4D1DQpQ7G for ; Fri, 25 Mar 2011 23:00:27 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mx1.bjare.net (Postfix) with ESMTP id A301D5E392 for ; Fri, 25 Mar 2011 23:00:25 +0100 (CET) Message-ID: <4D8D108F.8090708@eskk.nu> Date: Fri, 25 Mar 2011 23:00:47 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; sv-SE; rv:1.9.2.15) Gecko/20110307 Thunderbird/3.1.9 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Building for libofa-0.9.3_6 fails X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Mar 2011 22:00:34 -0000 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. ----------------------------------------------------------------