List Info

Thread: Problem building current SVN




Problem building current SVN
country flaguser name
Spain
2007-05-06 18:00:41
It seems that the last changes to get rid of a
Gnome.IconList have
broken the build:

./MonoDevelop.Components/IconView.cs(21,7): error CS0117:
`Gtk.CellRendererText' does not contain a definition for
`Alignment'
Compilation failed: 1 error(s), 0 warnings
make[3]: ***
[../../../build/AddIns/MonoDevelop.Components.dll] Error 1


Am I right?

Regards,

	Andrés	[ knocte ]

-- 

_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

Re: Problem building current SVN
country flaguser name
Germany
2007-05-07 10:17:37
Hello,

On Monday 07 May 2007 01:00, Andrés G. Aragoneses [ knocte ]
wrote:
> It seems that the last changes to get rid of a
Gnome.IconList have
> broken the build:
>
> ./MonoDevelop.Components/IconView.cs(21,7): error
CS0117:
> `Gtk.CellRendererText' does not contain a definition
for `Alignment'
> Compilation failed: 1 error(s), 0 warnings
> make[3]: ***
[../../../build/AddIns/MonoDevelop.Components.dll] Error 1
>
>
> Am I right?

Yes, I can confirm that the build (rev #76800) is broken,
however I'm having a 
slightly different error message:

./MonoDevelop.Components/IconView.cs(7,21): error CS0234:
The type or 
namespace name `IconView' does not exist in the namespace
`Gtk'. Are you 
missing an assembly reference?
./MonoDevelop.Components/IconView.cs(77,51): error CS0246:
The type or 
namespace name `ActivateCursorItemArgs' could not be found.
Are you missing a 
using directive or an assembly reference?


>
> Regards,
>
> 	Andrés	[ knocte ]

Kind Regards,
Valentin Sawadski
_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

Re: Problem building current SVN
user name
2007-05-07 11:14:41
El dl 07 de 05 del 2007 a les 17:17 +0200, en/na Valentin
Sawadski va
escriure:
> Hello,
> 
> On Monday 07 May 2007 01:00, Andrés G. Aragoneses [
knocte ] wrote:
> > It seems that the last changes to get rid of a
Gnome.IconList have
> > broken the build:
> >
> > ./MonoDevelop.Components/IconView.cs(21,7): error
CS0117:
> > `Gtk.CellRendererText' does not contain a
definition for `Alignment'
> > Compilation failed: 1 error(s), 0 warnings
> > make[3]: ***
[../../../build/AddIns/MonoDevelop.Components.dll] Error 1
> >
> >
> > Am I right?

This has been fixed.

> 
> Yes, I can confirm that the build (rev #76800) is
broken, however I'm having a 
> slightly different error message:
> 
> ./MonoDevelop.Components/IconView.cs(7,21): error
CS0234: The type or 
> namespace name `IconView' does not exist in the
namespace `Gtk'. Are you 
> missing an assembly reference?
> ./MonoDevelop.Components/IconView.cs(77,51): error
CS0246: The type or 
> namespace name `ActivateCursorItemArgs' could not be
found. Are you missing a 
> using directive or an assembly reference?

You now need gtk# 2.8 to build MD.

Lluis.


_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

Re: Problem building current SVN
country flaguser name
Spain
2007-05-07 11:13:54
Valentin Sawadski escribió:
>>
>> Am I right?
> 
> Yes, I can confirm that the build (rev #76800) is
broken, however I'm having a 
> slightly different error message:
> 
> [...]
> 

Hello Valentin. Your problem looks quite different than
mine: it seems
you are using Gtk# < 2.8, and MonoDevelop recently
switched to this
version AFAIK.

BTW, it seems that Lluis recently fixed the build (the
problem I was
having) by dropping the use of a Gtk#2.10 property that was
not present
in 2.8. Thanks Lluis.

Regards,

	Andrés	[ knocte ]

-- 

_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

Re: Problem building current SVN
country flaguser name
Czech Republic
2007-05-07 13:04:28
Hi,

sorry for problems, this was caused me.
I was wrongly reading documentation :(

Thanks Lluis for fix.

Regards,
--
David Makovský (Yakeen) <yakeensannyas-on.net>

On Po, 2007-05-07 at 18:14 +0200, Lluis Sanchez wrote:
> El dl 07 de 05 del 2007 a les 17:17 +0200, en/na
Valentin Sawadski va
> escriure:
> > Hello,
> > 
> > On Monday 07 May 2007 01:00, Andrés G. Aragoneses
[ knocte ] wrote:
> > > It seems that the last changes to get rid of
a Gnome.IconList have
> > > broken the build:
> > >
> > > ./MonoDevelop.Components/IconView.cs(21,7):
error CS0117:
> > > `Gtk.CellRendererText' does not contain a
definition for `Alignment'
> > > Compilation failed: 1 error(s), 0 warnings
> > > make[3]: ***
[../../../build/AddIns/MonoDevelop.Components.dll] Error 1
> > >
> > >
> > > Am I right?
> 
> This has been fixed.
> 
> > 
> > Yes, I can confirm that the build (rev #76800) is
broken, however I'm having a 
> > slightly different error message:
> > 
> > ./MonoDevelop.Components/IconView.cs(7,21): error
CS0234: The type or 
> > namespace name `IconView' does not exist in the
namespace `Gtk'. Are you 
> > missing an assembly reference?
> > ./MonoDevelop.Components/IconView.cs(77,51): error
CS0246: The type or 
> > namespace name `ActivateCursorItemArgs' could not
be found. Are you missing a 
> > using directive or an assembly reference?
> 
> You now need gtk# 2.8 to build MD.
> 
> Lluis.
> 
> 
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-listlists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-li
st


_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
Re: Problem building current SVN
country flaguser name
Germany
2007-05-08 10:53:30
Hello all,

On Monday 07 May 2007 18:13, Andrés G. Aragoneses [ knocte ]
wrote:
> Valentin Sawadski escribió:
> >> Am I right?
> >
> > Yes, I can confirm that the build (rev #76800) is
broken, however I'm
> > having a slightly different error message:
> >
> > [...]
>
> Hello Valentin. Your problem looks quite different than
mine: it seems
> you are using Gtk# < 2.8, and MonoDevelop recently
switched to this
> version AFAIK.

Okay, I've found my problem. I installed Gtk# 2.8 in
/usr/lib and md was 
looking in /usr/local/lib for it and /usr/local/lib
contained Gtk# 2.4 (which 
I was not aware of).

However I'm still not able to compile md (rev #76942). It
still prints the 
following error message:

./MonoDevelop.Components.DockToolbars/ArrowWindow.cs(49,29):
warning CS0108: 
`MonoDevelop.Components.DockToolbars.ArrowWindow.Direction'
hides inherited 
member `Gtk.Widget.Direction'. Use the new keyword if hiding
was intended
/usr/lib/mono/gac/gtk-sharp/2.8.0.0__35e10195dab3c99f/gtk-sh
arp.dll (Location 
of the symbol related to previous warning)
./MonoDevelop.Components.HtmlControl/MozillaControl.cs(86,35
): error CS0019: 
Operator `&' cannot be applied to operands of type
`Gtk.WidgetFlags' and 
`Gtk.WidgetFlags'


>
> BTW, it seems that Lluis recently fixed the build (the
problem I was
> having) by dropping the use of a Gtk#2.10 property that
was not present
> in 2.8. Thanks Lluis.
>
> Regards,
>
> 	Andrés	[ knocte ]

Kind Regards,
Valentin Sawadski
_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )