[Gambas-user] MDK RPM .net component problem
reseaux
reseauxit at ...325...
Wed Jan 28 20:19:37 CET 2004
Hi Benoit,Rob
I have installed the "libcurl2-devel" pack and recompile your source and as
you say now .net component works...
Thanks in advance
Dimitri
On Wednesday 28 January 2004 18:52, Benoit Minisini wrote:
> On Wednesday 28 January 2004 19:31, Rob wrote:
> > On Wednesday 28 January 2004 12:54, reseaux wrote:
> > > Dear Rob
> > > i have installed every pack of gambas-0.82-mdk but when i try
> > > to load the example ClientSock i have this type of error, i
> > > think is not problem of packing because i have try to install
> > > from Benoit source and is the same result, some idea?
> >
> > Yeah, the gb.net component isn't getting built. It looks like a
> > problem in src/net/Makefile (it doesn't include net in the
> > SUBDIRS variable.) Looking at the configure script, I assume it
> > thinks we don't have the right include files available to build
> > the net component, or maybe we're supposed to include something
> > like --with-net-includes on the config line as we used to have
> > to do with postgres and mysql. Thing is, all the includes in
> > the net conponent are right in my /usr/include directory (e.g.
> > /usr/include/arpa/inet.h for #include <arpa/inet.h>) so I don't
> > know what we're missing. Benoit? Daniel?
> >
> > Rob
>
> If the configure script detects needed library, the net component is
> compiled.
>
> But I think I found the problem:
>
> In gambas 0.82, I added a dependency on libcurl, thinking I had a working
> version of the advanced component at time. I didn't, and I forgot to remove
> this dependency!
>
> So install libcurl.
>
> And never look in configure, Makefile, or Makefile.in , but always in
> configure.in and Makefile.am, because the first are generated from the
> second.
>
> Regards,
More information about the User
mailing list