On Wed, Dec 12, 2012 at 7:57 AM, Anders Wallin
<[email protected]>wrote:

>
> I used log() in a HAL component over here
> http://pastebin.ca/2291678
> it seems to compile, install, and work fine on 12.04LTS.
> I am including <rtapi_math.h>
>
> However I got a report that on 10.04LTS comp --install gives an error:
> 55: error implicit declaration of function log()
>

It looks like a simple:

extern double log(double);

somewhere at the top will fix this.

AW
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to