Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
error when compiling from source #208
Comments
|
OpenSlide should only try to build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
deartonym commentedJun 2, 2017
I got the following error when I try to compile it from source under CentOS 6.3:
src/openslide-dll.rc:1:21: fatal error: winuser.h: No such file or directoryIssue type (fatal error during make):
Operating system (CentOS 6.3):
Platform (64-bit x86):
OpenSlide version: 3.4.1
It seems that it want to compile 'src/openslide-dll.lo' which should not be compiled in Linux systems.
Anyone knows how to solve this?
Best,