[Gtk-sharp-list] CVS Broken? - Another problem now
Charles Iliya Krempeaux
charles@reptile.ca
08 Apr 2003 11:06:46 -0700
--=-EGliM1aRqfvQi/iAx9m/
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hello,
That didn't work for me.
Looking (and trying to build) each directory, I get...
art - Compiles fine
atk - Compiles fine
gconf - Compiles fine
gdk - Compiles fine
glade - Compiles fine
glib - Compiles fine
gnome - ERRORS when compiling.
gtk - ERRORS when compiling
pango - Compiles fine
rsvg - ERROS when compiling
(So, Gnome#, Gtk#, and Rsvg# had errors when compiling.)
The errors for gnome are:
mcs --unsafe --target library -r System.Drawing -L ../glib -L ../pango
-L ../atk -L ../art -L ../gdk -L ../gtk -r glib-sharp.dll -r
pango-sharp.dll -r atk-sharp.dll -r art-sharp.dll -r gdk-sharp.dll -r
gtk-sharp.dll -o gnome-sharp.dll --recurse '*.cs'
./generated/App.cs(111) error CS1501: New invocation: Can not find a
constructor for this argument list
./generated/App.cs(113) error CS1501: New invocation: Can not find a
constructor for this argument list
./generated/App.cs(144) error CS1501: New invocation: Can not find a
constructor for this argument list
./generated/App.cs(146) error CS1501: New invocation: Can not find a
constructor for this argument list
./generated/App.cs(372) error CS1501: New invocation: Can not find a
constructor for this argument list
./generated/App.cs(374) error CS1501: New invocation: Can not find a
constructor for this argument list
./generated/Client.cs(382) error CS1501: New invocation: Can not find a
constructor for this argument list
./generated/Client.cs(384) error CS1501: New invocation: Can not find a
constructor for this argument list
Compilation failed: 8 error(s), 0 warnings
make: *** [gnome-sharp.dll] Error 1
The errors for gtk are:
mcs --unsafe --target library -r System.Drawing -L ../glib -L ../pango
-L ../atk -L ../gdk -r glib-sharp.dll -r pango-sharp.dll -r
atk-sharp.dll -r gdk-sharp.dll -o gtk-sharp.dll --recurse '*.cs'
./generated/Progress.cs(26) error CS-0025: : Parsing error=20
System.ArgumentException: Key duplication when adding:
Gtk.Progress.widget
in <0x0027b> 00 System.Collections.Hashtable:PutImpl
(object,object,bool)
in <0x0001c> 00 System.Collections.Hashtable:Add (object,object)
in <0x00116> 00 Mono.CSharp.TypeContainer:AddProperty
(Mono.CSharp.Property)
in <0x03a11> 00 Mono.CSharp.CSharpParser:yyparse
(Mono.CSharp.yyParser.yyInput)
in <0x00075> 00 Mono.CSharp.CSharpParser:parse ()
Compilation failed: 1 error(s), 0 warnings
make: *** [gtk-sharp.dll] Error 1
And the rsvg errors are:
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: *** [rsvg-sharp.dll] Error 1
I can only guess that something with gapi_codegen.exe or maybe gapi.pl
is doing this. =20
See ya
On Tue, 2003-04-08 at 10:37, Gonzalo Paniagua Javier wrote:
> El mar, 08 de 04 de 2003 a las 18:32, Charles Iliya Krempeaux escribi=F3:
> > Hello,
> >=20
> > OK, I did a...
> >=20
> > cd sources
> > make get-source-code
> > make
> >=20
>=20
> I did a
>=20
> touch generator/gapi_codegen.exe
> make install
>=20
> on my gtk-sharp directory and it worked fine.
>=20
> -Gonzalo
>=20
>=20
> _______________________________________________
> Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
--=20
Charles Iliya Krempeaux, BSc
charles@reptile.ca
________________________________________________________________________
Reptile Consulting & Services 604-REPTILE http://www.reptile.ca/
--=-EGliM1aRqfvQi/iAx9m/
Content-Type: text/html; charset=utf-8
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/1.1.8">
</HEAD>
<BODY>
Hello,<BR>
<BR>
That didn't work for me.<BR>
<BR>
Looking (and trying to build) each directory, I get...<BR>
<BR>
art - Compiles fine<BR>
<BR>
atk - Compiles fine<BR>
<BR>
gconf - Compiles fine<BR>
<BR>
gdk - Compiles fine<BR>
<BR>
glade - Compiles fine<BR>
<BR>
glib - Compiles fine<BR>
<BR>
gnome - ERRORS when compiling.<BR>
<BR>
gtk - ERRORS when compiling<BR>
<BR>
pango - Compiles fine<BR>
<BR>
rsvg - ERROS when compiling<BR>
<BR>
(So, Gnome#, Gtk#, and Rsvg# had errors when compiling.)<BR>
<BR>
<BR>
The errors for gnome are:<BR>
<BR>
<FONT SIZE="2"><TT>mcs --unsafe --target library -r System.Drawing -L ../glib -L ../pango -L ../atk -L ../art -L ../gdk -L ../gtk -r glib-sharp.dll -r pango-sharp.dll -r atk-sharp.dll -r art-sharp.dll -r gdk-sharp.dll -r gtk-sharp.dll -o gnome-sharp.dll --recurse '*.cs'<BR>
./generated/App.cs(111) error CS1501: New invocation: Can not find a constructor for this argument list<BR>
./generated/App.cs(113) error CS1501: New invocation: Can not find a constructor for this argument list<BR>
./generated/App.cs(144) error CS1501: New invocation: Can not find a constructor for this argument list<BR>
./generated/App.cs(146) error CS1501: New invocation: Can not find a constructor for this argument list<BR>
./generated/App.cs(372) error CS1501: New invocation: Can not find a constructor for this argument list<BR>
./generated/App.cs(374) error CS1501: New invocation: Can not find a constructor for this argument list<BR>
./generated/Client.cs(382) error CS1501: New invocation: Can not find a constructor for this argument list<BR>
./generated/Client.cs(384) error CS1501: New invocation: Can not find a constructor for this argument list<BR>
Compilation failed: 8 error(s), 0 warnings<BR>
make: *** [gnome-sharp.dll] Error 1<BR>
</TT></FONT><BR>
<BR>
The errors for gtk are:<BR>
<BR>
<FONT SIZE="2"><TT>mcs --unsafe --target library -r System.Drawing -L ../glib -L ../pango -L ../atk -L ../gdk -r glib-sharp.dll -r pango-sharp.dll -r atk-sharp.dll -r gdk-sharp.dll -o gtk-sharp.dll --recurse '*.cs'<BR>
./generated/Progress.cs(26) error CS-0025: : Parsing error <BR>
System.ArgumentException: Key duplication when adding: Gtk.Progress.widget<BR>
in <0x0027b> 00 System.Collections.Hashtable:PutImpl (object,object,bool)<BR>
in <0x0001c> 00 System.Collections.Hashtable:Add (object,object)<BR>
in <0x00116> 00 Mono.CSharp.TypeContainer:AddProperty (Mono.CSharp.Property)<BR>
in <0x03a11> 00 Mono.CSharp.CSharpParser:yyparse (Mono.CSharp.yyParser.yyInput)<BR>
in <0x00075> 00 Mono.CSharp.CSharpParser:parse ()<BR>
<BR>
Compilation failed: 1 error(s), 0 warnings<BR>
make: *** [gtk-sharp.dll] Error 1<BR>
</TT></FONT><BR>
<BR>
And the rsvg errors are:<BR>
<BR>
<FONT SIZE="2"><TT>mcs \<BR>
--unsafe\<BR>
--target library \<BR>
-L ../glib \<BR>
-L ../pango \<BR>
-L ../atk \<BR>
-L ../gdk \<BR>
-L ../gtk \<BR>
-L ../art \<BR>
-r glib-sharp -r pango-sharp -r atk-sharp -r gdk-sharp -r gtk-sharp -r art-sharp \<BR>
-o rsvg-sharp.dll \<BR>
--recurse '*.cs'<BR>
./generated/RsvgSharp.SizeFuncNative.cs(25) error CS1501: Can not find a constructor for this argument list<BR>
./generated/RsvgSharp.SizeFuncNative.cs(15) error CS0103: The name `RemoveIfNotAlive' could not be found in `RsvgSharp.SizeFuncWrapper'<BR>
Compilation failed: 2 error(s), 0 warnings<BR>
make: *** [rsvg-sharp.dll] Error 1<BR>
</TT></FONT><BR>
<BR>
I can only guess that something with <TT>gapi_codegen.exe</TT> or maybe <TT>gapi.pl</TT> is doing this. <BR>
<BR>
<BR>
See ya<BR>
<BR>
<BR>
On Tue, 2003-04-08 at 10:37, Gonzalo Paniagua Javier wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#737373" SIZE="3"><I>El mar, 08 de 04 de 2003 a las 18:32, Charles Iliya Krempeaux escribió:
> Hello,
>
> OK, I did a...
>
> cd sources
> make get-source-code
> make
>
I did a
touch generator/gapi_codegen.exe
make install
on my gtk-sharp directory and it worked fine.
-Gonzalo
_______________________________________________
Gtk-sharp-list maillist - Gtk-sharp-list@lists.ximian.com</FONT>
<A HREF="http://lists.ximian.com/mailman/listinfo/gtk-sharp-list"><FONT SIZE="3">http://lists.ximian.com/mailman/listinfo/gtk-sharp-list</I></FONT></A></PRE>
</BLOCKQUOTE>
<PRE><TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>--
Charles Iliya Krempeaux, BSc
charles@reptile.ca
________________________________________________________________________
Reptile Consulting & Services 604-REPTILE http://www.reptile.ca/</PRE>
</TD>
</TR>
</TABLE>
</PRE>
</BODY>
</HTML>
--=-EGliM1aRqfvQi/iAx9m/--