[webkit-dev] Cygwin appears missing gperf file when I build webkit

2009-02-10 Thread nguyen hai -cuncon
Hi all, Thank you very much for your suggestions yesterday. I install Fedora 9 OS to run next to the Cygwin on Windows OS. I typed some commands as following: ./build-webkit ./autogen.sh ./configure for each command above, after machine run some tasks, it announced the same error as follow:

Re: [webkit-dev] Cygwin appears missing gperf file when I build webkit

2009-02-10 Thread Paul Pedriana
gperf (http://www.gnu.org/software/gperf/) is a utility app that generates perfect hash functions. By perfect we mean that there are no hash collisions in the lookup and thus some runtime performance improvements can be had. Your cygwin/bin directory is supposed to have a gperf.exe app in it.