[yoshimi-user] build problem

  • From: tom <tompotts@xxxxxxxxxxxxxxxxxxxxxx>
  • To: yoshimi-user@xxxxxxxxxxxxxxxxxxxxx
  • Date: Sun, 29 Aug 2010 15:38:59 +0100

Trying to build 0.058.1 downloaded today.
On 32 bit Ubuntu 10.4 with fltk1 .3

make runs clean to:
---------------------------------------------------------------------------------------------------------------------------------
[33%] Building CXX object CMakeFiles/yoshimi.dir/MasterUI.cxx.o
/home/tom/Projects/yoshimi-0.058.1/src/MasterUI.cxx: In member function ‘void MasterUI::cb_wavfilebutton_i(Fl_Button*, void*)’:
/home/tom/Projects/yoshimi-0.058.1/src/MasterUI.cxx:331: warning: format not a string literal and no format arguments
/home/tom/Projects/yoshimi-0.058.1/src/MasterUI.cxx: In member function ‘void MasterUI::cb_overwritebutton_i(Fl_Button*, void*)’:
/home/tom/Projects/yoshimi-0.058.1/src/MasterUI.cxx:1120: warning: format not a string literal and no format arguments
/home/tom/Projects/yoshimi-0.058.1/src/MasterUI.cxx:1126: warning: format not a string literal and no format arguments
/home/tom/Projects/yoshimi-0.058.1/src/MasterUI.cxx: In member function ‘void MasterUI::do_load_master(bool, const char*)’:
/home/tom/Projects/yoshimi-0.058.1/src/MasterUI.cxx:2331: warning: format not a string literal and no format arguments
/home/tom/Projects/yoshimi-0.058.1/src/MasterUI.cxx:2334: warning: format not a string literal and no format arguments
---------------------------------------------------------------------------------------------------------------------------------
and then clean till
---------------------------------------------------------------------------------------------------------------------------------
Linking CXX executable yoshimi
CMakeFiles/yoshimi.dir/EnvelopeUI.cxx.o: In function `EnvelopeUI::~EnvelopeUI()':
EnvelopeUI.cxx:(.text+0x3b8d): undefined reference to `PresetsUI_::~PresetsUI_()'
EnvelopeUI.cxx:(.text+0x3bb0): undefined reference to `PresetsUI_::~PresetsUI_()'
CMakeFiles/yoshimi.dir/EnvelopeUI.cxx.o: In function `EnvelopeUI::~EnvelopeUI()':
.....
---------------------------------------------------------------------------------------------------------------------------------

Any clues where I've gone wrong?
Tom


Other related posts:

  • » [yoshimi-user] build problem - tom