From: Yukihiro Matsumoto Date: 2004-11-19T13:56:53+09:00 Subject: Re: Can't Build Ruby 1.8.1 on HP-UX 11.00 Hi, In message "Re: Can't Build Ruby 1.8.1 on HP-UX 11.00" on Fri, 19 Nov 2004 12:43:38 +0900, WATANABE Hirofumi writes: |> Hmm, seems like lex.c in your directory corrupted. Can you check? | |% tar tfvz ruby-1.8.2-preview3.tar.gz |grep -A1 keywords |-rw-r--r-- matz/matz 1396 2002-09-28 20:08:59 ruby-1.8.2/keywords |-rw-r--r-- matz/matz 4480 2002-09-28 20:08:59 ruby-1.8.2/lex.c | |See [ruby-list:8212], [ruby-list:8214] To whom don't read Japanese, it's caused by HP make that tries to generate the source file (keywords) to the destination file (lex.c) when both have exactly same timestamp. Does anyone know why this situation happens repeatedly on the CVS, and how to fix the problem? matz.