[sldev] Compiling release svn (r616) - linux-crash-logger link
error
Ricky
kf6kjg at gmail.com
Tue Jul 22 14:03:34 PDT 2008
Re-glanced at script...
Ah.. Not saying this works (because I just got the new set of files from
SVN and it didn't work.. research pending...) but here's the process as I
know it so far: (This used to work...)
$ cd ./linden/indra
$ ./develop.py cmake
$ ./develop.py build
BUT... This process doesn't make it past the cmake part. It dies with the
following:
Running 'CXX=\'g++\' cmake -DCMAKE_BUILD_TYPE:STRING=RELWITHDEBINFO -G
\'Unix Makefiles\' -DSERVER:BOOL=FALSE -DVIEWER:BOOL=TRUE
-DSTANDALONE:BOOL=FALSE -DUNATTENDED:BOOL=FALSE ""
\'/home/ricky/sl_development/linden/indra\'' in 'viewer-linux-i686'
-- 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
Traceback (most recent call last):
File "install.py", line 61, in ?
from indra.base import llsd
File
"/home/ricky/sl_development/linden/indra/lib/python/indra/base/llsd.py",
line 36, in ?
from indra.util.fastest_elementtree import fromstring
File
"/home/ricky/sl_development/linden/indra/lib/python/indra/util/fastest_elementtree.py",
line 51, in ?
from xml.etree.ElementTree import *
ImportError: No module named etree.ElementTree
CMake Error: Failed to download or unpack prebuilt 'ogg-vorbis'. Process
returned 1.
-- Configuring done
Cleaning 'viewer-linux-i686'
Error: the command 'cmake' exited with status 255
On a side note, the linux compile page seems wildly out of date, and I'm
fairly sure I'm not yet qualified to bring it up to date..
http://wiki.secondlife.com/wiki/Compiling_the_viewer_(Linux)
Like I said, it's been a while and I haven't kept caught up... :/
Ricky
On Tue, Jul 22, 2008 at 1:24 PM, Boroondas Gupte <sllists at boroon.dasgupta.ch>
wrote:
> Ricky schrieb:
>
>> It's been a little while, but if I remember aright... I think I was
>> executing the wrong command... Lemme check my build script...
>>
>> Ya.. here's how I fixed it:
>> $ cd ./linden/indra
>> $ ./develop.py build
>>
>> and it automatically makes the entire project...
>>
> Tried that and still get "undefined reference to
> `{FT_Realloc,FT_Alloc,FT_Free}'" errors.
> I made sure my tree was clean.
>
> Is there a way to output the actual compiler commands executed, so one
> could check the -l and -L parameters for saneness?
>
> Boroondas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20080722/e526b8c0/attachment.htm
More information about the SLDev
mailing list