List Info

Thread: MD SVN 0.18 or 0.17 !!




MD SVN 0.18 or 0.17 !!
user name
2007-12-25 15:32:13
hello
i useually install MD by svn, since 2 or 3 day when i try to
compil
it, i have a strange eror about boo, i use profile al and
error is :
re-addins    -r:System.Drawing   
-r:System.Runtime.Remoting
-r:System.Xml
                     -r:build/BooShell.dll
Boo Compiler version 0.8.0.2730 (CLR v2.0.50727.42)

** (/usr/lib/boo/booc.exe:26144): WARNING **: The following
assembly
referenced from
/root/mono/monodevelop/extras/BooBinding/build/BooShell.dll
could not
be loaded:
     Assembly:   MonoDevelop.Core    (assemblyref_index=7)
     Version:    0.17.0.0
     Public Key: (none)
The assembly was not found in the Global Assembly Cache, a
path listed
in the MONO_PATH environment variable, or in the location of
the
executing assembly
(/root/mono/monodevelop/extras/BooBinding/build/).


** (/usr/lib/boo/booc.exe:26144): WARNING **: Could not load
file or
assembly 'MonoDevelop.Core, Version=0.17.0.0,
Culture=neutral' or one
of its dependencies.
BCE0106: Failed to access the types defined in assembly
'BooShell,
Version=0.0.0.0, Culture=neutral' -
(/root/mono/monodevelop/extras/BooBinding/build/BooShell.dll
): Could
not load file or assembly 'MonoDevelop.Core,
Version=0.17.0.0,
Culture=neutral' or one of its dependencies..
1 error(s).
make[1]: *** [build/BooBinding.dll] Erreur 255
make[1]: quittant le répertoire «
/root/mono/monodevelop/extras/BooBinding »
make: *** [all-recursive] Erreur 1
_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

Re: MD SVN 0.18 or 0.17 !!
user name
2007-12-25 15:58:16
2007/12/25, Petit Eric <surfzoidgmail.com>:
> hello
> i useually install MD by svn, since 2 or 3 day when i
try to compil
> it, i have a strange eror about boo, i use profile al
and error is :
> re-addins    -r:System.Drawing   
-r:System.Runtime.Remoting
> -r:System.Xml
>                      -r:build/BooShell.dll
> Boo Compiler version 0.8.0.2730 (CLR v2.0.50727.42)
>
> ** (/usr/lib/boo/booc.exe:26144): WARNING **: The
following assembly
> referenced from
>
/root/mono/monodevelop/extras/BooBinding/build/BooShell.dll
could not
> be loaded:
>      Assembly:   MonoDevelop.Core   
(assemblyref_index=7)
>      Version:    0.17.0.0
>      Public Key: (none)
> The assembly was not found in the Global Assembly
Cache, a path listed
> in the MONO_PATH environment variable, or in the
location of the
> executing assembly
(/root/mono/monodevelop/extras/BooBinding/build/).
>
>
> ** (/usr/lib/boo/booc.exe:26144): WARNING **: Could not
load file or
> assembly 'MonoDevelop.Core, Version=0.17.0.0,
Culture=neutral' or one
> of its dependencies.
> BCE0106: Failed to access the types defined in assembly
'BooShell,
> Version=0.0.0.0, Culture=neutral' -
>
(/root/mono/monodevelop/extras/BooBinding/build/BooShell.dll
): Could
> not load file or assembly 'MonoDevelop.Core,
Version=0.17.0.0,
> Culture=neutral' or one of its dependencies..
> 1 error(s).
> make[1]: *** [build/BooBinding.dll] Erreur 255
> make[1]: quittant le répertoire «
/root/mono/monodevelop/extras/BooBinding »
> make: *** [all-recursive] Erreur 1
>

