Re: [Bug-apl] Another OSX compile bug

2014-10-21 Thread Juergen Sauermann
Hi Elias, thanks, hopefully fixed in SVN 497. /// Jürgen On 10/21/2014 06:13 PM, Elias Mårtenson wrote: Compiled with no special configure flags: Making all in tools depb

[Bug-apl] Another OSX compile bug

2014-10-21 Thread Elias Mårtenson
Compiled with no special configure flags: Making all in tools depbase=`echo memory_benchmark.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ g++ -DHAVE_CONFIG_H -I. -I.. -g -O2 -MT memory_benchmark.o -MD -MP -MF $depbase.Tpo -c -o memory_benchmark.o memory_benchmark.cc &&\ mv -f $depbase.Tpo $depbase.

Re: [Bug-apl] Another OSX compile error

2014-10-21 Thread Juergen Sauermann
Hi Peter, thanks, fixed in SVN 496. /// Jürgen On 10/21/2014 05:15 PM, Peter Teeson wrote: /Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/PrintBuffer.cc:125:6: Variable length array of non-POD element type 'P

Re: [Bug-apl] Another OSX compile error

2014-10-21 Thread Peter Teeson
/Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/PrintBuffer.cc:125:6: Variable length array of non-POD element type 'PrintBuffer' /Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/PrintBuffer.cc:188:6: Variable length array of non-POD element type 'PrintBuffer'

Re: [Bug-apl] Another OSX compile error

2014-10-21 Thread Juergen Sauermann
Hi Elias, thanks, complex numbers seem to be not very portable between compilers. Hopefully fixed in SVN 495 along with the other errors. /// Jürgen On 10/20/2014 04:48 PM, Elias Mårtenson wrote: After wor