[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-apl] Build 649, --with-libapl build issues
From: |
fred |
Subject: |
[Bug-apl] Build 649, --with-libapl build issues |
Date: |
Mon, 20 Jul 2015 01:45:51 -0400 |
My primary use-case for GNU APL is to use it as a library, so I always
build as an executable, immediately followed by a library. Executable
works, but library fails:
./configure --with-libapl
...snip...
config.status: executing libtool commands
configure: creating ./src//buildtag.hh
configure: creating ./src/makefile.h
Makefile:3036: *** missing separator. Stop.
configure: creating ./src/configure_args.cc
Now, the issue is at line 3036 of src/Makefile.in:
3035:
3036: @WANT_LIBAPL_TRUE@ if DEVELOP
3037: @WANT_LIBAPL_TRUE@ endif
3038:
3039: # normally we would say:
After removing lines 3036 and 3037 the ./configure --with-libapl works,
but on make I get:
...snip...
Archive.cc: In member function 'EOC_arg*
XML_Loading_Archive::read_EOC(StateIndicator&)':
Archive.cc:2091:55: error: format '%lld' expects argument of type 'long
long int*', but argument 3 has type 'ShapeItem* {aka long int*}' [
-Werror=format=]
const int count = sscanf(data, "%lld", &d);
...snip...
Bif_F12_FORMAT.cc: In member function 'Value_P
Bif_F12_FORMAT::format_by_example(Value_P, Value_P)':
Bif_F12_FORMAT.cc:209:27: error: comparison between signed and unsigned
integer expressions [-Werror=sign-compare]
if (col_formats.size() != cols) LENGTH_ERROR;
...snip...
Fred Weigel
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-apl] Build 649, --with-libapl build issues,
fred <=