[sldev] Re: Mac build, python error
Anna Gulaev
annagulaev at gmail.com
Mon Jan 21 14:59:20 PST 2008
This is the pattern matching in the python script failing to find my
LL_CHANNEL, which I thought I customized according to the guidelines. It
does not like the string
Second Life Open Source [Vengeance Studio]
Removing the square brackets gets me by this. Perhaps the guidelines meant
that including a "brand" was optional, and not that it could be included in
squeare brackets?
Will be re-reading the guidelines, and learning python pattern matching.
On 1/21/08, Anna Gulaev <annagulaev at gmail.com> 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.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.secondlife.com/pipermail/sldev/attachments/20080121/323afb88/attachment.htm
More information about the SLDev
mailing list