From f69a79100ec4037e1bf5fe974c437344b5783b54 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 12 Aug 2008 17:32:06 +0000 Subject: [PATCH] 2008-08-12 19:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/linux1st.txt * Updated with hbgf package requirement information. [1.0] * contrib/hbcurl/hbcurl.ch * Minor update for libcurl 7.18.2 [1.0] --- harbour/ChangeLog | 9 +++++++++ harbour/contrib/hbcurl/hbcurl.ch | 1 + harbour/doc/linux1st.txt | 11 ++++++++--- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 330eb9fcbb..3f565df41c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,15 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-08-12 19:31 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * doc/linux1st.txt + * Updated with hbgf package requirement information. + [1.0] + + * contrib/hbcurl/hbcurl.ch + * Minor update for libcurl 7.18.2 + [1.0] + 2008-08-12 16:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/Makefile - doc/hbpplib.txt diff --git a/harbour/contrib/hbcurl/hbcurl.ch b/harbour/contrib/hbcurl/hbcurl.ch index 19282f087f..c9b5844c23 100644 --- a/harbour/contrib/hbcurl/hbcurl.ch +++ b/harbour/contrib/hbcurl/hbcurl.ch @@ -444,5 +444,6 @@ #define HB_CURLE_REMOTE_FILE_NOT_FOUND 78 /* remote file not found */ #define HB_CURLE_SSH 79 /* error from the SSH layer, somewhat generic so the error message will be of interest when this has happened */ #define HB_CURLE_SSL_SHUTDOWN_FAILED 80 /* Failed to shut down the SSL connection */ +#define HB_CURLE_AGAIN 81 /* socket is not ready for send/recv, wait till it's ready and try again */ #endif /* HBCURL_CH_ */ diff --git a/harbour/doc/linux1st.txt b/harbour/doc/linux1st.txt index 616c898f0c..b669a3c1dc 100644 --- a/harbour/doc/linux1st.txt +++ b/harbour/doc/linux1st.txt @@ -9,7 +9,7 @@ Ubuntu distro ------------- Packages needed to cleanly build Harbour: -(Tested with Ubuntu 7.04 Server) +(Tested with Ubuntu 7.04 and 8.04) For GTCRS terminal lib: sudo apt-get install libncurses-dev @@ -52,12 +52,17 @@ sudo apt-get install libmysqlclient15-dev For contrib/hbpgsql lib: sudo apt-get install libpq-dev +For contrib/hbgf/hbgfgtk lib: +sudo apt-get install libglib2.0-dev +sudo apt-get install libgtk2.0-dev + For contrib/rddads lib: -Download and install 'Advantage Client Engine for Linux' package +Download and install 'Advantage Client Engine API for Linux' package (f.e. aceapi-9.00.0.0.tar.gz) For contrib/hbhpdf lib: -Download and configure/make install libharu from http://libharu.org/ +Download and './configure', 'make install' libharu +from http://libharu.org/ DEBIAN distro