[sldev] First Look 1.13.3.59315 (VC8 compillation)

Thomas Rowland tom at cornish-pasty.com
Mon Mar 19 19:08:01 PDT 2007


There appears to be some broken up threads RE: VC 8 building with the First
Look 1.13.3.59315 source.
(the following has been added as a comment on
https://jira.secondlife.com/browse/VWR-259)

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

_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. 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 268.18.13/726 - Release Date: 18/03/2007
15:34
 
  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: indra_complete_vc80.zip
Type: application/x-zip-compressed
Size: 47169 bytes
Desc: not available
Url : http://lists.secondlife.com/pipermail/sldev/attachments/20070320/77e7ac4e/indra_complete_vc80-0001.bin


More information about the SLDev mailing list