[Gambas-user] make install 0.83
ron
ronstk at ...239...
Mon Feb 9 07:46:52 CET 2004
> 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
>
I try with new source and update the CFont.ccp file
Change in configure as you told but even the IF, ELSE and FI
at line 9091 starting
Orginal begin ---------------
NET_LIB="$NET_LIB $C_LIB $THREAD_LIB"
if test "$have_inc_net" = "yes" && test "$have_lib_net" = "yes"; then
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
Orginal ends ----------------
New begin ---------------
NET_LIB="$NET_LIB $C_LIB $THREAD_LIB"
## if test "$have_inc_net" = "yes" && test "$have_lib_net" = "yes"; then
## 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
New ends --------------
7:40h It now compiled without error.
7:41 make install
7:42 no errors found
7:44 I see my SQL builder again
Now to find out what is going wrong in detecting the CURL stuf and why I had
the problem with CFont. No gb.net available of course
Happy Ron :)
More information about the User
mailing list