Re: [perf-discuss] Trouble compiling filebench 1.4.7 on RHEL 5.2

2009-06-08 Thread Demetri S. Mouratis
Drew, Thanks for the pointer. Here's what I have so far for the Linux problems: Problem 1: I think that HAVE_BOOLEAN_T is wrong because the distribution tarball has a filebench/config.h with "#define HAVE_BOOLEAN_T 1" in it. I whacked that, re-ran configure, and it seems to use the one in th

Re: [perf-discuss] Trouble compiling filebench 1.4.7 on RHEL 5.2

2009-06-08 Thread Andrew Wilson
Demetri, The top level include file, filebench.h, does have a typedef for boolean_t which is supposed to be invoked if autoconfig determines that boolean_t is otherwise undefined. So, not sure why it's not being invoked. The lines in question are: #ifndef HAVE_BOOLEAN_T typedef enum { B_FAL

[perf-discuss] Trouble compiling filebench 1.4.7 on RHEL 5.2

2009-06-08 Thread Demetri S. Mouratis
Gang, After Drew's 1.4.4 release, I saw that some people were working on patches to get it compiled on Linux. Has anyone gotten 1.4.7 working? Right now, it looks like it's missing typedefs for boolean_t, and other problems (see below). I'm trying on Red Hat Enterprise Linux 5.2, but I could