Menu

#12 Problem compiling xpp

open
nobody
None
5
2012-09-14
2002-04-06
Anonymous
No

Hi,

I try to compile xpp-1.1 on my linux slackware 8 with
gcc-3.0.4
there was no problem with the configure, but for the
make i got this :

gmake

c++ -O3 -march=i686 -o xpp mainwindow.o
passworddialog.o cupshelper.o xpp.o xppmain.o
inputslider.o -lcups -lnsl -lm -lGL -lXext -lX11
-L/usr/X11R6/lib -lSM -lICEmainwindow.o: In function
xppMainWindow::cb_topmargin(Input_Slider*, void*)': mainwindow.o(.text+0xa4b): undefined reference toFl_Valuator::clamp(double)'
mainwindow.o(.text+0xaa8): undefined reference to
Fl_Button::value(int)' mainwindow.o: In functionxppMainWindow::cb_bottommargin(Input_Slider, void)':
mainwindow.o(.text+0xaeb): undefined reference to
Fl_Valuator::clamp(double)' mainwindow.o(.text+0xb48): undefined reference toFl_Button::value(int)'
mainwindow.o: In function
xppMainWindow::cb_leftmargin(Input_Slider*, void*)': mainwindow.o(.text+0xb8b): undefined reference toFl_Valuator::clamp(double)'
mainwindow.o(.text+0xbe8): undefined reference to
Fl_Button::value(int)' mainwindow.o: In functionxppMainWindow::cb_rightmargin(Input_Slider, void)':
mainwindow.o(.text+0xc2b): undefined reference to
Fl_Valuator::clamp(double)' mainwindow.o(.text+0xc88): undefined reference toFl_Button::value(int)'
mainwindow.o: In function
xppMainWindow::cb_Brightness(Input_Slider*, void*)': mainwindow.o(.text+0xcc8): undefined reference toFl_Valuator::clamp(double)'
mainwindow.o: In function
xppMainWindow::cb_Gamma(Input_Slider*, void*)': mainwindow.o(.text+0xd98): undefined reference toFl_Valuator::clamp(double)'
mainwindow.o: In function
xppMainWindow::cb_imagesizetype(Fl_Choice*, void*)': mainwindow.o(.text+0xf97): undefined reference toFl_Widget::activate()'
mainwindow.o(.text+0x1018): undefined reference to
Fl_Widget::deactivate()' mainwindow.o: In functionxppMainWindow::cb_imagesize(Input_Slider, void)':
mainwindow.o(.text+0x1048): undefined reference to
Fl_Valuator::clamp(double)' mainwindow.o(.text+0x1100): undefined reference toFl_Widget::activate()'
mainwindow.o(.text+0x1177): undefined reference to
Fl_Widget::deactivate()' mainwindow.o: In functionxppMainWindow::cb_Saturation(Input_Slider, void)':
mainwindow.o(.text+0x11a8): undefined reference to
Fl_Valuator::clamp(double)' mainwindow.o: In functionxppMainWindow::cb_Hue(Input_Slider, void)':
mainwindow.o(.text+0x1278): undefined reference to
Fl_Valuator::clamp(double)' mainwindow.o: In functionxppMainWindow::cb_Pen(Input_Slider, void)':
mainwindow.o(.text+0x1448): undefined reference to
Fl_Valuator::clamp(double)' mainwindow.o: In functionxppMainWindow::cb_OK(Fl_Return_Button, void)':
mainwindow.o(.text+0x1516): undefined reference to
fl_alert(char const*, ...)' mainwindow.o: In functionxppMainWindow::cb_Raw(Fl_Light_Button, void)':
mainwindow.o(.text+0x1752): undefined reference to
Fl_Widget::deactivate()' mainwindow.o(.text+0x1769): undefined reference toFl_Widget::activate()'
mainwindow.o: In function
xppMainWindow::cb_copybutton(Fl_Round_Button*, void*)': mainwindow.o(.text+0x17b7): undefined reference toFl_Widget::activate()'
mainwindow.o: In function
xppMainWindow::cb_renamebutton(Fl_Round_Button*, void*)': mainwindow.o(.text+0x17e7): undefined reference toFl_Widget::activate()'
mainwindow.o: In function
xppMainWindow::cb_deletebutton(Fl_Round_Button*, void*)': mainwindow.o(.text+0x1817): undefined reference toFl_Widget::deactivate()'
mainwindow.o: In function
`xppMainWindow::xppMainWindow(int, char**, int&)':
[...]

It would be great if you could help me with this !

Best regards,

Pierre.

Discussion

Anonymous
Anonymous

Add attachments
Cancel