RE: Problem configuring compilation on Debian(?)
- From: "Philippe Desaulniers" <philippe desaulniers averna com>
- To: <f-spot-list gnome org>
- Subject: RE: Problem configuring compilation on Debian(?)
- Date: Wed, 26 Jan 2005 14:21:54 -0500
Thanks for the hint, I was missing the libmono-dev package.
Now everything works with the original config...
phil
> -----Original Message-----
> From: f-spot-list-bounces gnome org
> [mailto:f-spot-list-bounces gnome org]On Behalf Of Laurence Hygate
> Sent: January 26, 2005 1:40 PM
> To: f-spot-list gnome org
> Subject: Re: Problem configuring compilation on Debian(?)
>
>
> `$PKG_CONFIG --variable=prefix mono` should return where mono is
> installed. I'd guess at /usr on your system. You can check
> this from the
> command line by entering
>
> pkg-config --variable=prefix mono
>
> If this returns a blank, it means there are probably separate
> development packages for mono that need to be installed. In
> particular /usr/lib/pkg-config/mono.pc should exist
>
> I guess it is also possible that pkg-config is not installed, but I
> don't think you'd get so far through configure without it.
>
> cheers
>
> Loz
>
> On Wed, 2005-01-26 at 10:10 -0500, Philippe Desaulniers wrote:
> > Hello,
> >
> > I've had problems configuring the compilation, and I was
> > wondering if someone had a clue as to what is wrong:
> >
> > I'm on Debian sarge, but use the mono packages from
> > Debian unstable.
> >
> > If I just run "configure", I get the following error:
> > checking for Mono.Data.SqliteClient.dll... configure:
> error: missing required mono DLL: Mono.Data.SqliteClient.dll
> >
> > But everything seems to be properly installed.
> >
> > I modified the configure script, line 19720, where the
> > test is done, as follows:
> >
> > original
> > if test ! -e `$PKG_CONFIG --variable=prefix
> mono`/lib/mono/1.0/$i.dll; then
> >
> > modified
> > if test ! -e `$PKG_CONFIG --variable=prefix
> mono`/usr/lib/mono/1.0/$i.dll; then
> >
> > (I basically added the '/usr' prefix to the path, so it points
> > where the libs actually are). It fixed the problem. Everything
> > configures and compiles fine now.
> >
> > I'm not familiar with the innards of the build system, but I'm
> > *sure* that what I did is not the right way to fix this.
> >
> > I can live with that hack, but if someone can enlighten me as to
> > what I *should* have done, I would be very grateful.
> >
> > Thanks a lot,
> >
> > phil
> > _______________________________________________
> > F-spot-list mailing list
> > F-spot-list gnome org
> > http://mail.gnome.org/mailman/listinfo/f-spot-list
> >
> --
> Laurence Hygate <loz flower powernet co uk>
>
> _______________________________________________
> F-spot-list mailing list
> F-spot-list gnome org
> http://mail.gnome.org/mailman/listinfo/f-spot-list
>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]