On Thu, 08 Apr 2010, marco bra wrote:

Hi,

> I cannot have hbpcre compiled and installed on my Harbour environment on
> Ubuntu 9.10

You do not need it if you already have system PCRE library.
In such case Harbour use it instead of the local one included
in Harbour SVN.

> and to try to have hbpcre installed i later also put this var
> export HB_WITH_PCRE=yes

If you want to force using local harbour PCRE library (HBPCRE) instead
of system PCRE library then set:
   export HB_WITH_PCRE=local

Similar situation is with ZLIB. If you want to force using Harbour
local ZLIB (HBZLIB) instead of system ZLIB library then set:
   export HB_WITH_ZLIB=local

> But at compile time i always have this answer from the system and the hbpcre
> lib not install on my system i need it to try the samples of
> wxHarbour GUI cross platform for the Harbour compiler
> http://sourceforge.net/projects/wxharbour/files/:

HBPCRE is not necessary. It makes exactly the same job as system PCRE.
If some samples in 3-rd party projects use explicitly HBPCRE or HBZLIB
library in some link commands then they should be updated.
The easiest way is using to hbmk2 which automatically choose between
HBCPRE or system PCRE library depending on Harbour build time settings.

best regards,
Przemek
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to