|
List Info
Thread: SIGSERV on make in monodevelop 0.14
|
|
| SIGSERV on make in monodevelop 0.14 |

|
2007-06-13 12:24:58 |
Hello all!
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/5KF
8N483.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...
Thank you all!
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: SIGSERV on make in monodevelop 0.14 |
  Spain |
2007-06-13 12:35:07 |
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/5KF
8N483.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 lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: SIGSERV on make in monodevelop 0.14 |

|
2007-06-13 13:01:32 |
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 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/5KF
8N483.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 lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
>
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: SIGSERV on make in monodevelop 0.14 |

|
2007-06-13 13:20:35 |
You might need these packages from apt:
libmono-system-runtime2.0-cil (contains
System.Runtime.Remoting)
liblog4net1.2-cil
libmono-cecil0.4-cil
libmono-npgsql2.0-cil
libmono-bytefx0.7.6.2-cil
libmono-oracle2.0-cil
Not sure why configure doesn't pick these up. You can
always go all
out and run `sudo apt-get build-dep monodevelop` to get all
the
dependencies required to build a .deb package for MD.
You'll probably
get some stuff you don't need, but it usually takes care of
things
that configure doesn't check.
Sandy
On 6/13/07, Vitor Hugo Barros <vitor.h.barros gmail.com> wrote:
> 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 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/5KF
8N483.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 lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
> >
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
>
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: SIGSERV on make in monodevelop 0.14 |

|
2007-06-13 13:36:14 |
Thanks for your answer
In fact I had all of those packages already installed...
I reinstalled them all and tried to compile MonoDevelop
again. The
same error happened:
-----
./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?
Compilation failed: 3 error(s), 0 warnings
-----
Could this be some new 0.14 dependency? (The packages on apt
are
related to monodevelop 0.12)
Thanks!
On 6/13/07, Sanford Armstrong <sanfordarmstrong gmail.com> wrote:
> You might need these packages from apt:
>
> libmono-system-runtime2.0-cil (contains
System.Runtime.Remoting)
> liblog4net1.2-cil
> libmono-cecil0.4-cil
> libmono-npgsql2.0-cil
> libmono-bytefx0.7.6.2-cil
> libmono-oracle2.0-cil
>
> Not sure why configure doesn't pick these up. You can
always go all
> out and run `sudo apt-get build-dep monodevelop` to get
all the
> dependencies required to build a .deb package for MD.
You'll probably
> get some stuff you don't need, but it usually takes
care of things
> that configure doesn't check.
>
> Sandy
>
> On 6/13/07, Vitor Hugo Barros <vitor.h.barros gmail.com> wrote:
> > 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 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/5KF
8N483.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 lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
> > >
> > _______________________________________________
> > Monodevelop-list mailing list
> > Monodevelop-list lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
> >
>
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: SIGSERV on make in monodevelop 0.14 |

