Skip to content
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

Build fail on linux... #1

Open
HughP opened this issue Mar 2, 2017 · 2 comments
Open

Build fail on linux... #1

HughP opened this issue Mar 2, 2017 · 2 comments

Comments

@HughP
Copy link

HughP commented Mar 2, 2017

Adam any clue what I need to do different here?
Oh, I should say I am on 64bit ubuntu linux.

git clone https://github.com/adamb924/HPW
Cloning into 'HPW'...
remote: Counting objects: 41, done.
remote: Total 41 (delta 0), reused 0 (delta 0), pack-reused 41
Unpacking objects: 100% (41/41), done.
Checking connectivity... done.

user:~/Additions to Wasta Linux/github-tools$ cd HPW/
user:~/Additions to Wasta Linux/github-tools/HPW$ qmake -config release
user:~/Additions to Wasta Linux/github-tools/HPW$ make
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtWebKit -I/usr/include/qt4 -I. -o main.o main.cpp
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_SQL_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtWebKit -I/usr/include/qt4 -I. -o mainwindow.o mainwindow.cpp
mainwindow.cpp:4:20: fatal error: QtWebKit: No such file or directory
compilation terminated.
Makefile:219: recipe for target 'mainwindow.o' failed
make: *** [mainwindow.o] Error 1

@HughP
Copy link
Author

HughP commented Mar 2, 2017

Oh, I should say I am on 64bit ubuntu linux.

@adamb924
Copy link
Owner

adamb924 commented Mar 3, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants