compilation for linux - problem

Benjamin Gilbert bgilbert at cs.cmu.edu
Fri Jul 29 16:49:12 EDT 2016


On Thu, Jul 28, 2016 at 06:44:22PM +0200, Paweł via openslide-users wrote:
> /bin/sh ./libtool    --tag=RC --mode=compile windres -DHAVE_CONFIG_H -I.
> -i "src/openslide-dll.rc" -o "src/openslide-dll.lo"
> libtool: compile:  windres -DHAVE_CONFIG_H -I. -i src/openslide-dll.rc -o
> src/.libs/openslide-dll.o
> src/openslide-dll.rc:1:21: fatal error: winuser.h: No such file or directory
> 
> Configuration seemed to go well (logs at the bottom) and system
> (linux-gnu) has been guessed right.
> Do I need any header from Windows?

Hi Paweł,

It seems the configure script arranges to build the Windows resources
whenever windres is found in the PATH.  As a workaround, you can temporarily
move or rename the windres binary before configuring.  Fix forthcoming.

--Benjamin Gilbert


More information about the openslide-users mailing list