protux-devel
[Top][All Lists]
Advanced

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

Re: [Protux-devel] Now for other bugs.


From: Martin Herren
Subject: Re: [Protux-devel] Now for other bugs.
Date: Tue, 17 Sep 2002 14:12:31 +0200

On Tue, 17 Sep 2002 08:58:21 -0300
Fabio dos Santos <address@hidden> wrote:

> Still some compilation problems right at the end - when linking. . .

> Protux.o: In function `Protux::Protux(int, char **)':
> Protux.o(.text+0x15a): undefined reference to
> `QApplication::setMainWidget(QWidget *)'
> Protux.o: In function `Protux::check_dirs(void)':
> Protux.o(.text+0x540): undefined reference to `QString::QString(char
> const *)'
> Protux.o(.text+0x555): undefined reference to `QString::QString(QString
> const &)'

...

-lqt seems to be missing on the compile command...

> /usr/lib/libGLU.so: undefined reference to `glPixelStorei'
> /usr/lib/libGLU.so: undefined reference to `glEvalPoint2'
> /usr/lib/libGLU.so: undefined reference to `glMultMatrixd'

-lGL seems to be missing (GLU are the OpenGL Utilities, you still need to link 
it with OpenGL ;-)

> This is the Compilation Command.
> 
> make -C src
> make[1]: Entering directory `/home/rsff/mustux/protux/src'
> g++  -D_REENTRANT -lpthread  -lGLU Interface.mo Song.mo Peak.mo Recorder.mo 
> GlobalPropertiesWindow.mo Spectrogram.mo CursorManager.mo ProjectManager.mo 
> FileBrowser.mo Project.mo TrackPanelVU.mo Interface.o  ColorManager.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  FileBrowser.o  Project.o  
> Song.o  AudioSourcesList.o  Main.o  Protux.o  TrackPanelVU.o  TracksArea.o  
> TrackPanelsArea.o    filters/FilterSelector.mo filters/FilterController.mo 
> filters/AmpSim.o  filters/Chorus.o  filters/Compressor.o  
> filters/DCCorrector.o  filters/Delay.o  filters/Flanger.o  
> filters/GlitchKiller.o  filters/HissKiller.o  filters/HumKiller.o  
> filters/MultiBandEq.o  filters/NoiseGate.o  filters/Normalize.o  
> filters/Octaver.o  filters/ParagraphicEq.o  filters/ParametricEq.o  filters!
> /PhaseInversor.o  filters/PitchShifter.o  filters/Reverb.o  
> filters/StereoExpansor.o  filters/Curve.o  filters/CurveNode.o  
> filters/DynamicFilterEngine.o  filters/FilterController.o  
> filters/FilterSelector.o  filters/AmpSimController.o  
> filters/ChorusController.o  filters/CompressorController.o  
> filters/DCCorrectorController.o  filters/DelayController.o  
> filters/FlangerController.o  filters/GlitchKillerController.o  
> filters/HissKillerController.o  filters/HumKillerController.o  
> filters/MultiBandEqController.o  filters/NoiseGateController.o  
> filters/NormalizeController.o  filters/OctaverController.o  
> filters/ParagraphicEqController.o  filters/ParametricEqController.o  
> filters/PhaseInversorController.o  filters/PitchShifterController.o  
> filters/ReverbController.o  filters/StereoExpansorController.o 
> MustuxLib/MustuxLib.a -o protux 
> make[1]: Leaving directory `/home/rsff/mustux/protux/src'

yeah... neither -lqt nor -lGL are there...

so you'll need to modify Makefile or configure scripts at the appropriate 
place...


-- 
Martin Herren                             +41 (0)79 746 57 83
OpenPGP Public key @ http://www.on-the-web.ch/sputnik/gpg.asc

Attachment: pgpn0IZQ1qQMo.pgp
Description: PGP signature


reply via email to

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