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

Qt5 MinGW build error: '_fileno' was not declared

$
0
0
Hi! I’m trying to build Qt5 shared, as I can’t stand those enormous icuu libraries. But I’m having problem building it. This is an error that I get: main.cpp: In member function 'virtual QVariant PatternistApplicationParser::defaultValue(const QApplicationArgument&) const': main.cpp:196:36: error: '_fileno' was not declared in this scope mingw32-make[4]: *** [.obj/release_shared/main.o] Error 1 mingw32-make[4]: Leaving directory 'C:/Dev/Qt5/Qt5_MinGW_Shared/qtxmlpatterns/tools/xmlpatterns' Happens with static and shared build on Windows 7 and Windows 8, both 64-bit. I’m using MinGW 4.7.2 32-bit. I followed the tutorial here [qt-project.org]: building Qt5 from git, and added -no-webkit flag and -opengl desktop. Search didn’t throw me any useful results. Regards, Jake

Viewing all articles
Browse latest Browse all 2113

Trending Articles