On Sun, Jul 20, 2008 at 8:16 AM, Lukas Oboril <oboril.lukas at gmail.com> wrote: > Hi, > > the problem is detection of nanosleep in cmake process. > > HAVE_NANOSLEEP is not setup and there is no prototype for strigi_nanosleep.
as a test, i changed my settings to a non-destructive build, and added set(CMAKE_REQUIRED_LIBRARIES -lrt) above the the HAVE_NANOSLEEP test and reset it just after Probably needs to be conditional, but I haven't figured out how to do that yet. Ben
