Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compiling FPEnvironment_DUMMY.h for ARM #78

Closed
facontidavide opened this issue Feb 6, 2013 · 1 comment
Closed

Error compiling FPEnvironment_DUMMY.h for ARM #78

facontidavide opened this issue Feb 6, 2013 · 1 comment
Assignees
Milestone

Comments

@facontidavide
Copy link

Hi,

I compiled POCO for the Beaglebone using "arm-linux-gnueabihf" cross compiling tool.

There was a tiny error in the compilation process for FPEnvironment_DUMMY.h

In file included from src/FPEnvironment_DUMMY.cpp:37:0,
from src/FPEnvironment.cpp:42:
include/Poco/FPEnvironment_DUMMY.h: In static member function ‘static float Poco::FPEnvironmentImpl::copySignImpl(float, float)’:
include/Poco/FPEnvironment_DUMMY.h:138:9: error: ‘copysignf’ is not a member of ‘std’
include/Poco/FPEnvironment_DUMMY.h:138:9: note: suggested alternative:
/usr/arm-linux-gnueabihf/include/bits/mathcalls.h:219:1: note: ‘copysignf’
include/Poco/FPEnvironment_DUMMY.h: In static member function ‘static double Poco::FPEnvironmentImpl::copySignImpl(double, double)’:
include/Poco/FPEnvironment_DUMMY.h:148:9: error: ‘copysign’ is not a member of ‘std’
include/Poco/FPEnvironment_DUMMY.h:148:9: note: suggested alternative:
/usr/arm-linux-gnueabihf/include/bits/mathcalls.h:219:1: note: ‘copysign’
make[1]: *** [/home/davide/Software/poco-1.4.6/Foundation/obj/Linux/ARM/debug_shared/FPEnvironment.o] Error 1
make: *** [Foundation-libexec] Error 2

@ghost ghost assigned aleks-f Feb 6, 2013
@aleks-f
Copy link
Member

aleks-f commented Feb 6, 2013

see #57

@aleks-f aleks-f closed this as completed Mar 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants