Bug 20649 - gtk# fails to compile....
Bug#: 20649 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: DUPLICATE Assigned To: gnome@gentoo.org Reported By: andrei.ivanov@gmail.com
Component: Development
URL: 
Summary: gtk# fails to compile....
Keywords:  
Status Whiteboard: 
Opened: 2003-05-08 15:32 0000
Description:   Opened: 2003-05-08 15:32 0000
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'

------- Comment #1 From Andrei Ivanov 2003-05-09 11:17:59 0000 -------
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

------- Comment #2 From foser (RETIRED) 2003-05-09 13:44:46 0000 -------
i already had this figured out myself, but thanks for the notification. This is
the way i like my bugs ;)

*** This bug has been marked as a duplicate of 20612 ***