Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Syntax error for QIconvCodec on 5.3.2 build

$
0
0
I’m building Qt5.3.2 64 bit from git on Windows 64 bit machine using VS2010 toolchain. I’m using this http://qt-project.org/wiki/Building_Qt_5_from_Git as a guide. I did a git clone on the Qt5 repository, then did git checkout 5.3.2 and ran perl init-repository -no-webkit. Configure works and when I run nmake I get this error. codecs\qtextcodec.cpp(288) : error C2061: syntax error : identifier ‘QIconvCodec’ NMAKE : fatal error U1077: ‘“d:\Microsoft Visual Studio 10.0\VC\BIN\amd64\cl.EXE”’ : return code ’0x 2’ Stop. Line 288 consists of #if !defined(QT_NO_ICONV) (void) new QIconvCodec; #endif From what I can find by searching there was an error in earlier versions of Qt 5 (Qt 5 RC1 bug #28473) where there was an issue with a definition in the header file but that is supposed to have been fixed. Other than that bugreport I haven’t found much else that pertains to actually building Qt but there are some for building apps with Qt. I assume I do need this library it for character conversion on windows unless windows has something else that Qt will use by default. I thought I’d post here first before I file a bug in case I’m missing something obvious. Thanks.

Viewing all articles
Browse latest Browse all 2113

Trending Articles