after delete my SVN up dir and do a complet comit, i have
this eror :
./AspNetEdit.Editor.ComponentModel/WebFormReferenceManager.c
s(41,22):
warning CS0618:
`System.Web.UI.Design.IWebFormReferenceManager' is
obsolete: `Use new WebFormsReferenceManager feature'
./AspNetEdit.Editor.UI/RootDesignerView.cs(43,53): error
CS0234: The
type or namespace name `WebBrowsers' does not exist in the
namespace
`MonoDevelop'. Are you missing an assembly reference?
Compilation failed: 1 error(s), 1 warnings
make[2]: *** [build/AspNetEdit.dll] Erreur 1
make[2]: quittant le répertoire «
/root/mono/monodevelop/extras/AspNetEdit »
make[1]: *** [install-recursive] Erreur 1
make[1]: quittant le répertoire «
/root/mono/monodevelop/extras/AspNetEdit »
make: *** [install-recursive] Erreur 1
_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

Re: MD SVN 0.18 or 0.17 !!
user name
2007-12-27 11:29:47
On Dec 25, 2007 4:58 PM, Petit Eric <surfzoidgmail.com> wrote:
> 2007/12/25, Petit Eric <surfzoidgmail.com>:
...
> > ** (/usr/lib/boo/booc.exe:26144): WARNING **:
Could not load file or
> > assembly 'MonoDevelop.Core, Version=0.17.0.0,
Culture=neutral' or one
> > of its dependencies.
> > BCE0106: Failed to access the types defined in
assembly 'BooShell,
> > Version=0.0.0.0, Culture=neutral' -
> >
(/root/mono/monodevelop/extras/BooBinding/build/BooShell.dll
): Could
> > not load file or assembly 'MonoDevelop.Core,
Version=0.17.0.0,
> > Culture=neutral' or one of its dependencies..
...

You have old addins in your MD install directory, which are
trying to
load old versions of the core MD assemblies. It's likely
that the new
build system changed the locations to which the addins are
installed,
so that instead of the newer addin overwriting the old one,
you end up
with both. Please remove $prefix/lib/monodevelop and try
installing it
again.

...
> make[2]: *** [build/AspNetEdit.dll] Erreur 1
> make[2]: quittant le répertoire «
/root/mono/monodevelop/extras/AspNetEdit »
> make[1]: *** [install-recursive] Erreur 1
> make[1]: quittant le répertoire «
/root/mono/monodevelop/extras/AspNetEdit »
> make: *** [install-recursive] Erreur 1

AspNetEdit doesn't build right now, sorry. The code's not
broken, but
I've had difficulties fitting it into the new build system.
I'll blog
when it's fixed.

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

Re: MD SVN 0.18 or 0.17 !!
user name
2007-12-27 12:52:09
2007/12/27, Michael Hutchinson <m.j.hutchinsongmail.com>:
> On Dec 25, 2007 4:58 PM, Petit Eric <surfzoidgmail.com> wrote:
> > 2007/12/25, Petit Eric <surfzoidgmail.com>:
> ...
> > > ** (/usr/lib/boo/booc.exe:26144): WARNING **:
Could not load file or
> > > assembly 'MonoDevelop.Core, Version=0.17.0.0,
Culture=neutral' or one
> > > of its dependencies.
> > > BCE0106: Failed to access the types defined
in assembly 'BooShell,
> > > Version=0.0.0.0, Culture=neutral' -
> > >
(/root/mono/monodevelop/extras/BooBinding/build/BooShell.dll
): Could
> > > not load file or assembly 'MonoDevelop.Core,
Version=0.17.0.0,
> > > Culture=neutral' or one of its
dependencies..
> ...
>
> You have old addins in your MD install directory, which
are trying to
> load old versions of the core MD assemblies. It's
likely that the new
> build system changed the locations to which the addins
are installed,
> so that instead of the newer addin overwriting the old
one, you end up
> with both. Please remove $prefix/lib/monodevelop and
try installing it
> again.
Thank's
I will try it as soon as possible and give you feedback, but
to
upgrade my MD SVN version i use a script where i do a make
uninstall
and distclean, so uninstall keep some incorect files?
>
> ...
> > make[2]: *** [build/AspNetEdit.dll] Erreur 1
> > make[2]: quittant le répertoire «
/root/mono/monodevelop/extras/AspNetEdit »
> > make[1]: *** [install-recursive] Erreur 1
> > make[1]: quittant le répertoire «
/root/mono/monodevelop/extras/AspNetEdit »
> > make: *** [install-recursive] Erreur 1
>
> AspNetEdit doesn't build right now, sorry. The code's
not broken, but
> I've had difficulties fitting it into the new build
system. I'll blog
> when it's fixed.
>
> --
> Michael Hutchinson
> http://mjhutchinson.com
>
_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

