lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GUB do_not_look_in_slash_usr


From: Jan Nieuwenhuizen
Subject: Re: GUB do_not_look_in_slash_usr
Date: Mon, 07 Sep 2009 10:00:23 +0200

Op maandag 24-08-2009 om 23:33 uur [tijdzone +0100], schreef Graham
Percival:

> I'm getting build errors in freetype.

Are you sure this is freetype and not cross/gcc? ;-)

>   File "bin/../gub/specs/cross/gcc.py", line 105, in patch
>     Gcc.patch (self)
>   File "bin/../gub/specs/cross/gcc.py", line 17, in patch
>     gcc.do_not_look_in_slash_usr (self)
> AttributeError: 'module' object has no attribute
> 'do_not_look_in_slash_usr'

Are you up to date and have you looked if this makes any sense?

Greetings,
Jan.


Hints:

$ grep 'def do_not_look_in_slash_usr' gub/specs/gcc.py
def do_not_look_in_slash_usr (self):
09:58:31 address@hidden:~/vc/gub
$ python -c 'from gub.specs import gcc; gcc.do_not_look_in_slash_usr (0)'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "gub/specs/gcc.py", line 60, in do_not_look_in_slash_usr
    self.file_sub ([
AttributeError: 'int' object has no attribute 'file_sub'
[1]09:58:48 address@hidden:~/vc/gub


-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
AvatarĀ®: http://AvatarAcademy.nl    | http://lilypond.org





reply via email to

[Prev in Thread] Current Thread [Next in Thread]