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

BOOST_VERSION not defined in image_ir.cpp #1312

Closed
simbaforrest opened this issue Aug 30, 2015 · 3 comments
Closed

BOOST_VERSION not defined in image_ir.cpp #1312

simbaforrest opened this issue Aug 30, 2015 · 3 comments

Comments

@simbaforrest
Copy link

Hi All,

When I compile the head version (aab76e1) of PCL, I encountered a compile error related to BOOST_VERSION not defined so when compiling the file io/src/image_ir.cpp
it can not recognize boost::chrono related symbols.

If we add

#include <boost/version.hpp>

in io/include/pcl/io/boost.h before line 69

#if BOOST_VERSION >= 104700

The error can be resolved.

BTW, I'm using boost 1.49 downloaded from the PCL website, and I'm compiling the project using VS 2010 x64 under windows 7.

Best,
Chen

@taketwo
Copy link
Member

taketwo commented Aug 30, 2015

Pull request is welcome!

@taketwo
Copy link
Member

taketwo commented Aug 30, 2015

Actually, should be fixed by #1311.

@taketwo taketwo closed this as completed Aug 30, 2015
@ByteChen
Copy link

ByteChen commented Dec 9, 2015

u r so kind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants