Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Oct 2008 01:48:18 +0200
From:      Thomas Vogt <freebsdlists@bsdunix.ch>
To:        freebsd-fs@freebsd.org
Subject:   filebench on freebsd?
Message-ID:  <48E2BAC2.909@bsdunix.ch>

next in thread | raw e-mail | index | archive | help
Hello

Has someone ever tried to compile filebench on current (64bit)?
http://sourceforge.net/projects/filebench

filebench is a multithreaded file system benchmark similar to postmark 
(single threaded). Maybe someone can help to make it work if it's not 
that difficult.

I can't compile it:

In file included from ipc.h:33,
                  from filebench.h:55,
                  from misc.c:35:
threadflow.h:66: error: field 'al_aiocb' has incomplete type
*** Error code 1

Stop in /root/filebench-1.3.4/filebench.
*** Error code 1

This is:
#ifdef HAVE_AIO
typedef struct aiolist {
         int             al_type;
         struct aiolist  *al_next;
         struct aiolist  *al_worknext;
         struct aiocb64   al_aiocb;
} aiolist_t;
#endif


Regards,
Thomas



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48E2BAC2.909>