GraphML: node height and width not declared as key
Compilation error
Nice to hear that you've solved the issue and thank you for trying this software! I think I should write down carefully which dependencies needs to be installed before compiling qvge... It is not always obvious :(
The QTDIR variable is not set. The package "qt5-devel" seems to me has the name "libqt5-qtbase-common-devel" in openSUSE (contains "qmake-qt5"). It provides a lot of files "qmake.conf" like ... /usr/lib64/qt5/mkspecs/dummy/qmake.conf /usr/lib64/qt5/mkspecs/freebsd-clang/qmake.conf /usr/lib64/qt5/mkspecs/linux-g++-64/qmake.conf ... Then I remove "libqt5-qtbase-common-devel" and reinstalled it. After "qmake-qt5 -r": Reading /home/niepra01/tmp/qvge/code/3rdParty/qtpropertybrowser/qtpropertybrowser.pro...
Where is your QTDIR variable pointing to? Please check if you have valid qt5-devel installation as well (maybe you should remove & install it again?)
OK, a small step foreward: I should use "qmake-qt5" instead. Next problem after "qmake-qt5 -r ; make": No rule to make target '/usr/share/qt4/mkspecs/default/qmake.conf', needed by 'Makefile'. Stop. As said before, I removed the qt4 libraries. What can I do? ...Rolf
I had both (qt4 and qt5) installed. Removing the qt4 libs gives me the following problem: "qmake" is no more available because it's part of the package "libqt4-devel". What can I do?
Hello as far as I can see, you're using qt4. qvge needs at least qt5 to be properly compiled. Please try to upgrade your Qt installaion.
Compilation error
Drawing of arrows