Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

Build qt3D with qt4 under Ubuntu 12.10

$
0
0
Hi, all: I strictly follow http://doc-snapshot.qt-project.org/qt3d-1.0/qt3d-building.html, but failed to build qt3D successfully. Weird compilation errors keep bugging me all the time. at the very beginning, I got In file included from qdeclarativeeffect.cpp:42:0: qdeclarativeeffect.h:53:26: fatal error: qgltexture2d.h: No such file or directory compilation terminated. make2: *** [qdeclarativeeffect.o] Error 1 make2: Leaving directory `/home/peijia/Downloads/qt3d/src/quick3d’ make1: *** [sub-quick3d-make_default-ordered] Error 2 make1: Leaving directory `/home/peijia/Downloads/qt3d/src’ make: *** [sub-src-make_default-ordered] Error 2 I don’t even know what I’ve done to qt3d, now, it seems the program proceeds to meshcvt.cpp:46:20: fatal error: qarray.h: No such file or directory compilation terminated. make2: *** [meshcvt.o] Error 1 make2: Leaving directory `/home/peijia/Downloads/qt3d/util/meshcvt’ make1: *** [sub-meshcvt-make_default] Error 2 make1: Leaving directory `/home/peijia/Downloads/qt3d/util’ make: *** [sub-util-make_default-ordered] Error 2 So, did anybody smoothly build qt3d with qt4 under ubuntu 12.10 ever? And now, how to solve my problem “fatal error: qarray.h: No such file or directory”? I can tell this qarray.h has already been installed to [B]/usr/include/qt4/Qt3D[/B] Cheers Pei

Viewing all articles
Browse latest Browse all 18427

Trending Articles