Talk:Qt Webkit Win32 Build Instructions

From Second Life Wiki
Jump to navigation Jump to search

Rick Linden 22:48, 11 June 2009 (UTC) said:

Just documenting some problems I had when attempting this:

- had problems building glui: the examples don't build for some reason

LINK : fatal error LNK1104: cannot open file 'glut32.lib'

(this might be user error...?) - In step 4), had problems building testgl:

.\testgl.cpp(39) : fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory

- Had to fix uBrowser: the APIs for user actions have changed (e.g. navigateBack(id) is now userAction(id, UA_NAVIGATE_BACK) - Had to rebuild libglut from source to get debug symbols to work