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

Open
deartonym opened this Issue Jun 2, 2017 · 1 comment

Comments

Projects
None yet
2 participants

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 directory

Issue 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,

Owner

bgilbert commented Jun 4, 2017

OpenSlide should only try to build openslide-dll.rc when configure is run with --host=<something>-mingw32. Could you post your config.log?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment