go-qml / qml

QML support for the Go language
Other
1.96k stars 187 forks source link

Can't find <private/qsgrendernode_p.h> #34

Closed raff closed 10 years ago

raff commented 10 years ago

OSX 10.9.1 - Tried both with qt 5.2.0 and qt 5.2.2 (brew install --head)

In file included from /usr/local/gocode/src/github.com/niemeyer/qml/all.cpp:3:0: /usr/local/gocode/src/github.com/niemeyer/qml/cpp/govalue.cpp:2:37: fatal error: private/qsgrendernode_p.h: No such file or directory

include <private/qsgrendernode_p.h>

There is no file named qsgrender* in any of the QT include subdirectories.

niemeyer commented 10 years ago

Sorry about that. This is a left over from a different idea, and is in fact not necessary. Update coming.

raff commented 10 years ago

Yup! just verified that removing the include fixes the issue!