protux-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Protux-support] Compile problems, Protux 0.14.1, GCC 3.2


From: Bob Raymond
Subject: [Protux-support] Compile problems, Protux 0.14.1, GCC 3.2
Date: 21 Aug 2002 01:14:44 +0000

Hi,

I"ve been trying to get Protux compiled under my Gentoo Linux system.  I
have tried with and without FFTW installed.  Here is the latest in a
series of compile error messages that I get with version 0.14.1:

make -C MustuxLib
make[1]: Entering directory
`/home/rraymond/Downloads/protux-0.14.1-src/MustuxLib'
g++ -DVERSION=\"0.14.0\" -Wall -I. -IMustuxLib -O2 -D_ALSA 
-I/usr/qt/3/include  -c MustuxFft.cc -o MustuxFft.o -I/usr/qt/3/include
MustuxFft.cc: In constructor `MustuxFft::MustuxFft(int)':
MustuxFft.cc:19: `size' undeclared (first use this function)
MustuxFft.cc:19: (Each undeclared identifier is reported only once for
each
   function it appears in.)
MustuxFft.cc:24: `antiAliasFactor' undeclared (first use this function)
make[1]: *** [MustuxFft.o] Error 1
make[1]: Leaving directory
`/home/rraymond/Downloads/protux-0.14.1-src/MustuxLib'
make: *** [protux] Error 2



make[1]: Leaving directory
`/home/rraymond/Downloads/protux-0.14.1-src/MustuxLib'
g++ -lasound -D_REENTRANT -lpthread -lqt -L/usr/qt/3/lib
-L/usr/X11R6/lib -L/usr/X11R6/lib -lrfftw -lfftw -lm Interface.mo
Song.mo Peak.mo Recorder.mo GlobalPropertiesWindow.mo Spectrogram.mo
CursorManager.mo ProjectManager.mo FileBrowser.mo Project.mo Interface.o
TrackPanel.o Track.o AudioClip.o CursorManager.o Locator.o Audio.o
PrafFile.o WavFile.o Peak.o Slice.o SubClip.o Mixer.o Recorder.o
Spectrogram.o GlobalProperties.o GlobalPropertiesWindow.o Help.o
SplashScreen.o ProjectManager.o DevelGuardian.o Envelope.o EnvNode.o
FileBrowser.o Project.o Song.o AudioSourcesList.o Main.o Protux.o
MustuxLib/MustuxLib.a  -o protux
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../../i686-pc-linux-gnu/bin/ld: 
warning: libstdc++.so.4, needed by /usr/qt/3/lib/libqt.so, may conflict with 
libstdc++.so.5
MustuxLib/MustuxLib.a(MustuxFft.o): In function
`MustuxFft::MustuxFft[not-in-charge](int)':
MustuxFft.o(.text+0x2c): undefined reference to `rfftw_create_plan'
MustuxLib/MustuxLib.a(MustuxFft.o): In function
`MustuxFft::MustuxFft[in-charge](int)':
MustuxFft.o(.text+0x26c): undefined reference to `rfftw_create_plan'
MustuxLib/MustuxLib.a(MustuxFft.o): In function `MustuxFft::~MustuxFft
[not-in-charge]()':
MustuxFft.o(.text+0x49d): undefined reference to `rfftw_destroy_plan'
MustuxLib/MustuxLib.a(MustuxFft.o): In function `MustuxFft::~MustuxFft
[in-charge]()':
MustuxFft.o(.text+0x67d): undefined reference to `rfftw_destroy_plan'
MustuxLib/MustuxLib.a(MustuxFft.o): In function
`MustuxFft::perform(float*, float*)':
MustuxFft.o(.text+0x899): undefined reference to `rfftw_one'
collect2: ld returned 1 exit status
make: *** [protux] Error 1

Relevant versions:
QT 3.0.5
GCC 3.2
Protux 0.14.1
FFTW 2.1.3.  First compiler error happened without FFTW installed.
Second is with FFTW installed.

TIA,

Bob Raymond





reply via email to

[Prev in Thread] Current Thread [Next in Thread]