VS2005 + cmake - was Re: [sldev] Compiling SL client

Soft soft at lindenlab.com
Thu Jun 12 06:30:32 PDT 2008


The location of the libraries has moved. For Windows, you need to copy
fmod and Quicktime to slightly different locations:

linden/libraries/i686-win32/lib_release ->
linden/libraries/i686-win32/lib/release
linden/libraries/i686-win32/lib_debug -> linden/libraries/i686-win32/lib/debug

On Thu, Jun 12, 2008 at 7:40 AM, Zak Escher <zak.escher at gmail.com> wrote:
> I have tried to compile the SL client using the version control repository
> and cmake. I have gotten different errors an three different machines. Last
> night, I was able to get farther through the process than I have before, but
> I still received the following error in VS2005.
>
> 1>------ Build started: Project: secondlife-bin, Configuration: Release
> Win32 ------
> 1>Performing Pre-Build Event...
> 1>Opening solution:
> E:/Documents/sl_1_19_1_14/linden/indra/build-VC80/SecondLife.sln
> 1>Looking for existing VisualStudio instance...
> 1>Looking for project secondlife-bin...
> 1>Found project: secondlife-bin
> 1>Setting working directory
> 1>E:\Documents\sl_1_19_1_14\linden\indra\build-VC80\newview\secondlife-bin.vcproj
> 1>Finished!
> 1>Performing Pre-Link Event...
> 1>master:
> http://secondlife.com/app/message_template/master_message_template.msg
> 1>current:
> E:\Documents\sl_1_19_1_14\linden\scripts\messages\message_template.msg
> 1>--- PASS ---
> 1>Same
> 1>
> 1>
> 1>Linking...
> 1>LINK : fatal error LNK1181: cannot open input file 'fmodvc.lib'
> 1>Build log was saved at
> "file://e:\Documents\sl_1_19_1_14\linden\indra\build-VC80\newview\secondlife-bin.dir\Release\BuildLog.htm"
> 1>secondlife-bin - 1 error(s), 0 warning(s)
> 2>------ Skipped Build: Project: ALL_BUILD, Configuration: Release Win32
> ------
> 2>Project not selected to build for this solution configuration
> ========== Build: 0 succeeded, 1 failed, 23 up-to-date, 1 skipped ==========
>
> I have used the build instructions at
> http://wiki.secondlife.com/wiki/Compiling_the_viewer_(MSVS2005) and I have
> the fmodvc.lib library in
> E:\Documents\sl_1_19_1_14\linden\libraries\i686-win32\lib_debug and
> E:\Documents\sl_1_19_1_14\linden\libraries\i686-win32\lib_release. I'm
> building on Windows Vista Ultimate (32-Bit) and am running Visual Studio as
> an administrator.
>
> Any help would be appreciated.
> _______________________________________________
> Click here to unsubscribe or manage your list subscription:
> /index.html
>


More information about the SLDev mailing list