Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Viewer Compiling Problem: Missing Info.plist files and CrashReporter.nib

Danielle Wierwight
Registered User
Join date: 6 Jun 2008
Posts: 3
08-25-2008 21:21
I'm sure I'm doing something wrong, so I'm posting in the forums instead of Jira. When I try to use develop.py in the SL Source, CMake eventually tells me that files are missing:


Hawkintosh:indra hawkpidgeon$ ./develop.py
Running 'cmake -G \'Xcode\' -DCMAKE_BUILD_TYPE:STRING=RELWITHDEBINFO -DSTANDALONE:BOOL=FALSE -DUNATTENDED:BOOL=FALSE "" \'/Developer/SL_Viewer/1_20_15-Niaht/slbuildenv/linden/indra\'' in 'build-darwin-i386'
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: /usr/bin/g++
-- Check for working CXX compiler: /usr/bin/g++ -- works
CMake Error: Cannot find source file "/Developer/SL_Viewer/1_20_15-Niaht/slbuildenv/linden/indra/build-darwin-i386/mac_crash_logger/Info.plist"

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
CMake Error: CMake failed to properly look up cmSourceFile: Info.plist
CMake Error: Cannot find source file "/Developer/SL_Viewer/1_20_15-Niaht/slbuildenv/linden/indra/build-darwin-i386/mac_crash_logger/Info.plist"

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
CMake Error: CMake failed to properly look up cmSourceFile: Info.plist
CMake Error: Cannot find source file "/Developer/SL_Viewer/1_20_15-Niaht/slbuildenv/linden/indra/build-darwin-i386/mac_updater/Info.plist"

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
CMake Error: CMake failed to properly look up cmSourceFile: Info.plist
CMake Error: Cannot find source file "/Developer/SL_Viewer/1_20_15-Niaht/slbuildenv/linden/indra/build-darwin-i386/mac_updater/Info.plist"

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
CMake Error: CMake failed to properly look up cmSourceFile: Info.plist
-- Version of viewer is 1.21.0.0
CMake Error: Cannot find source file "/Developer/SL_Viewer/1_20_15-Niaht/slbuildenv/linden/indra/mac_crash_logger/Info.plist" for target "mac-crash-logger"

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
CMake Error: Cannot find source file "/Developer/SL_Viewer/1_20_15-Niaht/slbuildenv/linden/indra/mac_crash_logger/CrashReporter.nib" for target "mac-crash-logger"

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
CMake Error: Cannot find source file "/Developer/SL_Viewer/1_20_15-Niaht/slbuildenv/linden/indra/mac_updater/Info.plist" for target "mac-updater"

Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx
-- Configuring done
Cleaning 'build-darwin-i386'


I figured out that CrashReporter.nib was just in another folder (I'm wondering why though) but I can't find anything named Info.plist ANYWHERE in the source files. If anyone could help, I would really appreciate it.
Viktoria Dovgal
Join date: 29 Jul 2007
Posts: 3,593
08-25-2008 21:33
Yeah, it's currently messed up and to be fixed in the next drop.

You might find it helpful to join the sldev list to keep up on this, especially while the kinks are worked out of the new build system. Information here:
http://wiki.secondlife.com/wiki/SLDev
Danielle Wierwight
Registered User
Join date: 6 Jun 2008
Posts: 3
08-25-2008 21:38
Thanks bunches for your uber-fast reply! I'm glad it's not just me... I'd feel like a *total* noob. I tried all day to get it to work. :( I almost got it, too. Any idea when it'll be ready?
Viktoria Dovgal
Join date: 29 Jul 2007
Posts: 3,593
08-25-2008 22:32
1.21 RC is supposed to be released as soon as they can get the latest server upgrade unstuck and rolled out. The source drop should be shortly after that.
Danielle Wierwight
Registered User
Join date: 6 Jun 2008
Posts: 3
08-25-2008 22:45
Great! Thanks a lot for your help.