Hi,

the make *distclean* may overwrite some *Makefile.in* files
which are shipped with GNU APL.

Normally your ./configure below (without *distclean*)
in a fresh (yours is now broken) *svn co* should do it.
what you want.

Best Regards,
Jürgen



On 5/29/23 17:51, Emmanuel Charpentier wrote:

Le lundi 29 mai 2023 à 15:03 +0200, Dr. Jürgen Sauermann a écrit :

Hi Emanuel,

is this behavior reproducible?

From an APL perspective it simply looks like the body of
your function contains an invalid Unicode (probably â according
to the hex value).

You can get more info with:

*]log 6*

in APL (after *make develop*)..

Can't do that : I have a curious version mismatch :

I do

|make disclean time ./configure CXXFLAGS="-I /usr/include/python3.11" DYNAMIC_LOG_WANTED=yes DEVELOP_WANTED=yes | tee configuration.log time make -j8 develop | tee compilation.log |

which ends up with several instances of :

|/bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I ./.. -g -O2 -Wall -Wno-strict-aliasing -fstrict-aliasing -rdynamic -gdwarf-2 -I /home/charpent/Dev/apl-svn/trunk -MT lib_file_io_la-file_io.lo -MD -MP -MF .deps/lib_file_io_la-file_io.Tpo -c -o lib_file_io_la-file_io.lo `test -f 'file_io.cc' || echo './'`file_io.cc libtool: Version mismatch error. This is libtool 2.4.6 Debian-2.4.6-2, but the libtool: definition of this LT_INIT comes from libtool 2.4.7. libtool: You should recreate aclocal.m4 with macros from libtool 2.4.6 Debian-2.4.6-2 libtool: and run autoconf again. |

Which I don't understand :

|charpent@zen-book-flip:~/Dev/apl-svn/trunk$ dpkg -l libtool Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder | État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=att> |/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais) ||/ Nom Version Architecture Description +++-==============-============-============-================================= ii libtool 2.4.7-5 all Generic library support script charpent@zen-book-flip:~/Dev/apl-svn/trunk$ charpent@zen-book-flip:~/Dev/apl-svn/trunk$ ./libtool --version libtool (GNU libtool) 2.4.6 Written by Gordon Matzigkeit, 1996 Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |

I'm somewhat stuck...

--
Emmanuel Charpentier

[ Snip... ]

Reply via email to