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

Maya Remblai snowfox102 at dragonkeepcreations.com
Tue May 26 21:40:41 PDT 2009


Here's some of the errors VC++ is giving:

21>llmozlib2-vc80.lib(llembeddedbrowser.obj) : warning LNK4099: PDB 
'vc80.pdb' was not
found with 
'..\..\..\libraries\i686-win32\lib\release\llmozlib2-vc80.lib' or at 
'C:\SL_Dev\New\linden\indra\build-VC90\newview\RelWithDebInfo\vc80.pdb'; 
linking object as if no debug info
21>llmozlib2-vc80.lib(llembeddedbrowserwindow.obj) : warning LNK4099: 
PDB 'vc80.pdb' was
not found with 
'..\..\..\libraries\i686-win32\lib\release\llmozlib2-vc80.lib' or at
'C:\SL_Dev\New\linden\indra\build-VC90\newview\RelWithDebInfo\vc80.pdb'; 
linking object
as if no debug info
21>llmozlib2-vc80.lib(llmozlib2.obj) : warning LNK4099: PDB 'vc80.pdb' 
was not found with
'..\..\..\libraries\i686-win32\lib\release\llmozlib2-vc80.lib' or at
'C:\SL_Dev\New\linden\indra\build-VC90\newview\RelWithDebInfo\vc80.pdb'; 
linking object
as if no debug info
21>libndofdev.lib(ndofdev.obj) : warning LNK4099: PDB 'vc80.pdb' was not 
found with
'..\..\..\libraries\i686-win32\lib\release\libndofdev.lib' or at
'C:\SL_Dev\New\linden\indra\build-VC90\newview\RelWithDebInfo\vc80.pdb'; 
linking object
as if no debug info
21>libndofdev.lib(ndofdev_win.obj) : warning LNK4099: PDB 'vc80.pdb' was 
not found with
'..\..\..\libraries\i686-win32\lib\release\libndofdev.lib' or at
'C:\SL_Dev\New\linden\indra\build-VC90\newview\RelWithDebInfo\vc80.pdb'; 
linking object
as if no debug info

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 


Downloading an older version of CMake got past the command line problem, 
perhaps now I just need to delete all the compiled files and such and 
start over from scratch, now that I can actually get the python file to 
run. Still open to other tips though.

Also, as I stated in my first message, I already did everything the wiki 
says.

Maya


More information about the SLDev mailing list