
Roberto Bagnara wrote:
Tovrea, George W (US SSA) wrote:
make[4]: Entering directory `/net/whistler/auto/users/tovrea/GCC_SGI/ppl-0.10.2/build_sol2/interface s' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/net/whistler/auto/users/tovrea/GCC_SGI/ppl-0.10.2/build_sol2/interface s' Making all in C make[4]: Entering directory `/net/whistler/auto/users/tovrea/GCC_SGI/ppl-0.10.2/build_sol2/interface s/C' make[4]: Warning: File `../../interfaces/ppl_interface_instantiations.m4' has modification time 1.8e+02 s in the future /net/whistler/auto/users/tovrea/local/sol2/bin/m4 --prefix-builtin -I.. -I../../../interfaces/C -I../../../interfaces/C/.. \ ../../../interfaces/C/ppl_interface_generator_c_h.m4 > ppl_c_domains.h ../../utils/build_header \ -I ../../interfaces/C -I ../../../src \ ../../../interfaces/C/ppl_c_header.h >ppl_c.h /net/whistler/auto/users/tovrea/local/sol2/bin/m4 --prefix-builtin -I.. -I../../../interfaces/C -I../../../interfaces/C/.. \ ../../../interfaces/C/ppl_interface_generator_c_hh_files.m4 \ > ppl_c_hh_blob ../../../utils/cm_cleaner.sh < ppl_c_hh_blob ../../../utils/cm_cleaner.sh: -r: is not an identifier
Hmmm, I think this is our fault. In cm_cleaner.sh we have the line
while IFS= read -r line
However, as the Autoconf manual says (http://www.gnu.org/software/hello/manual/autoconf/Limitations-of-Builtins.ht...):
read No options are portable, not even support -r (Solaris /bin/sh for example).
We will try to come up with a solution as soon as possible.
Hi Bill,
in ftp://ftp.cs.unipr.it/pub/ppl/snapshots/ you will find a snapshot of PPL 0.11 that solves this problem. The relevant commit is http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=a87795dec... in case, for some reason, you need to backport this to PPL 0.10.2. All the best,
Roberto