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 jann...@heerbeest:~/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 jann...@heerbeest:~/vc/gub


-- 
Jan Nieuwenhuizen <[email protected]> | GNU LilyPond - The music typesetter
AvatarĀ®: http://AvatarAcademy.nl    | http://lilypond.org



_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to