lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I am trying to build the "sleep" power patch. I've got a fresh copy of
Lua 4.0 and the file sleep.patch. Then I followed the instructions

  cd to top level of Lua distribution
  patch -p0 < sleep.patch

But the result is this:

  Hunk #3 failed at line 154.
  Hunk #4 failed at line 245.
  Hunk #5 failed at line 331.
  Hunk #6 failed at line 436.
  Hunk #7 failed at line 499.
  Hunk #8 failed at line 510.
  Hunk #9 failed at line 524.
  Hunk #10 failed at line 26.
  Hunk #11 failed at line 535.
  Hunk #12 failed at line 643.
  Hunk #13 failed at line 172.
  Hunk #14 failed at line 86.
  Hunk #15 failed at line 43.
  Hunk #16 failed at line 83.
  Hunk #17 failed at line 102.
  Hunk #18 failed at line 85.
  Hunk #19 failed at line 319.
  Hunk #20 failed at line 445.
  Hunk #21 failed at line 23.
  Hunk #22 failed at line 1.
  20 out of 22 hunks failed: saving rejects to ./include/lua.h.rej

Any help?

-- Roberto