I must apologize, probably i have not see well the terminal, even with harbour 2011030937 i receive this error
Warning: Cannot find 3rd/libhpdf/libhpdf.hbc (referenced from
/usr/local/share/harbour/contrib/hbhpdf/hbhpdf.hbc)
clearly 3rd/libhpdf/libhpdf.hbc does not exists
so i create the directories and copy from harbour the file libhpdf.hbc
this is the output
hbmk2: Auto-detected platform: linux
hbmk2: Auto-detected C compiler: gcc
hbmk2: Using Harbour: /usr/local/bin /usr/local/include/harbour
/usr/local/lib/harbour /usr/local/lib/harbour
/usr/local//share/harbour/contrib /usr/local//share/harbour/addons
hbmk2: Processing: /usr/local/share/harbour/contrib/hbtip/hbtip.hbc
hbmk2: Processing: /usr/local/share/harbour/contrib/hbhpdf/hbhpdf.hbc
hbmk2: Processing:
/usr/local/share/harbour/contrib/hbhpdf/3rd/libhpdf/libhpdf.hbc
this is the hpdf.hbc content
description=libharu wrapper (PDF)
incpaths=.
headers=
harupdf.chlibs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF}
libs=3rd/libhpdf/libhpdf.hbc
same error
after i tried sudo ldconfig -v
same error
probably there be something wrong on ubuntu 20.04.02 lts
should be interesting if someone could make test with this library on other recent linux debian based distros
regards