-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Won't compile on Kubuntu 15.10 #61
Comments
According to this: https://forum.qt.io/topic/23220/qt5-cannot-include-the-file-qmainwindow I should change line 4 of While that does compile on my Arch linux setup, I want to do some more tests before committing to this "fix" . . Can you try changing line 4 of |
No luck: hyper@subi: |
Will install Kubuntu on a VM now and try and figure out what is going wrong. |
I love pass and your gui for it :) thx for the work. As said, using 15.10 (alpha)... wanted to switch system from ext4 to btrfs and get systemd 220. |
Downloading Kubuntu 15.10 (Wily Werewolf) iso to give this bug a try . . |
Clean Kubuntu 15.10 downloaded latest zip.
no problems Perhaps you are missing the qt5 development headers, easiest is to install |
That was the issue :) thx for looking into it. |
Hi there
Can't compile it on Kubuntu 15.10
hyper@subi:
/Desktop/git-repos/qtpass$ make cleancore *.corerm -f qrc_resources.cpp
rm -f moc_mainwindow.cpp moc_dialog.cpp moc_storemodel.cpp moc_usersdialog.cpp moc_keygendialog.cpp moc_progressindicator.cpp moc_trayicon.cpp moc_singleapplication.cpp
rm -f ui_mainwindow.h ui_dialog.h ui_usersdialog.h ui_keygendialog.h
rm -f main.o mainwindow.o dialog.o storemodel.o util.o usersdialog.o keygendialog.o progressindicator.o trayicon.o singleapplication.o qrc_resources.o moc_mainwindow.o moc_dialog.o moc_storemodel.o moc_usersdialog.o moc_keygendialog.o moc_progressindicator.o moc_trayicon.o moc_singleapplication.o
rm -f _
hyper@subi:
/Desktop/git-repos/qtpass$ rm Makefile/Desktop/git-repos/qtpass$ qmake -qt5hyper@subi:
hyper@subi:
/Desktop/git-repos/qtpass$ make/Desktop/git-repos/qtpass$/usr/lib/x86_64-linux-gnu/qt5/bin/uic mainwindow.ui -o ui_mainwindow.h
/usr/lib/x86_64-linux-gnu/qt5/bin/uic dialog.ui -o ui_dialog.h
/usr/lib/x86_64-linux-gnu/qt5/bin/uic usersdialog.ui -o ui_usersdialog.h
/usr/lib/x86_64-linux-gnu/qt5/bin/uic keygendialog.ui -o ui_keygendialog.h
g++ -c -m64 -pipe -std=c++11 -DSINGLE_APP=1 -O2 -std=c++0x -Wall -W -D_REENTRANT -fPIC -DVERSION=""0.8.4"" -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -I. -isystem /usr/include/x86_64-linux-gnu/qt5 -isystem /usr/include/x86_64-linux-gnu/qt5/QtWidgets -isystem /usr/include/x86_64-linux-gnu/qt5/QtGui -isystem /usr/include/x86_64-linux-gnu/qt5/QtNetwork -isystem /usr/include/x86_64-linux-gnu/qt5/QtCore -I. -I. -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++-64 -o main.o main.cpp
In file included from main.cpp:1:0:
mainwindow.h:4:23: fatal error: QMainWindow: Datei oder Verzeichnis nicht gefunden
#include
^
compilation terminated.
Makefile:441: recipe for target 'main.o' failed
make: *_* [main.o] Error 1
hyper@subi:
The text was updated successfully, but these errors were encountered: