Hi Jerome,
I may have found the fault, please check SVN 1157.
Thanks,
Jürgen
On 5/26/19 12:40 AM, Jerome Ibanes
wrote:
Revision 1156.
g++ -DHAVE_CONFIG_H -I. -I..-Wall -I sql -Werror -rdynamic -g
-O2 -MT apl-P
Revision 1157:
g++ -DHAVE_CONFIG_H -I. -I..-Wall -I sql -Werror -rdynamic -g
-O2 -MT apl-PrimitiveFunction.o -MD -MP -MF
.deps/apl-PrimitiveFunction.Tpo -c -o apl-PrimitiveFunction.o `test -f
'PrimitiveFunction.cc' || echo './'`PrimitiveFunction.cc
In file included from PrintBuffer.hh:28:0
[...]
g++ -DHAVE_CONFIG_H -I. -I..-Wall -I sql -Werror -rdynamic -g -O2 -MT
apl-ProcessorID.o -MD -MP -MF .deps/apl-ProcessorID.Tpo -c -o apl-ProcessorID.o
`test -f 'ProcessorID.cc' || echo './'`ProcessorID.cc
In file included from Function.hh:26,
from PrimitiveFunction.hh:25,
from Bif_F
The latest version appears to work if compiled with WERROR turned off.
Otherwise, I see these compile failures too.
On 5/26/19 6:25 PM, Christian Robert wrote:
[...]
g++ -DHAVE_CONFIG_H -I. -I.. -Wall -I sql -Werror -rdynamic -g
-O2 -MT apl-ProcessorID.o -MD -MP -MF .deps/apl-ProcessorI
Greetings,
I am using the latest git version of GNU APL on a 64 bit Linux box. I am
getting the following:
$ apl
)load ComponentFiles
DUMPED 2019-05-26 20:54:31 (GMT-7)
)load ComponentFiles
DUMPED 2019-05-26 22:54:31 (GMT-5)
SE