Talk:LLQtWebKit Win32 Build Instructions

From Second Life Wiki
Jump to navigation Jump to search

Adjustment need when using VC++ Express 2005 1. Symptom -- cannot find "windows.h"

  set an INCLUDE environment pointing to the SDK Includes.
  Reason: Express Edition not designed for command line compile.
  Example:C:\Program Files\Microsoft SDKs\Windows\v6.1\Include;C:\Program Files (x86)\Microsoft DirectX SDK (August 2008)\Include

2. Symptom -- ml not a known program or batch file.

  Download and install ml.exe [1]
  Reason: Express Edition doesn't come with ml.exe installed.
  Action: Places ml.exe into VC\bin

3. Symptoms -- Separately occurring cannot find wsock32.dll and wsock32.lib

  Added use environment LIB  %SystemRoot%\System32;C:\Program Files\Microsoft SDKs\Windows\v6.1\Lib
  Reason, idk, it is getting late so adding needed lib's to make build and easy to undo in case of side effects.

Nicky Perian 23:54, 30 October 2010 (UTC)