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

compiling error C2065 occurs in pcd_io.cpp #2023

Closed
tomblack2014 opened this issue Oct 12, 2017 · 0 comments
Closed

compiling error C2065 occurs in pcd_io.cpp #2023

tomblack2014 opened this issue Oct 12, 2017 · 0 comments

Comments

@tomblack2014
Copy link

Environment

  • Operating System and version: Windows 10 Enterprise
  • Compiler: MSVC 12
  • PCL Version: 1.8.1

Current Behavior

The error C2065 occurs when I try to compile the source code:

ssize_t num_read = pcl_read (fd, &compressed_size, 4);

error C2065:"ssize_t":undeclared identifier

Possible Solution

change the ssize_t to int or signed long

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

1 participant