|
2007-06-13 13:42:30 |
Those all work for me on Ubuntu 7.04...I haven't had to
upgrade any
packages that I can think of while moving between 0.12,
0.13, and
0.14. I don't think MD's dependencies have changed much.
Can't think
of what else your problem might be. :-(
On 6/13/07, Vitor Hugo Barros <vitor.h.barros gmail.com> wrote:
> Thanks for your answer
>
> In fact I had all of those packages already
installed...
>
> I reinstalled them all and tried to compile MonoDevelop
again. The
> same error happened:
>
> -----
> ./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?
> Compilation failed: 3 error(s), 0 warnings
> -----
>
> Could this be some new 0.14 dependency? (The packages
on apt are
> related to monodevelop 0.12)
>
>
> Thanks!
>
> On 6/13/07, Sanford Armstrong <sanfordarmstrong gmail.com> wrote:
> > You might need these packages from apt:
> >
> > libmono-system-runtime2.0-cil (contains
System.Runtime.Remoting)
> > liblog4net1.2-cil
> > libmono-cecil0.4-cil
> > libmono-npgsql2.0-cil
> > libmono-bytefx0.7.6.2-cil
> > libmono-oracle2.0-cil
> >
> > Not sure why configure doesn't pick these up. You
can always go all
> > out and run `sudo apt-get build-dep monodevelop`
to get all the
> > dependencies required to build a .deb package for
MD. You'll probably
> > get some stuff you don't need, but it usually
takes care of things
> > that configure doesn't check.
> >
> > Sandy
> >
> > On 6/13/07, Vitor Hugo Barros
<vitor.h.barros gmail.com> wrote:
> > > 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 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/5KF
8N483.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 lists.ximian.com
> > > > http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
> > > >
> > >
_______________________________________________
> > > Monodevelop-list mailing list
> > > Monodevelop-list lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
> > >
> >
>
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: SIGSERV on make in monodevelop 0.14 |

|
2007-06-13 15:36:53 |
Thanks for your answers!
I made it in another computer with a similar configuration
so it is
certainly a package incompatibility...
On 6/13/07, Sanford Armstrong <sanfordarmstrong gmail.com> wrote:
> Those all work for me on Ubuntu 7.04...I haven't had to
upgrade any
> packages that I can think of while moving between 0.12,
0.13, and
> 0.14. I don't think MD's dependencies have changed
much. Can't think
> of what else your problem might be. :-(
>
> On 6/13/07, Vitor Hugo Barros <vitor.h.barros gmail.com> wrote:
> > Thanks for your answer
> >
> > In fact I had all of those packages already
installed...
> >
> > I reinstalled them all and tried to compile
MonoDevelop again. The
> > same error happened:
> >
> > -----
> > ./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?
> > Compilation failed: 3 error(s), 0 warnings
> > -----
> >
> > Could this be some new 0.14 dependency? (The
packages on apt are
> > related to monodevelop 0.12)
> >
> >
> > Thanks!
> >
> > On 6/13/07, Sanford Armstrong
<sanfordarmstrong gmail.com> wrote:
> > > You might need these packages from apt:
> > >
> > > libmono-system-runtime2.0-cil (contains
System.Runtime.Remoting)
> > > liblog4net1.2-cil
> > > libmono-cecil0.4-cil
> > > libmono-npgsql2.0-cil
> > > libmono-bytefx0.7.6.2-cil
> > > libmono-oracle2.0-cil
> > >
> > > Not sure why configure doesn't pick these up.
You can always go all
> > > out and run `sudo apt-get build-dep
monodevelop` to get all the
> > > dependencies required to build a .deb package
for MD. You'll probably
> > > get some stuff you don't need, but it usually
takes care of things
> > > that configure doesn't check.
> > >
> > > Sandy
> > >
> > > On 6/13/07, Vitor Hugo Barros
<vitor.h.barros gmail.com> wrote:
> > > > 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 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/5KF
8N483.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 lists.ximian.com
> > > > > http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
> > > > >
> > > >
_______________________________________________
> > > > Monodevelop-list mailing list
> > > > Monodevelop-list lists.ximian.com
> > > > http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
> > > >
> > >
> >
>
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: SIGSERV on make in monodevelop 0.14 |
  United States |
2007-06-13 15:49:20 |
Oops, this looks like a bug I introduced into the build when
I tried to
make each provider configure-time detected.
could you submit this to bugzilla.ximian.com under
MonoDevelop and
assign it to me? thanks.
Jeff
On Wed, 2007-06-13 at 19:01 +0100, Vitor Hugo Barros wrote:
> 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 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/5KF
8N483.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 lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
> >
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
| Re: SIGSERV on make in monodevelop 0.14 |

|
2007-06-13 16:09:57 |
Bug 81875 posted to fejj novell.com
Thanks
On 6/13/07, Jeffrey Stedfast <fejj novell.com> wrote:
> Oops, this looks like a bug I introduced into the build
when I tried to
> make each provider configure-time detected.
>
> could you submit this to bugzilla.ximian.com under
MonoDevelop and
> assign it to me? thanks.
>
> Jeff
>
> On Wed, 2007-06-13 at 19:01 +0100, Vitor Hugo Barros
wrote:
> > 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 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/5KF
8N483.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 lists.ximian.com
> > > http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
> > >
> > _______________________________________________
> > Monodevelop-list mailing list
> > Monodevelop-list lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
>
>
_______________________________________________
Monodevelop-list mailing list
Monodevelop-list lists.ximian.com
http://lists.ximian.com/mailman/listinfo/monodevelop-li
st
|
|
[1-9]
|
|