diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2a6bd641c0..a448059377 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,22 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-08-12 16:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * doc/Makefile + - doc/hbpplib.txt + - Removed obsolete file. + [1.0] + + * doc/linux1st.txt + * Added required Ubuntu packages for all existing contribs + (except hbgf). + [1.0] + + * doc/whatsnew.txt + + Added "Known issues", with MSVC 64 bit C mode compilation + and hbfimage compile failure in Linux. + [1.0] + 2008-08-12 14:06 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/make_rpmw32.sh * harbour/make_rpmce.sh diff --git a/harbour/doc/Makefile b/harbour/doc/Makefile index 615f934d16..9dedf77d9e 100644 --- a/harbour/doc/Makefile +++ b/harbour/doc/Makefile @@ -18,7 +18,6 @@ DOC_FILES=\ gmake.txt \ gtapi.txt \ hbmake.txt \ - hbpplib.txt \ hdr_tpl.txt \ howtobsd.txt \ howtosvn.txt \ diff --git a/harbour/doc/hbpplib.txt b/harbour/doc/hbpplib.txt deleted file mode 100644 index 0201039c02..0000000000 --- a/harbour/doc/hbpplib.txt +++ /dev/null @@ -1,27 +0,0 @@ -/* - * $Id$ - */ - -Harbour run-time preprocessing library. -Felipe Coury - - -How to create HBPP.LIB - -This file should contain preproc.c, hbpplib.b32, bldhbpp.bat, -testpre.prg, bld32exe.bat and hbpplib.txt (this file). - -In order to create and test this library, you should put: - -- preproc.c in \HARBOUR\SOURCE\HBPP directory; -- hbpplib.b32 and bldhbpp.bat in \HARBOUR directory; -- testpre.prg and bld32exe.bat in \HARBOUR\TESTS\WORKING directory; -- hbpplib.txt in \HARBOUR\DOC directory; - -Then, you need to run bldhbpp.bat to create HBPP.LIB on -\HARBOUR\LIBS\B32 directory. Note that by now the only makefile is -for compiling with Borland C compilers. I kindly ask who has other -compilers/environments to write the missing makefiles please! - -To test testpre.prg you just need to go TESTS\WORKING dir and make -it using HB32 TESTPRE. diff --git a/harbour/doc/linux1st.txt b/harbour/doc/linux1st.txt index 67c6219830..616c898f0c 100644 --- a/harbour/doc/linux1st.txt +++ b/harbour/doc/linux1st.txt @@ -28,6 +28,38 @@ sudo apt-get install libgpm-dev For contrib/hbodbc lib: sudo apt-get install unixodbc-dev +For contrib/hbcurl lib: +sudo apt-get install libcurl4-openssl-dev +or +sudo apt-get install libcurl4-gnutls-dev +or +sudo apt-get install libcurl4-dev + +For contrib/hbfbird lib: +sudo apt-get install libfirebird2.0-dev + +For contrib/hbfimage lib: +sudo apt-get install libfreeimage-dev + +For contrib/hbgd lib: +sudo apt-get install libgd2-xpm-dev +or +sudo apt-get install libgd2-noxpm-dev + +For contrib/hbmysql lib: +sudo apt-get install libmysqlclient15-dev + +For contrib/hbpgsql lib: +sudo apt-get install libpq-dev + +For contrib/rddads lib: +Download and install 'Advantage Client Engine 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/ + + DEBIAN distro ------------- diff --git a/harbour/doc/whatsnew.txt b/harbour/doc/whatsnew.txt index 36f63de884..803829d5ae 100644 --- a/harbour/doc/whatsnew.txt +++ b/harbour/doc/whatsnew.txt @@ -88,6 +88,13 @@ Contrib - hbsqlit3 warning fixes and error fixes for some compilers/modes. - Added DirectoryRecurse() to xhb.lib. +Known issues +============================= +- Harbour won't currently compile with MSVC in 64 bit C mode. + Use C++ mode instead with commands 'set HB_BUILD_MODE=cpp' + and 'make_vc.bat') +- Contrib hbfimage won't currently compile on Linux systems. + Version 1.0.0 rc2 (2008-07-01) tag: 1.0.0rc2