[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>
&nbsp;&nbsp;&nbsp; art - Compiles fine<BR>
<BR>
&nbsp;&nbsp;&nbsp; atk - Compiles fine<BR>
<BR>
&nbsp;&nbsp;&nbsp; gconf - Compiles fine<BR>
<BR>
&nbsp;&nbsp;&nbsp; gdk - Compiles fine<BR>
<BR>
&nbsp;&nbsp;&nbsp; glade - Compiles fine<BR>
<BR>
&nbsp;&nbsp;&nbsp; glib - Compiles fine<BR>
<BR>
&nbsp;&nbsp;&nbsp; gnome - ERRORS when compiling.<BR>
<BR>
&nbsp;&nbsp;&nbsp; gtk - ERRORS when compiling<BR>
<BR>
&nbsp;&nbsp;&nbsp; pango - Compiles fine<BR>
<BR>
&nbsp;&nbsp;&nbsp; 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 &lt;0x0027b&gt; 00 System.Collections.Hashtable:PutImpl (object,object,bool)<BR>
in &lt;0x0001c&gt; 00 System.Collections.Hashtable:Add (object,object)<BR>
in &lt;0x00116&gt; 00 Mono.CSharp.TypeContainer:AddProperty (Mono.CSharp.Property)<BR>
in &lt;0x03a11&gt; 00 Mono.CSharp.CSharpParser:yyparse (Mono.CSharp.yyParser.yyInput)<BR>
in &lt;0x00075&gt; 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>
&nbsp;&nbsp;&nbsp; --unsafe\<BR>
&nbsp;&nbsp;&nbsp; --target library \<BR>
&nbsp;&nbsp;&nbsp; -L ../glib \<BR>
&nbsp;&nbsp;&nbsp; -L ../pango \<BR>
&nbsp;&nbsp;&nbsp; -L ../atk \<BR>
&nbsp;&nbsp;&nbsp; -L ../gdk \<BR>
&nbsp;&nbsp;&nbsp; -L ../gtk \<BR>
&nbsp;&nbsp;&nbsp; -L ../art \<BR>
&nbsp;&nbsp;&nbsp; -r glib-sharp -r pango-sharp -r atk-sharp -r gdk-sharp -r gtk-sharp -r art-sharp \<BR>
&nbsp;&nbsp;&nbsp; -o rsvg-sharp.dll \<BR>
&nbsp;&nbsp;&nbsp; --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.&nbsp; <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&#243;:
&gt; Hello,
&gt; 
&gt; OK, I did a...
&gt; 
&gt;     cd sources
&gt;     make get-source-code
&gt;     make
&gt; 

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 &amp; Services    604-REPTILE    http://www.reptile.ca/</PRE>
</TD>
</TR>
</TABLE>
</PRE>
</BODY>
</HTML>

--=-EGliM1aRqfvQi/iAx9m/--