kuesa icon indicating copy to clipboard operation
kuesa copied to clipboard

build error

Open lihuaiguang opened this issue 2 years ago • 6 comments

Hi, I have the building errors as following. Please how to figure out.

`Configure summary:

Kuesa Runtime: Draco .................................. yes System Draco ........................... no System LibKTX .......................... no Kuesa: Tools .................................. yes

Qt is now configured for building. Just run 'make'. Once everything is built, you must run 'make install'. Qt will be installed into '/Users/lihuaiguang/QT/6.1.1/clang_64'.

Prior to reconfiguration, make sure you remove any leftovers from the previous build.

lhg@MBP2 kuesa % make Some of the required modules (qtHaveModule(3drender):qtHaveModule(3danimation)) are not available. Skipped.`

lihuaiguang avatar Sep 08 '21 03:09 lihuaiguang

have you installed Qt3D along with Qt? In Qt 6, it's not installed by default, in some versions you actually need to build it from source

mkrus avatar Sep 08 '21 08:09 mkrus

Thanks, mkurs. I have installed the QT3D studio 2.8 using MaintenanceTool.

lihuaiguang avatar Sep 08 '21 08:09 lihuaiguang

Qt3D Studio is NOT the same as Qt3D

mkrus avatar Sep 08 '21 09:09 mkrus

I install the Qt3d package 6.0.4, but have the same building error.

lihuaiguang avatar Sep 08 '21 11:09 lihuaiguang

6.0.4 definitely had qt3d in source only, so would need to be compiled and installed.

6.1.3 has prebuilt qt3d in the "Qt/Qt 1.6.3/Additional Libraries" section of the Maintenance Tool

mkrus avatar Sep 08 '21 12:09 mkrus

Thank you, mkrus.

lihuaiguang avatar Sep 08 '21 13:09 lihuaiguang