girish99 / b-tk

Automatically exported from code.google.com/p/b-tk
0 stars 0 forks source link

Mokka fails to compile on Ubuntu 12.10 because of missing implementaion of setChartCycleSettingsManager in not mac-files. #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. checkout current trunk (currently revision 1370)
2. configure using cmake
3. run make

What is the expected output? What do you see instead?
proper compilation, but instead I get the following errors:

[ 31%] Building CXX object Tools/Mokka/CMakeFiles/Mokka.dir/MainWindow.cpp.o
/home/henning/BTK/Tools/Mokka/MainWindow.cpp:2836:6: warning: #warning 
Implement the missing parts to read and write settings related to the chart 
cycle settings. [-Wcpp]
/home/henning/BTK/Tools/Mokka/MainWindow.cpp:2837:48: warning: missing 
terminating ' character [enabled by default]
/home/henning/BTK/Tools/Mokka/MainWindow.cpp:2837:6: warning: #warning Need 
also to dynamically add event's labels in the list of known events.  [-Wcpp]
/home/henning/BTK/Tools/Mokka/MainWindow.cpp: In constructor 
‘MainWindow::MainWindow(QWidget*)’:
/home/henning/BTK/Tools/Mokka/MainWindow.cpp:263:25: error: ‘class 
Preferences’ has no member named ‘setChartCycleSettingsManager’
/home/henning/BTK/Tools/Mokka/MainWindow.cpp: In member function ‘void 
MainWindow::readSettings()’:
/home/henning/BTK/Tools/Mokka/MainWindow.cpp:2842:27: error: ‘class 
Preferences’ has no member named ‘chartCycleSettingsList’
make[2]: *** [Tools/Mokka/CMakeFiles/Mokka.dir/MainWindow.cpp.o] Error 1
make[1]: *** [Tools/Mokka/CMakeFiles/Mokka.dir/all] Error 2
make: *** [all] Error 2

What version of the product are you using? On what operating system?
Revision 1370, Ubuntu 12.10, vtk-5.8 (provided by ubuntu)

Please provide any additional information below.
There is no Implementation for ‘setChartCycleSettingsManager’ in the 
Preferences.h and Preferences.cpp. Only in the MAC-realated files 
Preferences_mac.h and Preferences_mac.cpp

Original issue reported on code.google.com by andreas....@googlemail.com on 20 Nov 2012 at 2:57

GoogleCodeExporter commented 8 years ago
Thanks for the report. This problem is known and will be fixed soon. 

Original comment by arnaud.barre on 20 Nov 2012 at 9:16

GoogleCodeExporter commented 8 years ago
The revision r1371 should fix this issue. Can you test it and report me if 
everything is fine?

Original comment by arnaud.barre on 21 Nov 2012 at 7:51

GoogleCodeExporter commented 8 years ago
Thank you very much for your fast fix. It work's fine.

Original comment by andreas....@googlemail.com on 21 Nov 2012 at 8:05

GoogleCodeExporter commented 8 years ago
Issue fixed by the revision r1371.

Original comment by arnaud.barre on 22 Nov 2012 at 5:38