fatal error: 'QtQml/QQmlApplicationEngine' file not found #157

Open
opened 2014-10-11 01:37:20 +02:00 by sf-studio · 4 comments
sf-studio commented 2014-10-11 01:37:20 +02:00 (Migrated from github.com)

Im trying to get this to run on mac maverics but Im getting this error when i compile

fatal error: 'QtQml/QQmlApplicationEngine' file not found

Anybody know how to resolve this?

Thanks

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Im trying to get this to run on mac maverics but Im getting this error when i compile fatal error: 'QtQml/QQmlApplicationEngine' file not found Anybody know how to resolve this? Thanks ## <bountysource-plugin> Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/5219578-fatal-error-qtqml-qqmlapplicationengine-file-not-found?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github). </bountysource-plugin>
Swordfish90 commented 2014-10-11 10:42:37 +02:00 (Migrated from github.com)

Hi @sf-studio, I need some more details in order to help you properly. Where are you getting the code: are you cloning master or the osx branch? How did install qt on your system (brew or from digia)?

Hi @sf-studio, I need some more details in order to help you properly. Where are you getting the code: are you cloning master or the osx branch? How did install qt on your system (brew or from digia)?
sf-studio commented 2014-10-13 18:34:48 +02:00 (Migrated from github.com)

Hi..I installed it from digia...it happens when i try to make it. I am cloning the https://github.com/Swordfish90/cool-retro-term.git branch...is there a different one for OSX?

Hi..I installed it from digia...it happens when i try to make it. I am cloning the https://github.com/Swordfish90/cool-retro-term.git branch...is there a different one for OSX?
dylanmc commented 2015-02-23 05:33:43 +01:00 (Migrated from github.com)

I installed qt from brew, and am getting

lib/TerminalDisplay.h:28:10: fatal error: 'QQuickPaintedItem' file not found

I installed qt from brew, and am getting `lib/TerminalDisplay.h:28:10: fatal error: 'QQuickPaintedItem' file not found`
mdtrooper commented 2015-03-13 03:36:37 +01:00 (Migrated from github.com)

I have the similar problem more or less:

md@speccy-laptop ~/proyectos/cool-retro-term $ lsb_release -a
No LSB modules are available.
Distributor ID: LinuxMint
Description:    Linux Mint 17 Qiana
Release:    17
Codename:   qiana
md@speccy-laptop ~/proyectos/cool-retro-term $ 
md@speccy-laptop ~/proyectos/cool-retro-term $ qmake && make
cd qmltermwidget/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /home/md/proyectos/cool-retro-term/qmltermwidget/qmltermwidget.pro -o Makefile ) && make -f Makefile 
make[1]: Entering directory `/home/md/proyectos/cool-retro-term/qmltermwidget'
g++ -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DHAVE_POSIX_OPENPT -DHAVE_SYS_TIME_H -DQT_NO_DEBUG -DQT_PLUGIN -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 -Ilib -Isrc -I. -o Session.o lib/Session.cpp
In file included from lib/Session.cpp:44:0:
lib/TerminalDisplay.h:28:29: fatal error: QQuickPaintedItem: No such file or directory
 #include <QQuickPaintedItem>
                             ^
compilation terminated.
make[1]: *** [Session.o] Error 1
make[1]: Leaving directory `/home/md/proyectos/cool-retro-term/qmltermwidget'
make: *** [sub-qmltermwidget-make_first-ordered] Error 2
md@speccy-laptop ~/proyectos/cool-retro-term $ 
md@speccy-laptop ~/proyectos/cool-retro-term $ dpkg -L qtdeclarative5-dev | grep QQuickPaintedItem
/usr/include/qt5/QtQuick/QQuickPaintedItem
I have the similar problem more or less: ``` md@speccy-laptop ~/proyectos/cool-retro-term $ lsb_release -a No LSB modules are available. Distributor ID: LinuxMint Description: Linux Mint 17 Qiana Release: 17 Codename: qiana md@speccy-laptop ~/proyectos/cool-retro-term $ md@speccy-laptop ~/proyectos/cool-retro-term $ qmake && make cd qmltermwidget/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /home/md/proyectos/cool-retro-term/qmltermwidget/qmltermwidget.pro -o Makefile ) && make -f Makefile make[1]: Entering directory `/home/md/proyectos/cool-retro-term/qmltermwidget' g++ -c -m64 -pipe -O2 -D_REENTRANT -Wall -W -fPIC -DHAVE_POSIX_OPENPT -DHAVE_SYS_TIME_H -DQT_NO_DEBUG -DQT_PLUGIN -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 -Ilib -Isrc -I. -o Session.o lib/Session.cpp In file included from lib/Session.cpp:44:0: lib/TerminalDisplay.h:28:29: fatal error: QQuickPaintedItem: No such file or directory #include <QQuickPaintedItem> ^ compilation terminated. make[1]: *** [Session.o] Error 1 make[1]: Leaving directory `/home/md/proyectos/cool-retro-term/qmltermwidget' make: *** [sub-qmltermwidget-make_first-ordered] Error 2 md@speccy-laptop ~/proyectos/cool-retro-term $ md@speccy-laptop ~/proyectos/cool-retro-term $ dpkg -L qtdeclarative5-dev | grep QQuickPaintedItem /usr/include/qt5/QtQuick/QQuickPaintedItem ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: seeseemelk/cool-retro-term#157
No description provided.