HyPhy message board
http://www.hyphy.org/cgi-bin/hyphy_forums/YaBB.pl
HYPHY Package >> HyPhy bugs >> GTK bug in the installation of Hyphy GUI
http://www.hyphy.org/cgi-bin/hyphy_forums/YaBB.pl?num=1401109675

Message started by Miguel on May 26th, 2014 at 6:07am

Title: GTK bug in the installation of Hyphy GUI
Post by Miguel on 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) {[/code):
to
[code]if (Parse (&overlayPlot, fla,fpc,nil)!= HY_FORMULA_EXPRESSION) {


Best,
Miguel  :)

HyPhy message board » Powered by YaBB 2.5.2!
YaBB Forum Software © 2000-2024. All Rights Reserved.