All submissions to this site are governed by Second Life Project Contribution Agreement. By submitting patches and other information using this site, you acknowledge that you have read, understood, and agreed to those terms.
The First Look release FL-1.13.3.59315 includes vc8.vcproj files for use with Visual Studio 2005 however the file llimagej2coj_vc8.vcproj is missing from the llimagej2coj directory. Also the newview project does not include the link to lscript_compile.
Description
The First Look release FL-1.13.3.59315 includes vc8.vcproj files for use with Visual Studio 2005 however the file llimagej2coj_vc8.vcproj is missing from the llimagej2coj directory. Also the newview project does not include the link to lscript_compile.
And turned off 'Treat wchar_t as Built-in type' in Language.
I updated the newview project Linker Input to use the vc8 boost and llmozlib :o) libraries;
libboost_regex-vc80-mt-s.lib and llmozlib-vc80.lib
After successful compilation, with the exception of the test project, which fails to link (and always has done so for me with vc8), I needed some files;
static_data.db2 & static_index.db2 (VWR-256). I 'pinched' copies from the binary release app_settings folder.
And from my Firefox 2.0 install folder, I 'pinched' (into the newview folder) copies of;
smime3.dll, softokn3.dll, softokn3.chk (presumably needed), softokn3.dll, nss3.dll, and ssl3.dll
It is also worth note that the UI textures are still a separate download (or copy over from the binary), and that the link to them may be missed because its placement is so far below the source code link on the page.
Attached are copies of the project files I have, set up to build ReleseNoOpt % ReleaseForDownload.
Paula Innis added a comment - 19/Mar/07 07:00 PM It is unclear how/if you solved your build problems.
Just so a solution is here (well one that worked for me on Sunday)
I rolled back to opening the older VC solution.
Then updated each of the converted projects, appending the Preprocessor definitions;
_CRT_SECURE_NO_DEPRECATE
_CRT_NONSTDC_NO_DEPRECATE
_USE_32BIT_TIME_T
And turned off 'Treat wchar_t as Built-in type' in Language.
I updated the newview project Linker Input to use the vc8 boost and llmozlib :o) libraries;
libboost_regex-vc80-mt-s.lib and llmozlib-vc80.lib
After successful compilation, with the exception of the test project, which fails to link (and always has done so for me with vc8), I needed some files;
static_data.db2 & static_index.db2 (VWR-256). I 'pinched' copies from the binary release app_settings folder.
And from my Firefox 2.0 install folder, I 'pinched' (into the newview folder) copies of;
smime3.dll, softokn3.dll, softokn3.chk (presumably needed), softokn3.dll, nss3.dll, and ssl3.dll
It is also worth note that the UI textures are still a separate download (or copy over from the binary), and that the link to them may be missed because its placement is so far below the source code link on the page.
Attached are copies of the project files I have, set up to build ReleseNoOpt % ReleaseForDownload.
I think this set does not work anymore and I'm closing this as duplicate in favor of the newer VWR-1151 which implements the same type of changes but matches the latest builds.
Nicholaz Beresford added a comment - 10/Jun/07 06:17 AM
I think this set does not work anymore and I'm closing this as duplicate in favor of the newer VWR-1151 which implements the same type of changes but matches the latest builds.
Feel free to reopen if you do not agree
Just so a solution is here (well one that worked for me on Sunday)
I rolled back to opening the older VC solution.
Then updated each of the converted projects, appending the Preprocessor definitions;
_CRT_SECURE_NO_DEPRECATE
_CRT_NONSTDC_NO_DEPRECATE
_USE_32BIT_TIME_T
And turned off 'Treat wchar_t as Built-in type' in Language.
I updated the newview project Linker Input to use the vc8 boost and llmozlib :o) libraries;
libboost_regex-vc80-mt-s.lib and llmozlib-vc80.lib
After successful compilation, with the exception of the test project, which fails to link (and always has done so for me with vc8), I needed some files;
static_data.db2 & static_index.db2 (
VWR-256). I 'pinched' copies from the binary release app_settings folder.And from my Firefox 2.0 install folder, I 'pinched' (into the newview folder) copies of;
smime3.dll, softokn3.dll, softokn3.chk (presumably needed), softokn3.dll, nss3.dll, and ssl3.dll
It is also worth note that the UI textures are still a separate download (or copy over from the binary), and that the link to them may be missed because its placement is so far below the source code link on the page.
Attached are copies of the project files I have, set up to build ReleseNoOpt % ReleaseForDownload.