Difference between revisions of "Talk:Viewer 2 Microsoft Windows Builds"
Jonathan Yap (talk | contribs) (Delete information already in main wiki) |
Jonathan Yap (talk | contribs) (moved 2 tips to main wiki) |
||
Line 5: | Line 5: | ||
== Mailing list discussions on compile errors, and more == | == Mailing list discussions on compile errors, and more == | ||
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. | 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. |
Revision as of 17:08, 30 May 2011
Development tool notes
- UniCode NSIS
- This is the package installer used to build Setup.exe.
Mailing list discussions on compile errors, and more
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. Celierra Darling 14:41, 22 April 2011 (PDT)
Moving this here since it looks like they changed some things to address this so that autobuild configure
will download the right things:
- If Cmake/Autobuild attempts to download FMOD and can't, one can turn off FMOD by adding two dashes (
--
), and then the extra configuration option-DFMOD:BOOL=FALSE
. Similarly, if it attempts to download KDU and can't, try adding-DINSTALL_PROPRIETARY:BOOL=FALSE -DUSE_KDU:BOOL=FALSE
after those dashes.- For example,
autobuild configure -- -DFMOD:BOOL=FALSE -DINSTALL_PROPRIETARY:BOOL=FALSE -DUSE_KDU:BOOL=FALSE
- For example,
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 fmod375.dll
need to be moved into RelWithDbgInfo
at this step?))
Celierra Darling 15:02, 22 April 2011 (PDT)