GameGod
November 13th, 2005, 01:20 PM
Hi everyone,
I've been playing around with Mono for an hour or two, and I can't seem to get Mono.Cairo working...
If I compile my code by hand (or in Monodevelop), I get:
mcs -pkg:gtk-sharp -pkg:glade-sharp -r:Mono.Cairo Main.cs
Main.cs(6) error CS0234: The type or namespace name `Cairo' could not be found in namespace `Mono'
Main.cs(6) error CS0234: The type or namespace name `Cairo' could not be found in namespace `Mono'
Main.cs(6) error CS0246: The namespace `Mono.Cairo' can not be found (missing assembly reference?)
Compilation failed: 3 error(s), 0 warnings
I'm pretty sure I have all the right packages installed... anyone used Cairo before with Mono on Breezy?
I've been playing around with Mono for an hour or two, and I can't seem to get Mono.Cairo working...
If I compile my code by hand (or in Monodevelop), I get:
mcs -pkg:gtk-sharp -pkg:glade-sharp -r:Mono.Cairo Main.cs
Main.cs(6) error CS0234: The type or namespace name `Cairo' could not be found in namespace `Mono'
Main.cs(6) error CS0234: The type or namespace name `Cairo' could not be found in namespace `Mono'
Main.cs(6) error CS0246: The namespace `Mono.Cairo' can not be found (missing assembly reference?)
Compilation failed: 3 error(s), 0 warnings
I'm pretty sure I have all the right packages installed... anyone used Cairo before with Mono on Breezy?