Hi There I am trying to compile mapnik on a raspberry pi, but ran into an error compiling mapnik_geometry.os.
How did you install mapnik on the Pi? Once I have it up and running I can look into this question. Regards |
"internal compiler error: Killed" sounds like you are running out of memory, which is very likely on a Raspberry Pi. Try to stop other processes requiring much memory and maybe add a swap file, note that this might increase your compile time significantly. answered 04 Mar '15, 07:54 scai ♦ |