Hi, I'm trying to build QtWebKit with VS2010 with the latest Qt 5.6 beta sources. I've tried QtWebKit 5.5.0 and 5.5.1, but in both cases I get the following linker error when building jsc.exe.
link /NOLOGO /DYNAMICBASE /NXCOMPAT /INCREMENTAL:NO /SUBSYSTEM:CONSOLE " /MANIFESTDEPENDENCY:type='win32' name='Microsoft.Windows.Common-Controls' versio n='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture ='*'" /MANIFEST /MANIFESTFILE:..\..\bin\jsc.exe.embed.manifest /OUT:..\..\bin\js c.exe @C:\Users\harald\AppData\Local\Temp\nm1EEB.tmp LINK : fatal error LNK1181: cannot open input file '\OPT:REF.obj' NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0 \VC\BIN\amd64\link.EXE"' : return code '0x49d' Stop. NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0 \VC\BIN\amd64\nmake.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: '(' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. I had no problems compiling QtWebKit with Qt 5.5.0. What are the required steps to be able to compile QtWebKit with Qt 5.6? Thanks, Harald
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest