|
From: Loren B. <lb...@co...> - 2017-02-07 17:01:28
|
get this in both flrig and fldigi, never have before
Making all in po
make[1]: Entering directory `/users/lbutler/Downloads/src/fldigi-3.23.21/po'
make[1]: Leaving directory `/users/lbutler/Downloads/src/fldigi-3.23.21/po'
Making all in doc
make[1]: Entering directory
`/users/lbutler/Downloads/src/fldigi-3.23.21/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/users/lbutler/Downloads/src/fldigi-3.23.21/doc'
Making all in src
make[1]: Entering directory
`/users/lbutler/Downloads/src/fldigi-3.23.21/src'
make all-recursive
make[2]: Entering directory
`/users/lbutler/Downloads/src/fldigi-3.23.21/src'
make[3]: Entering directory
`/users/lbutler/Downloads/src/fldigi-3.23.21/src'
CXX misc/fldigi-xmlrpc.o
In file included from ./include/waterfall.h:36:0,
from ./include/configuration.h:32,
from misc/xmlrpc.cxx:50:
./include/flslider2.h:89:3: error: ‘Fl_Fontsize’ does not name a type
Fl_Fontsize textsize_;
^
./include/flslider2.h:139:3: error: ‘Fl_Fontsize’ does not name a type
Fl_Fontsize textsize() const {return textsize_;}
^
./include/flslider2.h:141:17: error: ‘Fl_Fontsize’ has not been declared
void textsize(Fl_Fontsize s) {textsize_ = s;}
^
./include/flslider2.h: In member function ‘void My_Counter::textsize(int)’:
./include/flslider2.h:141:33: error: ‘textsize_’ was not declared in
this scope
void textsize(Fl_Fontsize s) {textsize_ = s;}
^
In file included from ./include/fl_digi.h:32:0,
from misc/xmlrpc.cxx:57:
./include/combo.h: At global scope:
./include/combo.h:126:17: error: ‘Fl_Fontsize’ has not been declared
void labelsize(Fl_Fontsize n) { Fl_Group::labelsize(n); }
^
./include/combo.h:127:2: error: ‘Fl_Fontsize’ does not name a type
Fl_Fontsize labelsize() { return Fl_Group::labelsize(); }
^
In file included from ./include/Fl_Text_Editor_mod.H:39:0,
from ./include/FTextView.h:34,
from ./include/FTextRXTX.h:28,
from ./include/fl_digi.h:35,
from misc/xmlrpc.cxx:57:
./include/Fl_Text_Display_mod.H:113:5: error: ‘Fl_Fontsize’ does not
name a type
Fl_Fontsize size;
^
./include/Fl_Text_Display_mod.H:264:3: error: ‘Fl_Fontsize’ does not
name a type
Fl_Fontsize textsize() const {return textsize_;}
^
./include/Fl_Text_Display_mod.H:270:17: error: ‘Fl_Fontsize’ has not
been declared
void textsize(Fl_Fontsize s) {textsize_ = s; mColumnScale = 0;}
^
./include/Fl_Text_Display_mod.H:479:3: error: ‘Fl_Fontsize’ does not
name a type
Fl_Fontsize textsize_;
^
./include/Fl_Text_Display_mod.H: In member function ‘void
Fl_Text_Display_mod::textsize(int)’:
./include/Fl_Text_Display_mod.H:270:33: error: ‘textsize_’ was not
declared in this scope
void textsize(Fl_Fontsize s) {textsize_ = s; mColumnScale = 0;}
^
make[3]: *** [misc/fldigi-xmlrpc.o] Error 1
make[3]: Leaving directory `/users/lbutler/Downloads/src/fldigi-3.23.21/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/users/lbutler/Downloads/src/fldigi-3.23.21/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/users/lbutler/Downloads/src/fldigi-3.23.21/src'
make: *** [all-recursive] Error 1
|