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

Travis build is failing due to wrong forward declaration. #3

Open
cgringmuth opened this issue Feb 11, 2018 · 0 comments
Open

Travis build is failing due to wrong forward declaration. #3

cgringmuth opened this issue Feb 11, 2018 · 0 comments
Assignees
Labels

Comments

@cgringmuth
Copy link
Owner

cgringmuth commented Feb 11, 2018

/home/travis/build/choffmann/raytracer/src/container.h:18:8: error: forward declaration of ‘const struct Mat3d’
 struct Mat3d;

This is not an error on my local machine: gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3) / g++ (Ubuntu 7.2.0-8ubuntu3) 7.2.0

Travis: g++ (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4

@cgringmuth cgringmuth added the bug label Feb 11, 2018
@cgringmuth cgringmuth self-assigned this Feb 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant