[MonoDevelop] SIGSERV on make in monodevelop 0.14

Vitor Hugo Barros vitor.h.barros at gmail.com
Wed Jun 13 14:01:32 EDT 2007


Thanks, it solved the problem!

But I still getting problem on compiling...

--------
./Gui/DbProviderCollection.cs(38,23): error CS0246: The type or
namespace name `MySqlDbProvider' could not be found. Are you missing a
using directive or an assembly reference?
./Gui/DbProviderCollection.cs(39,23): error CS0246: The type or
namespace name `NpgsqlDbProvider' could not be found. Are you missing
a using directive or an assembly reference?
./Gui/DbProviderCollection.cs(41,23): error CS0246: The type or
namespace name `OracleDbProvider' could not be found. Are you missing
a using directive or an assembly reference?
--------

(I think this could to be checked on configure phase too)

What is missing this time?


Thanks!


On 6/13/07, "Andrés G. Aragoneses [ knocte ]" <knocte at gmail.com> wrote:
> Vitor Hugo Barros escribió:
> > I'm getting a SIGSERV error when I compile monodevelop 0.14.
> >
> > I googled it but all didn't got anything...
> >
> > Here is the make output:
> >
> > http://rafb.net/p/5KF8N483.html
> >
> > Anyone is having this problem? Any ideas on this?
> >
> > I'm using Ubuntu 7.04 (32-bit edition in a Turion64 2000MHz) with mono
> > 1.2.3.1. I was using monodevelop 0.12 before without any problems...
> >
>
> Well, the SIGSERV appears to be a mono bug itself (perhaps a gmcs bug),
> but I guess you can fix this problem getting the Mono.Cairo assembly
> (BTW, perhaps this is also a bug in MD: we should check this in
> configure phase, don't you think?).
>
> Regards,
>
>         Andrés  [ knocte ]
>
> --
>
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>


More information about the Monodevelop-list mailing list