View Single Post
  #2   (View Single Post)  
Old 16th January 2018
philo_neo71 philo_neo71 is offline
Spam Deminer
 
Join Date: Jul 2009
Posts: 278
Default

when i installed the port of qtcreator i have a missing headers.
this is my out put :
Code:
DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_CORE_LIB -I../../../src -I../../../src -I../../libs -I/usr/ports/devel/qtcreator/work/qt-creator-opensource-src-4.5.0/tools -I../../plugins -I/usr/local/include/qt5 -I/usr/local/include/qt5/QtQuick -I/usr/local/include/qt5/QtWidgets -I/usr/local/include/qt5/QtGui -I/usr/local/include/qt5/QtQml -I/usr/local/include/qt5/QtNetwork -I/usr/local/include/qt5/QtConcurrent -I/usr/local/include/qt5/QtCore -I.moc/release-shared -I/usr/local/include -I/usr/local/lib/qt5/mkspecs/freebsd-clang -o .obj/release-shared/flamegraph.o flamegraph.cpp
In file included from flamegraph.cpp:26:
In file included from ./flamegraph.h:31:
In file included from /usr/local/include/qt5/QtQuick/QQuickItem:1:
/usr/local/include/qt5/QtQuick/qquickitem.h:43:10: fatal error: 
      'QtQuick/qtquickglobal.h' file not found
#include <QtQuick/qtquickglobal.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
*** Error code 1

Stop.
make[6]: stopped in /usr/ports/devel/qtcreator/work/qt-creator-opensource-src-4.5.0/src/libs/flamegraph
*** Error code 1

Stop.
make[5]: stopped in /usr/ports/devel/qtcreator/work/qt-creator-opensource-src-4.5.0/src/libs
*** Error code 1

Stop.
make[4]: stopped in /usr/ports/devel/qtcreator/work/qt-creator-opensource-src-4.5.0/src
*** Error code 1

Stop.
make[3]: stopped in /usr/ports/devel/qtcreator/work/qt-creator-opensource-src-4.5.0
*** Error code 1

Stop.
make[2]: stopped in /usr/ports/devel/qtcreator
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/devel/qtcreator
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/qtcreator
root@hpc-bella:/usr/ports/devel/qtcreator #
QtQuick/qtquickglobal.h and quickitem.h missing headers !


Regards
philippe
Reply With Quote