[sldev] [HELP] C++ newbie needs help with first compilation

Robin Cornelius robin.cornelius at gmail.com
Wed May 27 01:03:41 PDT 2009


On Wed, May 27, 2009 at 5:40 AM, Maya Remblai
<snowfox102 at dragonkeepcreations.com> wrote:

> 21>llmozlib2-vc80.lib(llembeddedbrowser.obj) : warning LNK4099: PDB
> 'vc80.pdb' was not
> found with

All these are just warnings that the debug database (.pdb) was not
found for this library. Its not a problem.

> Sometimes it appears to complete and tries to run the viewer, but gives
> this error:
>
> ERROR: LLAppViewer::initConfiguration: Cannot load default configuration
> file
> c:\SL_Dev\New\linden\indra\build-VC90\newview\app_settings\settings_files.xml
>

You need to change the start up folder, right click on the
secondlife-bin project, go to properties. Select debugging and in
start up folder, click the browse icon and back up the tree until you
are back in indra/ then select newview. note you will be by default in
indra/build-vc90/newview/ eg the build area and not the source area.

Robin


More information about the SLDev mailing list