Binary install on FreeBSD

"James B. Byrne via Aubit4gl-discuss" <[email protected]> Mon, 11 Jan 2021 13:03:45 -0500
Newsgroups gmane.comp.lang.4gl.aubit.general
Message-ID <[email protected]>
I am having difficulty getting aubit4gl to build correctly on FreeBSD-12.  I
have run configure thus:

./configure --prefix=$HOME/usr/local

I have gone into $AUBIT4GK/tools/test and run gmake all.  I get this build error:

/usr/home/byrnejb_hll/Projects/aubit4gl/lib/libui/ui_xml'
grep: /etc/ld.so.conf: No such file or directory
cd uilib && make -f Makefile libuilib.a
make[3]: Entering directory
`/usr/home/byrnejb_hll/Projects/aubit4gl/lib/libui/ui_xml/uilib'

Which is caused by the reference to make.  FreeBSD make is not GNU make.

So I altered  ./ui_xml/Makefile ./ui_json/Makefile to use ${MAKE} instead of make.
Thsi got me to the following :

gmake[1]: *** No rule to make target
'/home/byrnejb_hll/Projects/aubit4gl/plugins-1.5_2/libEXREPORT_HARU.so', needed
by 'all'.  Stop.


I got past this by running gmake -k.  But that obtains this:

4glpc --help
Internal Error - segmentation fault
Please note all circumstances and log with the Aubit4GL team
If possible - reproduce the error with the environment variable DEBUG
set to ALL :

$ export DEBUG=ALL

And enclose the last 100 lines from the resultant debug.out file
with your bug log.

Module : helplib.4gl  Line : 464
4gl function call stack :
    4glpc.4gl (Line 1737) calls 
local_aclfgl_openiem(filename=/home/byrnejb_hll/Projects/aubit4gl/etc/4glpc.hlp,n=2)
    4glpc.4gl (Line 707) calls  show_help(lv_n=2)
    MAIN

Help would be appreciated.


-- 
***          e-Mail is NOT a SECURE channel          ***
        Do NOT transmit sensitive data via e-Mail
   Unencrypted messages have no legal claim to privacy
 Do NOT open attachments nor follow links sent by e-Mail

James B. Byrne                mailto:[email protected]
Harte & Lyne Limited          http://www.harte-lyne.ca
9 Brockley Drive              vox: +1 905 561 1241
Hamilton, Ontario             fax: +1 905 561 0757
Canada  L8E 3C3