DistinctVision / Augmented-Reality-on-Qt

Augmented reality on Qt
40 stars 11 forks source link

Compilation error #1

Open niqt opened 8 years ago

niqt commented 8 years ago

Hi, i've a lot of compilation error.

DistinctVision commented 8 years ago

Hi. Windows? Linux? Where is the errors? This project has been tested only on Windows (and Android).

andresilvasantos commented 8 years ago

I'm compiling in OSX.

In QScrollEngineContext.cpp I needed to include locale.h.

And at TMath.h, line 519 TMath_assert((row >= 0) && (row < _rows) && (col >= 0) && (_cols < cols)); shouldn't it be TMath_assert((row >= 0) && (row < _rows) && (col >= 0) && (col < _cols));

DistinctVision commented 8 years ago

try to add in QScrollEngineContext.cpp:

include "QScrollEngine/QScrollEngine.h"

kailai321321 commented 7 years ago

Win8 VS2013 编译出差

fatal error C1083: 无法打开包括文件: “qu3e/q3.h”: No such file or directory