[sldev] Mac build, python error

Ryan Williams (Which) rdw at lindenlab.com
Mon Jan 21 14:26:13 PST 2008


Looks like something is up with llversionviewer.h.  It's searching 
through there to extract the channel name and it's not finding anything 
matching that particular regular expression.

Can you verify that llversionviewer.h does exist (in llcommon) and that 
it has a LL_CHANNEL line in it?  It should look something like:
const char * const LL_CHANNEL = "Second Life Release";

-RYaN

Anna Gulaev wrote:
> I successfully built both the debug and release versions of the PPC 
> Mac client, then changed some header and cpp files, and now I get this 
> error:
>
> Source tree:
> Destination tree: 
> /Users/Anna/sl/sl_1_18_4_3/linden/indra/newview/build/Deployment/Second 
> Life.app
> Traceback (most recent call last):
>   File "viewer_manifest.py", line 534, in ?
>     main(srctree=viewer_dir, dsttree=os.path.join(viewer_dir, "packaged"))
>   File "../lib/python/indra/util/llmanifest.py", line 194, in main
>     default = default(srctree)
>   File "../lib/python/indra/util/llmanifest.py", line 95, in get_channel
>     channel = re.search("LL_CHANNEL\s=\s\"([\w\s]+)\"", contents).group(1)
> AttributeError: 'NoneType' object has no attribute 'group'
> Build failed (1 error)
>
> Any clue what this is trying to tell me? The only thing I can think of 
> is that I created a new directory under indra with one header and one 
> cpp file and added it to the project. Is there something else I need 
> to do? FWIW, the python error happens before it tries to compile the 
> new files.
>
> Thanks.
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Click here to unsubscribe or manage your list subscription:
> /index.html
>   



More information about the SLDev mailing list