[Gambas-user] make install 0.83

Rizky Tahara Shita rizky at ...225...
Mon Feb 9 06:51:11 CET 2004


On Monday 09 February 2004 12:29, ron wrote:
> On Monday 09 February 2004 05:40, Rob wrote:
> > On Sunday 08 February 2004 21:46, Rizky Tahara Shita wrote:
> > > hummm.... is gambas not working on mandrake 9.1 ????
> >
> > The RPMs built fine, screenshot attached.... I did have to add
> > libcurl2-devel as a buildrequires though.
> >
> > I haven't built 9.2 packages yet but the 9.1 ones are out there
> > in the usual place under http://www.kudla.org/rpm/9.1/ .
> >
> > Rob
>
> I am lost in linux
>
> In the curl doc stays I can get it from
> http://curl.haxx.se/download.html
>
> there they say for SuSE is version 7.10.5
> ftp://ftp.suse.com/pub/suse/i386/current/suse/i586/
>
> In Yast I can find only 7.10.2
> I can give the ftp directory for yast to update to 7.10.5
>
> Download the file to local directory
> found this one is for SuSE 9.0
> They changes and it is not shure this will go ok.
>
> Yast is also stupid. It does not show errors but simple exits.
> Then I try Kpackage to install
> See there are more lib needed for 7.10.5 as ssl and crypt
> not for 7.10.2
>
> So at the end
> How do I disable the Net component for shure because I do not need
> any of it (yet) and it is not fully developed.

try remark the configure file to be like this:
i will look on the line about 9091


  NET_LIB="$NET_LIB $C_LIB $THREAD_LIB"

  if test "$have_inc_net" = "yes" && test "$have_lib_net" = "yes"; then
    have_net=no
    NET_LIB=""
    NET_DIR=""
    NET_PATH=""
    echo "configure: warning: *** Networking component is disabled" 1>&2

##	have_net=yes
##    NET_DIR=net
##    cat >> confdefs.h <<\EOF
## #define HAVE_NET_COMPONENT 1
## EOF

  else
    have_net=no
    NET_LIB=""
    NET_DIR=""
    NET_PATH=""
    echo "configure: warning: *** Networking component is disabled" 1>&2
  fi


save it, and do like usual (./reconf, ./configure and soon)






More information about the User mailing list