Difference between revisions of "Talk:Viewer 2 Microsoft Windows Builds"

From Second Life Wiki
Jump to navigation Jump to search
(Removed outdated comments)
Line 11: Line 11:


[[User:Jonathan Yap|Jonathan Yap]] 8:43, 31 May 2011 (PDT)
[[User:Jonathan Yap|Jonathan Yap]] 8:43, 31 May 2011 (PDT)
=== Bad variables ===
I also ended up with bad variables in the CMake cache (some probably related to the above) and I needed to edit build-vc100\CMakeCache.txt.  They including DUSE_KDU, DINPUT_LIBRARY, DIRECTX_INCLUDE_DIR, DIRECTX_LIBRARY_DIR, and DXGUID_LIBRARY.
[[User:Celierra Darling|Celierra Darling]] 14:41, 22 April 2011 (PDT)
Moving this here since it looks like they changed some things to address this so that <code>autobuild configure</code> will download the right things:
* If Cmake/Autobuild attempts to download FMOD and can't, one can turn off FMOD by adding two dashes (<code>--</code>), and then the extra configuration option <code>-DFMOD:BOOL=FALSE</code>.  Similarly, if it attempts to download KDU and can't, try adding <code>-DINSTALL_PROPRIETARY:BOOL=FALSE -DUSE_KDU:BOOL=FALSE</code> after those dashes.
*: For example, <code>autobuild configure -- -DFMOD:BOOL=FALSE -DINSTALL_PROPRIETARY:BOOL=FALSE -DUSE_KDU:BOOL=FALSE</code>
I'm also moving this comment from the "Iteratively fix things until the compile succeeds" section since it looks like it's been there since the first revision of the page without resolution: ((TBD - add any fixup steps here.  e.g. does <code>fmod375.dll</code> need to be moved into <code>RelWithDbgInfo</code> at this step?))
[[User:Celierra Darling|Celierra Darling]] 15:02, 22 April 2011 (PDT)

Revision as of 10:27, 31 May 2011

Mailing list discussions on compile errors, and more

Eliminate annoying IDE popup

If you are compiling with the IDE and keep getting a popup along the lines of "improve microsoft visual studio performance" Either

  • To hide on XP or 2003 Server, right-click on the Task Bar | Select Properties | Select Taskbar tab | select Hide inactive icons | Click Customize | Set the Behavior for item "Improve Microsoft Visual Studio" to "Always hide".

Or

Note: This second method did not work for me.

Jonathan Yap 8:43, 31 May 2011 (PDT)