bug-apl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem building version 1251 on Mac OS X


From: Dr . Jürgen Sauermann
Subject: Re: Problem building version 1251 on Mac OS X
Date: Tue, 7 Apr 2020 21:44:48 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Thunderbird/60.6.1

Hi Lois,

thanks, fixed in SVN 1252.

Best Regards,
Jürgen


On 4/7/20 9:02 PM, Louis Chrétien via Bugs and suggestions for GNU APL wrote:
This morning, having done the SVN update, I got version 1251.

When I try to compile on Mac OS X 10.14.6, with Xcode 11.3, I get this error:

g++ -DHAVE_CONFIG_H -I. -I..    -Wall -I sql -Werror      -g -O2 -MT apl-Bif_F12_DOMINO.o -MD -MP -MF .deps/apl-Bif_F12_DOMINO.Tpo -c -o apl-Bif_F12_DOMINO.o `test -f 'Bif_F12_DOMINO.cc' || echo './'`Bif_F12_DOMINO.cc
Bif_F12_DOMINO.cc:333:4: error: 'delete' applied to a pointer that was allocated with 'new[]'; did you mean
      'delete[]'? [-Werror,-Wmismatched-new-delete]
   delete data;
   ^
         []
Bif_F12_DOMINO.cc:242:17: note: allocated with 'new[]' here
double * data = "" double[end];   if (data == 0)   WS_FULL;
                ^
1 error generated.
make[3]: *** [apl-Bif_F12_DOMINO.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


---
Louis Chrétien






reply via email to

[Prev in Thread] Current Thread [Next in Thread]