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

Fix g++ compile errors under OSX #25

Closed
ianfixes opened this issue Mar 28, 2018 · 0 comments
Closed

Fix g++ compile errors under OSX #25

ianfixes opened this issue Mar 28, 2018 · 0 comments
Labels
arduino mocks Compilation mocks for the Arduino library bug Something isn't working

Comments

@ianfixes
Copy link
Collaborator

ianfixes commented Mar 28, 2018

System

  • OS: OSX
  • g++: builtin

Issue / Feature Request Summary

Generally, shore up the differences between OSX's g++ (really clang), g++-4.8 (on Travis), and g++-7 (tried it because it was available).

Reported in #24:

Fix for g++ compile errors under OSX.

/Library/Ruby/Gems/2.3.0/gems/arduino_ci-0.1.7/cpp/arduino/Print.h:57:86: error: unknown type name 'PGM_P'
/Library/Ruby/Gems/2.3.0/gems/arduino_ci-0.1.7/cpp/arduino/WString.h:39:16: error: no member named 'isnan' in namespace 'std'

Possibly useful

@ianfixes ianfixes added bug Something isn't working arduino mocks Compilation mocks for the Arduino library labels Mar 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arduino mocks Compilation mocks for the Arduino library bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant