| Summary: | gtk# fails to compile.... | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Andrei Ivanov <andrei.ivanov> |
| Component: | [OLD] Development | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
You can get a patch that will fix this from: http://cvs.hispalinux.es/cgi-bin/cvsweb/gtk-sharp/sample/rsvg/Makefile.in.diff?r1=1.3&r2=1.4&cvsroot=mono |
Btw... it seems this is fixed in gtk# cvs. make[1]: Entering directory `/root/gtk-sharp-0.9/rsvg' mcs \ --unsafe\ --target library \ -L ../glib \ -L ../pango \ -L ../atk \ -L ../gdk \ -L ../gtk \ -L ../art \ -r glib-sharp -r pango-sharp -r atk-sharp -r gdk-sharp -r gtk-sharp -r art- sharp \ -o rsvg-sharp.dll \ --recurse '*.cs' ./generated/RsvgSharp.SizeFuncNative.cs(25) error CS1501: Can not find a constructor for this argument list ./generated/RsvgSharp.SizeFuncNative.cs(15) error CS0103: The name `RemoveIfNotAlive' could not be found in `RsvgSharp.SizeFuncWrapper' Compilation failed: 2 error(s), 0 warnings make[1]: *** [rsvg-sharp.dll] Error 1 make[1]: Leaving directory `/root/gtk-sharp-0.9/rsvg'