Oops, tried to build the app again after nuking the build dir but had a make exception:
Code:
Scanning dependencies of target obdgui
[ 54%] Building CXX object src/gui/CMakeFiles/obdgui.dir/guessdevs.cpp.o
In file included from /home/Paolo/obdgpslogger/src/gui/guessdevs.cpp:26:
/usr/include/FL/Fl_Input_Choice.H:41: error: invalid use of undefined type `stru
ct Fl_Group'
/usr/include/FL/Fl_Widget.H:35: error: forward declaration of `struct Fl_Group'
/usr/include/FL/Fl_Input_Choice.H: In static member function `static void Fl_Inp
ut_Choice::menu_cb(Fl_Widget*, void*)':
/usr/include/FL/Fl_Input_Choice.H:62: error: 'class Fl_Input_Choice' has no memb
er named 'do_callback'
/usr/include/FL/Fl_Input_Choice.H: In static member function `static void Fl_Inp
ut_Choice::inp_cb(Fl_Widget*, void*)':
/usr/include/FL/Fl_Input_Choice.H:67: error: 'class Fl_Input_Choice' has no memb
er named 'do_callback'
/usr/include/FL/Fl_Input_Choice.H: In member function `int Fl_Input_Choice::inp_
$
/usr/include/FL/Fl_Input_Choice.H:71: error: `x' undeclared (first use this func
tion)
/usr/include/FL/Fl_Input_Choice.H:71: error: (Each undeclared identifier is repo
rted only once for each function it appears in.)
/usr/include/FL/Fl_Input_Choice.H:71: error: `box' undeclared (first use this fu
nction)
/usr/include/FL/Fl_Input_Choice.H: In member function `int Fl_Input_Choice::inp_
y()':
/usr/include/FL/Fl_Input_Choice.H:72: error: `y' undeclared (first use this func
tion)
/usr/include/FL/Fl_Input_Choice.H:72: error: `box' undeclared (first use this fu
nction)
/usr/include/FL/Fl_Input_Choice.H: In member function `int Fl_Input_Choice::inp_
w()':
/usr/include/FL/Fl_Input_Choice.H:73: error: `w' undeclared (first use this func
tion)
/usr/include/FL/Fl_Input_Choice.H:73: error: `box' undeclared (first use this fu
nction)
/usr/include/FL/Fl_Input_Choice.H: In member function `int Fl_Input_Choice::inp_
h()':
/usr/include/FL/Fl_Input_Choice.H:74: error: `h' undeclared (first use this func
tion)
/usr/include/FL/Fl_Input_Choice.H:74: error: `box' undeclared (first use this fu
nction)
/usr/include/FL/Fl_Input_Choice.H: In member function `int Fl_Input_Choice::menu
_x()':
/usr/include/FL/Fl_Input_Choice.H:76: error: `x' undeclared (first use this func
tion)
/usr/include/FL/Fl_Input_Choice.H:76: error: `w' undeclared (first use this func
tion)
/usr/include/FL/Fl_Input_Choice.H:76: error: `box' undeclared (first use this fu
nction)
/usr/include/FL/Fl_Input_Choice.H: In member function `int Fl_Input_Choice::menu
_y()':
/usr/include/FL/Fl_Input_Choice.H:77: error: `y' undeclared (first use this func
tion)
/usr/include/FL/Fl_Input_Choice.H:77: error: `box' undeclared (first use this fu
nction)
/usr/include/FL/Fl_Input_Choice.H: In member function `int Fl_Input_Choice::menu
_h()':
/usr/include/FL/Fl_Input_Choice.H:79: error: `h' undeclared (first use this func
tion)
/usr/include/FL/Fl_Input_Choice.H:79: error: `box' undeclared (first use this fu
nction)
/usr/include/FL/Fl_Input_Choice.H: In constructor `Fl_Input_Choice::Fl_Input_Cho
ice(int, int, int, int, const char*)':
/usr/include/FL/Fl_Input_Choice.H:82: error: type `struct Fl_Group' is not a dir
ect base of `Fl_Input_Choice'
/usr/include/FL/Fl_Input_Choice.H:83: error: incomplete type `Fl_Group' used in
nested name specifier
/usr/include/FL/Fl_Input_Choice.H:84: error: `align' undeclared (first use this
function)
/usr/include/FL/Fl_Input_Choice.H:93: error: `end' undeclared (first use this fu
nction)
/usr/include/FL/Fl_Input_Choice.H: In member function `void Fl_Input_Choice::res
ize(int, int, int, int)':
/usr/include/FL/Fl_Input_Choice.H:114: error: incomplete type `Fl_Group' used in
nested name specifier
make[2]: *** [src/gui/CMakeFiles/obdgui.dir/guessdevs.cpp.o] Error 1
make[1]: *** [src/gui/CMakeFiles/obdgui.dir/all] Error 2
make: *** [all] Error 2
Am I missing something else?
Bookmarks