Re: MD SVN 0.18 or 0.17 !!
user name
2007-12-27 14:00:24
2007/12/27, Petit Eric <surfzoidgmail.com>:
> 2007/12/27, Michael Hutchinson <m.j.hutchinsongmail.com>:
> > On Dec 25, 2007 4:58 PM, Petit Eric
<surfzoidgmail.com> wrote:
> > > 2007/12/25, Petit Eric <surfzoidgmail.com>:
> > ...
> > > > ** (/usr/lib/boo/booc.exe:26144):
WARNING **: Could not load file or
> > > > assembly 'MonoDevelop.Core,
Version=0.17.0.0, Culture=neutral' or one
> > > > of its dependencies.
> > > > BCE0106: Failed to access the types
defined in assembly 'BooShell,
> > > > Version=0.0.0.0, Culture=neutral' -
> > > >
(/root/mono/monodevelop/extras/BooBinding/build/BooShell.dll
): Could
> > > > not load file or assembly
'MonoDevelop.Core, Version=0.17.0.0,
> > > > Culture=neutral' or one of its
dependencies..
> > ...
> >
> > You have old addins in your MD install directory,
which are trying to
> > load old versions of the core MD assemblies. It's
likely that the new
> > build system changed the locations to which the
addins are installed,
> > so that instead of the newer addin overwriting the
old one, you end up
> > with both. Please remove $prefix/lib/monodevelop
and try installing it
> > again.
> Thank's
> I will try it as soon as possible and give you
feedback, but to
> upgrade my MD SVN version i use a script where i do a
make uninstall
> and distclean, so uninstall keep some incorect files?
> >
> > ...
> > > make[2]: *** [build/AspNetEdit.dll] Erreur 1
> > > make[2]: quittant le répertoire «
/root/mono/monodevelop/extras/AspNetEdit »
> > > make[1]: *** [install-recursive] Erreur 1
> > > make[1]: quittant le répertoire «
/root/mono/monodevelop/extras/AspNetEdit »
> > > make: *** [install-recursive] Erreur 1
> >
> > AspNetEdit doesn't build right now, sorry. The
code's not broken, but
> > I've had difficulties fitting it into the new
build system. I'll blog
> > when it's fixed.
> >
> > --
> > Michael Hutchinson
> > http://mjhutchinson.com
> >
>
I delete the asp line in the profile file all and it's ok,
before i
had this error message, perhap's it can help you :

./AspNetEdit.Editor.ComponentModel/WebFormReferenceManager.c
s(41,22):
warning CS0618:
`System.Web.UI.Design.IWebFormReferenceManager' is
obsolete: `Use new WebFormsReferenceManager feature'
./AspNetEdit.Editor.UI/RootDesignerView.cs(43,53): error
CS0234: The
type or namespace name `WebBrowsers' does not exist in the
namespace
`MonoDevelop'. Are you missing an assembly reference?
Compilation failed: 1 error(s), 1 warnings
make[2]: *** [build/AspNetEdit.dll] Erreur 1
_______________________________________________
Monodevelop-list mailing list
Monodevelop-listlists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st

[1-5]

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