Hi,
I build the latest build of newview fot the mac.
Everything compiles fine, some warnings, but no errors. (after fixing some known issues about konfiguration management)
When it comes up, I get a window with a error message, that SL is not able to access some files needed.
The Run-Log shows some warnings:
......
2007-03-17T12:24:56Z WARNING: ll_apr_file_remove failed on file: /Users/X/Library/Application Support/SecondLife/cache/texture.cache
2007-03-17T12:24:56Z WARNING: ll_apr_file_remove failed on file: /Users/X/Library/Application Support/SecondLife/cache/textures/texture.entries
2007-03-17T12:24:56Z INFO: purge_cache: Purging Cache...
2007-03-17T12:24:56Z INFO: initCache: TEXTURE CACHE: Headers: 139810 Textures size: 320 MB
2007-03-17T12:24:56Z INFO: init_cache: VFS CACHE SIZE: 100 MB
2007-03-17T12:24:56Z WARNING: init_cache: Bad or missing vfx index file /Users/X/Library/Application Support/SecondLife/cache/index.db2.x.415695184
2007-03-17T12:24:56Z WARNING: init_cache: Removing old vfs data file /Users/X/Library/Application Support/SecondLife/cache/data.db2.x.415695184
2007-03-17T12:24:56Z INFO: init_cache: Removing old vfs and re-sizing
2007-03-17T12:24:56Z INFO: presizeDataFile: Pre-sized VFS data file to 104857600 bytes
2007-03-17T12:24:56Z INFO: LLVFS: VFS: Using index file /Users/X/Library/Application Support/SecondLife/cache/index.db2.x.415695184 and data file /Users/X/Library/Application Support/SecondLife/cache/data.db2.x.415695184
2007-03-17T12:24:56Z WARNING: LLVFS: Can't find /Users/X/Freizeit/SecondLife/Viewer/Downloads/linden/indra/newview/build/Development/Second Life.app/Contents/Resources/app_settings/static_index.db2 to open read-only VFS
static_index.db2 was non existant (like one other file) and I created them via touch.
What may be wrong?