Welcome, Guest. Please Login
YaBB - Yet another Bulletin Board
 
  HomeHelpSearchLogin  
 
GTK bug in the installation of Hyphy GUI (Read 1783 times)
Miguel
Junior Member
**
Offline


Hi Hyphy!

Posts: 53
CBMSO, CSIC (Spain)
Gender: male
GTK bug in the installation of Hyphy GUI
May 26th, 2014 at 6:07am
 
Hi there,

Just notify a bug during the installation of the GUI:
Code:
[root@xxxxx hyphy-master]# make -j GTK
[ 3%] Building CXX object
CMakeFiles/HYPHYGTK.dir/src/gui/HYChartWindow.cpp.o
/root/tmp/hyphy-master/src/core/include/formula.h: In member function
‘void _HYChartWindow::SetLabels(_String, _String, _String, long int,
_String, long int, long int, long int, _Parameter, _Parameter)’:
/root/tmp/hyphy-master/src/core/include/formula.h:98: error: faltan
argumentos para function ‘long int Parse(_Formula*, _String&,
_FormulaParsingContext&, _Formula*)’
/root/tmp/hyphy-master/src/gui/HYChartWindow.cpp:3588: error: en este
punto en el fichero
make[3]: *** [CMakeFiles/HYPHYGTK.dir/src/gui/HYChartWindow.cpp.o] Error 1
make[2]: *** [CMakeFiles/HYPHYGTK.dir/all] Error 2
make[1]: *** [CMakeFiles/GTK.dir/rule] Error 2
make: *** [GTK] Error 2
 



We solved this by modifying in HYChartWindow.cpp the line:
Code:
if (Parse (&overlayPlot, fla,fpc)!= HY_FORMULA_EXPRESSION) { 


to
Code:
if (Parse (&overlayPlot, fla,fpc,nil)!= HY_FORMULA_EXPRESSION) { 



Best,
Miguel  Smiley
Back to top
 
WWW WWW  
IP Logged