ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* gettimeofday under XP
@ 2007-12-06 12:43 Peter Rolf
  2007-12-06 12:46 ` Arthur Reutenauer
  0 siblings, 1 reply; 14+ messages in thread
From: Peter Rolf @ 2007-12-06 12:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi,

I run into the following error with the new version:
'luatools --generate' results in

Error in lua file loading: r:\tex\texmf-mswin\bin\luatools.lua:1402:
attempt to call field 'gettimeofday' (a nil value)


There seems to be no 'os.gettimeofday' under Windows XP.
This patch of luatools.lua works here (better check twice) :D

if os.gettimeofday then
    os.clock = os.gettimeofday
    local startuptime = os.gettimeofday()
    function os.runtime()
        return os.gettimeofday() - startuptime
    end
end

-- if os.gettimeofday then
--     os.clock = os.gettimeofday
-- end

-- do
--     local startuptime = os.gettimeofday()
--     function os.runtime()
--         return os.gettimeofday() - startuptime
--     end
-- end


Best wishes, Peter
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2007-12-06 13:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-06 12:43 gettimeofday under XP Peter Rolf
2007-12-06 12:46 ` Arthur Reutenauer
2007-12-06 13:04   ` Peter Rolf
2007-12-06 13:08     ` Mojca Miklavec
2007-12-06 13:09     ` Taco Hoekwater
2007-12-06 13:14       ` Arthur Reutenauer
2007-12-06 13:27         ` Taco Hoekwater
2007-12-06 13:20       ` Peter Rolf
2007-12-06 13:29         ` Taco Hoekwater
2007-12-06 13:49           ` Peter Rolf
2007-12-06 13:53             ` Taco Hoekwater
2007-12-06 13:58               ` Arthur Reutenauer
2007-12-06 13:33         ` Arthur Reutenauer
2007-12-06 13:53         ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).