Re: alsa-1.0.14-hdspconf/hdspmixer won't compile

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

 



Dragan Noveski wrote:
> hi list,
> i was running alsa1.0.14-rc3 successfully here.
> now i compiled the stable 1.0.14 and everything went good, except 
> hdspconf and hdspmixer.
> first, i am on debian lenny here, using thinkpad-R50e, 2.6.21.3-rt9 
> kernel and with rc3 everything compiled good.
> in the process of compilation now, i choose prefix=/usr everywhere i was 
> able to change the prefix (b.e compiling hdsploader).
>
> now in hdspconf and hdspmixer i am running ./configure --prefix=/usr and 
> get both times a long error while running make, so i ll paste here just 
> a beginning of the error here, please tell me if you need more information.
>
> hdspconf:
>
> .....
> g++  -g -O2  -I/usr/local/include -I/usr/include/freetype2 
> -fno-exceptions  -lasound -lm -ldl -lpthread -L/usr/local/lib -lfltk -o 
> hdspconf  hdspconf.o HC_CardPane.o HC_SyncCheck.o HC_SpdifFreq.o 
> HC_AutoSyncRef.o HC_SystemClock.o HC_ClockSource.o HC_SpdifIn.o 
> HC_SpdifOut.o HC_PrefSyncRef.o HC_Aeb.o HC_BreakoutCable.o 
> HC_InputLevel.o HC_OutputLevel.o HC_Phones.o HC_XpmRenderer.o 
> HC_AboutText.o pixmaps.o labels.o  -lasound -lm -ldl -lpthread
> hdspconf.o: In function `Fl_Group::child(int) const':
> /usr/include/FL/Fl_Group.H:68: undefined reference to `Fl_Group::array() 
> const'
> hdspconf.o: In function `refresh_cb':
> /home/nowhiskey/software/alsa/tools/alsa-tools-1.0.14/hdspconf/src/hdspconf.cxx:107: 
> undefined reference to `Fl::add_timeout(double, void (*)(void*), void*)'
> hdspconf.o: In function `main':
> /home/nowhiskey/software/alsa/tools/alsa-tools-1.0.14/hdspconf/src/hdspconf.cxx:186: 
> undefined reference to `Fl_Window::Fl_Window(int, int, char const*)'
> /home/nowhiskey/software/alsa/tools/alsa-tools-1.0.14/hdspconf/src/hdspconf.cxx:187: 
> undefined reference to `Fl_Tabs::Fl_Tabs(int, int, int, int, char const*)'
> /home/nowhiskey/software/alsa/tools/alsa-tools-1.0.14/hdspconf/src/hdspconf.cxx:188: 
> undefined reference to `Fl_Group::end()'
> hdspconf.o: In function `Fl_Group::add(Fl_Widget*)':
> .....(it goes much longer).......
>
> hdspmixer:
>
> ........
> g++  -g -O2  -I/usr/local/include -I/usr/include/freetype2 
> -fno-exceptions  -lasound -lm -ldl -lpthread -L/usr/local/lib -lfltk -o 
> hdspmixer  hdspmixer.o HDSPMixerWindow.o HDSPMixerInputs.o 
> HDSPMixerOutputs.o HDSPMixerPlaybacks.o HDSPMixerButtons.o 
> HDSPMixerEmpty.o HDSPMixerOutput.o HDSPMixerIOMixer.o 
> HDSPMixerSelector.o HDSPMixerPan.o HDSPMixerFader.o HDSPMixerGain.o 
> HDSPMixerPeak.o HDSPMixerCard.o HDSPMixerCardSelector.o 
> HDSPMixerMaster.o HDSPMixerView.o HDSPMixerPresets.o HDSPMixerMuteSolo.o 
> HDSPMixerStripData.o HDSPMixerOutputData.o HDSPMixerPresetData.o 
> HDSPMixerSetup.o HDSPMixerAbout.o HDSPMixerAboutText.o HDSPMixerMeter.o 
> pixmaps.o  -lasound -lm -ldl -lpthread
> hdspmixer.o: In function `main':
> /home/nowhiskey/software/alsa/tools/alsa-tools-1.0.14/hdspmixer/src/hdspmixer.cxx:84: 
> undefined reference to `Fl::visual(int)'
> hdspmixer.o: In function `Fl_Double_Window::show(int, char**)':
> /usr/include/FL/Fl_Double_Window.H:39: undefined reference to 
> `Fl_Window::show(int, char**)'
> hdspmixer.o: In function `main':
> /home/nowhiskey/software/alsa/tools/alsa-tools-1.0.14/hdspmixer/src/hdspmixer.cxx:86: 
> undefined reference to `Fl::run()'
> HDSPMixerWindow.o: In function `HDSPMixerWindow::checkState()':
> /home/nowhiskey/software/alsa/tools/alsa-tools-1.0.14/hdspmixer/src/HDSPMixerWindow.cxx:826: 
> undefined reference to `fl_filename_name(char const*)'
> /home/nowhiskey/software/alsa/tools/alsa-tools-1.0.14/hdspmixer/src/HDSPMixerWindow.cxx:827: 
> undefined reference to `Fl_Window::label(char const*)'
> /home/nowhiskey/software/alsa/tools/alsa-tools-1.0.14/hdspmixer/src/HDSPMixerWindow.cxx:828: 
> undefined reference to `Fl::add_timeout(double, void (*)(void*), void*)'
> /home/nowhiskey/software/alsa/tools/alsa-tools-1.0.14/hdspmixer/src/HDSPMixerWindow.cxx:831: 
> undefined reference to `fl_filename_name(char const*)'
> /home/nowhiskey/software/alsa/tools/alsa-tools-1.0.14/hdspmixer/src/HDSPMixerWindow.cxx:832: 
> undefined reference to `Fl_Window::label(char const*)'
> HDSPMixerWindow.o: In function `dirty_cb':
> .........
>
>
> i am still able to start the multiface (and the onboard-sound, as well 
> the usb-sound) as i always used to, but still i would like to know if 
> anyone has an idea why hdspconf/mixer won't compile here and how to fix 
> this?!
>
>
> cheers,
> doc
>
>
>
>   
hi list - problem solved!

somehow i have had the fltk.config file in the /usr/local/bin, but in 
the /usr/bin too, so removing the local version helped and the last 2 
components of v1.0.14 are build now fine here.

almost forgot: congrats for the new release!

cheers,
doc

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Alsa-user mailing list
Alsa-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-user

[Index of Archives]     [ALSA Devel]     [Linux Audio Users]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]

  Powered by Linux