openSUSE 12.1 64bit.

I have managed to compile grogui with plotting on earlier versions of openSUSE. However when I attempt compiling the program on my current OS I get the following errors:

src/editor.cpp: In member function ‘void Editor::updateMenus()’:
src/editor.cpp:156:59: error: ‘class MdiChild’ has no member named ‘isUndoAvailable’ src/editor.cpp:157:59: error: ‘class MdiChild’ has no member named ‘isRedoAvailable’
make: *** [editor.o] Error 1

The complete make.log is attached.

Any assistance will be appreciated.

Thanks in advance.

--
Stephen P. Molnar, Ph.D.                  Life is a fuzzy set
Foundation for Chemistry                  Stochastic and multivariate
http://www.FoundationForChemistry.com
(614)312-7528 (c)
Skype:  smolnar1

computation@linux-iq76:~/Downloads/ggui/grogui052/gui_withplotting> qmake
computation@linux-iq76:~/Downloads/ggui/grogui052/gui_withplotting> make
Makefile:518: warning: overriding recipe for target `qrc_main.cpp'
Makefile:422: warning: ignoring old recipe for target `qrc_main.cpp'
Makefile:536: warning: overriding recipe for target `qrc_mdi.cpp'
Makefile:440: warning: ignoring old recipe for target `qrc_mdi.cpp'
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -Iinclude -Iui -I/usr/include/qwt5 -I. -o plotwidget.o src/plotwidget.cpp
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -Iinclude -Iui -I/usr/include/qwt5 -I. -o finddialog.o src/finddialog.cpp
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -Iinclude -Iui -I/usr/include/qwt5 -I. -o iconprovider.o src/iconprovider.cpp
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -Iinclude -Iui -I/usr/include/qwt5 -I. -o aboutgrogui.o src/aboutgrogui.cpp
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -Iinclude -Iui -I/usr/include/qwt5 -I. -o addpopupitem.o src/addpopupitem.cpp
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -Iinclude -Iui -I/usr/include/qwt5 -I. -o commands.o src/commands.cpp
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtGui -I/usr/include -I. -Iinclude -Iui -I/usr/include/qwt5 -I. -o dirbrowser.o src/dirbrowser.cpp
src/dirbrowser.cpp: In member function ‘QModelIndex DirBrowser::indexAt(const QPoint&) const’:
src/dirbrowser.cpp:161:1: warning: no return statement in function returning non-void [-Wreturn-ty
src/dirbrowser.cpp: At global scope:
src/dirbrowser.cpp:158:13: warning: unused parameter ‘point’ [-Wunused-parameter]
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/include/qwt5 -I. -o editor.o src/editor.cpp
src/editor.cpp: In member function ‘void Editor::updateMenus()’:
src/editor.cpp:156:59: error: ‘class MdiChild’ has no member named ‘isUndoAvailable’
src/editor.cpp:157:59: error: ‘class MdiChild’ has no member named ‘isRedoAvailable’
make: *** [editor.o] Error 1
computation@linux-iq76:~/Downloads/ggui/grogui052/gui_withplotting> 



-- 
gmx-users mailing list    gmx-users@gromacs.org
http://lists.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at 
http://www.gromacs.org/Support/Mailing_Lists/Search before posting!
Please don't post (un)subscribe requests to the list. Use the 
www interface or send it to gmx-users-requ...@gromacs.org.
Can't post? Read http://www.gromacs.org/Support/Mailing_Lists

Reply via email to