• 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.
Issue Details (XML | Word | Printable)

Key: VWR-259
Type: Bug Bug
Status: Resolved Resolved
Resolution: Duplicate
Priority: Normal Normal
Assignee: Unassigned
Reporter: Drewan Keats
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
1. Second Life Viewer - VWR

VC8 solution is missing files

Created: 19/Mar/07 10:52 AM   Updated: 10/Jun/07 06:17 AM
Return to search
Component/s: None
Affects Version/s: First Look: Render Pipeline, Source code
Fix Version/s: None

File Attachments: 1. Zip Archive indra_complete_vc80.zip (46 kB)

Environment: Windows Visual Studio 2005
Issue Links:
Duplicate

Source Version: FL-1.13.3.59315
Linden Lab Issue ID: SL-37901
Patch attached: Patch attached


 Description  « Hide
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.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
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.


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