ClearSilver - undefined reference to 'sleep'

BlitzMax Forums/Brucey's Modules/ClearSilver - undefined reference to 'sleep'

DavidDC(Posted 2010) [#1]
Brucey I'm trying to build the cgitest.bmx file in the clearsilver.mod/tests folder.

I get:

Building cgitest
Compiling:cgitest.bmx
flat assembler  version 1.67.36  (1048575 kilobytes memory)
3 passes, 2316 bytes.
Linking:cgitest.exe
D:/Program Files/BlitzMax/mod/bah.mod/clearsilver.mod/clearsilver.release.win32.x86.a(cgi.c.release.win32.x86.o):cgi.c:(.text+0xf86): undefined reference to `sleep'
Build Error: Failed to link D:/Program Files/BlitzMax/mod/bah.mod/clearsilver.mod/tests/cgitest.exe

This is a brand new Blitzmax install so maybe I've got my build settings wrong?

Thanks!


Brucey(Posted 2010) [#2]
The latest source should be okay, unless I didn't actually commit it :-p


DavidDC(Posted 2010) [#3]
Yes thanks - works now. Sorry about that. I browse-checked for a more recent svn revision but must have looked in the wrong place.