EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: EPICS on Mac OS X 10.5
From: Noboru Yamamoto <[email protected]>
To: "Bertrand H.J. Biritz" <[email protected]>
Cc: [email protected]
Date: Mon, 05 Nov 2007 08:46:30 +0900
Hi,

On MacOSX 10.5, finite() is declared
extern int finite ( double );                   /* Legacy API: please
use C99 isfinite() instead. */

but not
extern "C" int finite(double);

This seems causing the error shown by Biritz-san.

1) replace call to finite with call to isfinite.
or
2) add
extern "C" int finite(double);

in somewhere in epicsCalcTest.cpp.

eliminates the error message.

Bertrand H.J. Biritz wrote:
> Dear Tech-Talk,
> 
> so I am one of those Mac fanboys (at least when it comes to the OS) who 
> installed OS X 10.5 (Leopard) as soon as it came out.
> 
> Naturally EPICS will not compile on it - would have been surprised if it 
> had. I get the following error message:
> 
> ../epicsCalcTest.cpp: In function 'double doCalc(const char*)':
> ../epicsCalcTest.cpp:31: error: 'finite' was not declared in this scope
> ../epicsCalcTest.cpp: In function 'void testCalc(const char*, double)':
> ../epicsCalcTest.cpp:51: error: 'finite' was not declared in this scope
> ../epicsCalcTest.cpp:55: error: 'finite' was not declared in this scope
> ../epicsCalcTest.cpp: In function 'int main(int, char**)':
> ../epicsCalcTest.cpp:170: error: 'finite' was not declared in this scope
> make[3]: *** [epicsCalcTest.o] Error 1
> make[2]: *** [install.darwin-ppc] Error 2
> make[1]: *** [libCom/test.install] Error 2
> make: *** [src.install] Error 2
> 
> Did I miss something in the installation instructions?
> 
> This is with base-3.14.9 on a PPC.
> 
> Thanks,
> Bertrand

my environment:

Mac OSX10.5 running on MacBook(1st generation).
Xcode 3.0
EPICS R3.14.9 base

Regards,

Noboru
begin:vcard
fn:Noboru Yamamoto
n:Yamamoto;Noboru
email;internet:[email protected]
tel;work:+81-29-864-1171, ext. 5209
tel;fax:+81-29-879-6130
x-mozilla-html:FALSE
version:2.1
end:vcard


Replies:
Re: EPICS on Mac OS X 10.5 Eric Norum
References:
EPICS on Mac OS X 10.5 Bertrand H.J. Biritz

Navigate by Date:
Prev: EPICS on Mac OS X 10.5 Bertrand H.J. Biritz
Next: Re: EPICS on Mac OS X 10.5 Eric Norum
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: EPICS on Mac OS X 10.5 Bertrand H.J. Biritz
Next: Re: EPICS on Mac OS X 10.5 Eric Norum
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  <20072008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Nov 2011 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·