Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

How can I debug the dread jom "error 2" problem?

$
0
0
I’ve been working on an application on Linux, and now need to get it to build on Windows using Visual Studio 2013. I can get it to mostly build on Visual Studio 2010 (though the compiler chokes because one of my libaries uses fenv.h) so I know the CMakeLists.txt is good (note it’s a cmake project and not a pro project) When I switch to a Visual Studio 2013 kit, jom starts giving me the “error 2”. I tried opening a command window and running the ‘vcvarsall’ batch file before running QtCreator from the command line (to ensure the proper environment is set up) and it didn’t help. Does jom write any sort of log or error file, to give me some hint why it hates me so much? Thanks, Chris

Viewing all articles
Browse latest Browse all 4972

Trending Articles