I'm trying to build AltOs on my pinebook pro (ARM laptop) and running
into some difficulties.  Seems like AltOs, despite being written in
java, has some compiled libraries so I can't use the prebuilt binary
release.
I keep getting hung up on a step that seems to be making icons:
nickle led.5c redoff.png
Cannot autoimport from file "cairo.5c", giving up.
Cannot autoimport from file "cairo.5c", giving up.
import Cairo;
import Cairo;
:1: non-existant namespace Cairo
led.5c:21: syntax error before "cr"
led.5c:38: syntax error before "led"
:1: non-existant namespace Cairo
led.5c:40: syntax error before "::"
led.5c:41: syntax error before "::"
led.5c:42: syntax error before "::"
->     set_source (cr, led);
led.5c:43: No visible symbol "set_source" in scope
->     set_source (cr, led);
led.5c:43: No visible symbol "cr" in scope
....
There are a bunch more similar errors but they seem to be similar.
My googling on these errors hasn't been super helpful. How can I fix
these errors?
Thanks,
Jesse
_______________________________________________
altusmetrum mailing list
altusmetrum@lists.gag.com
http://lists.gag.com/mailman/listinfo/altusmetrum

Reply via email to