Closed GoogleCodeExporter closed 9 years ago
I found a similar issue report: http://bugs.mysql.com/bug.php?id=34095
Seems like clock_gettime is not supported on all platforms. I'll try using a
clock
function that is supported on all platforms.
Original comment by dirk.vdb
on 7 Sep 2008 at 2:22
I found this on google.
http://64.233.183.104/search?q=cache:fhTP8jD8JGoJ:varnish.projects.linpro.no/
ticket/49+CLOCK_REALTIME+OS+x&hl=en&ct=clnk&cd=6&gl=uk
use gettimeofday() instead of clock_gettime() when the latter is not available
Not sure if its any help to you.
Original comment by Sp1der...@gmail.com
on 7 Sep 2008 at 2:37
Can you try the version in subversion, it uses gettimeofday in stead of
clock_gettime()
Original comment by dirk.vdb
on 7 Sep 2008 at 4:51
That seems to have compiled, now to compile MediaTomb and test.
Cheers.
Original comment by Sp1der...@gmail.com
on 7 Sep 2008 at 5:01
ok, good to hear.
Original comment by dirk.vdb
on 7 Sep 2008 at 5:34
Original issue reported on code.google.com by
Sp1der...@gmail.com
on 7 Sep 2008 at 2:16