Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Designer Error: qmlpuppet cannot be built

$
0
0
Hi there, I am getting this error when I open the designer saying that the qmlpuppet cannot be built. This is the main thing I want to use as I am doing development in QML. I read some threads on here that said I needed to build qmlpuppet so I tried to do that but it failed. I am running Ubuntu Gnome 14.04.1 with Qt Creator 3.2.0 (opensource) installed to /opt/qtoss. Here are the commands I ran to try to build qmlpuppet, flying blind (the lack of a how to is very frustrating and there is nothing on google about this or how to fix the error): cd /opt/qtoss/Tools/QtCreator/share/qtcreator/qml/qmlpuppet qmake -makefile qmake -o Makefile qmlpuppet.pro make clean make It looked like it was going OK at the start, building the files with g++, however the last few lines of output looked like this: container/sharedmemory_qt.cpp: In member function ‘QString QmlDesigner::SharedMemory::errorString() const’: container/sharedmemory_qt.cpp:115:1: warning: control reaches end of non-void function [-Wreturn-type]  }  ^ make: *** [sharedmemory_qt.o] Error 1 There were lots of errors about that sharedmemory_qt.cpp file. I have build-essential installed as well as a few other TCL packages from the distribution repos. Any ideas? Cheers

Viewing all articles
Browse latest Browse all 4972

Trending Articles