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]
This commit is contained in:
@@ -8,6 +8,22 @@
|
||||
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
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
|
||||
|
||||
@@ -18,7 +18,6 @@ DOC_FILES=\
|
||||
gmake.txt \
|
||||
gtapi.txt \
|
||||
hbmake.txt \
|
||||
hbpplib.txt \
|
||||
hdr_tpl.txt \
|
||||
howtobsd.txt \
|
||||
howtosvn.txt \
|
||||
|
||||
@@ -1,27 +0,0 @@
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
Harbour run-time preprocessing library.
|
||||
Felipe Coury <fcoury@flexsys-ci.com>
|
||||
|
||||
|
||||
How to create HBPP.LIB
|
||||
|
||||
This file should contain preproc.c, hbpplib.b32, bldhbpp.bat,
|
||||
testpre.prg, bld32exe.bat and hbpplib.txt (this file<g>).
|
||||
|
||||
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.
|
||||
@@ -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
|
||||
-------------
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user