bug-apl
[Top][All Lists]
Advanced

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

Re: [Bug-apl] Build error SVN 403 on OS X 10.8.5


From: Juergen Sauermann
Subject: Re: [Bug-apl] Build error SVN 403 on OS X 10.8.5
Date: Wed, 30 Jul 2014 14:23:49 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5

Hi Peter,

thanks, fixed in SVN 405.

/// Jürgen


On 07/29/2014 08:49 PM, Peter Teeson wrote:
Did a brand new checkout, ./configure, make
/Volumes/Data/Development/MyProjects/GNUAPL/apl-svn/src/FloatCell.cc:393:39: Call to 'pow' is ambiguous
FloatCell.cc:393:39: error: call to 'pow' is ambiguous
                  const APL_Float z = pow(A->get_real_value(), b);
                                      ^~~
extern double pow(double, double);
              ^
  pow(double __x, int __i)
  ^
  pow(float __x, float __y)
  ^
  pow(long double __x, long double __y)
  ^
  pow(float __x, int __n)
  ^
  pow(long double __x, int __n)
  ^
1 error generated.
make[1]: *** [FloatCell.o] Error 1
make[1]: *** Waiting for unfinished jobs....
mv -f .deps/ComplexCell.Tpo .deps/ComplexCell.Po
mv -f .deps/Function.Tpo .deps/Function.Po
mv -f .deps/Error.Tpo .deps/Error.Po
mv -f .deps/Id.Tpo .deps/Id.Po
mv -f .deps/DerivedFunction.Tpo .deps/DerivedFunction.Po
mv -f .deps/Executable.Tpo .deps/Executable.Po
mv -f .deps/Command.Tpo .deps/Command.Po
make: *** [all-recursive] Error 1



reply via email to

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