On Fri, Jul 04, 2008 at 08:30:42PM +0200, Justus Winter wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Jorge Arellano Cid wrote:
On Tue, Jul 01, 2008 at 09:57:59PM +0000, corvid wrote:
It seems that there was a nanosleep() in src/IO/dpi.c long ago, but I can't find any nanosleep()s anywhere anymore, so...
Committed.
Let's hope for somebody to have FLTK2 and dillo2 in Solaris! :)
I tried that, but last time I checked fltk2 failed to build on Solaris10/sparc. I filed a bug [1] but got no response.
Can you try this: diff -r 0a9067b60fe3 configure.in --- a/configure.in Sat Jun 28 10:54:24 2008 +0200 +++ b/configure.in Fri Jul 04 20:32:07 2008 +0200 @@ -324,7 +324,7 @@ AC_CHECK_HEADER(sys/select.h,AC_DEFINE(H AC_CHECK_HEADER(sys/select.h,AC_DEFINE(HAVE_SYS_SELECT_H)) AC_CHECK_HEADER(sys/stdtypes.h,AC_DEFINE(HAVE_SYS_SELECT_H)) AC_CHECK_FUNC(scandir,[ - if test "$uname" = SunOS -o "$uname" = QNX; then + if test "$uname" = QNX; then AC_MSG_WARN(Not using $uname scandir emulation function.) else AC_DEFINE(HAVE_SCANDIR) It's just a wild guess, but I could imagine, that Solaris 10 now has proper scandir support. Cheers, Johannes