Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2008 10:35:47 -0400 (EDT)
From:      Rick Macklem <rmacklem@uoguelph.ca>
To:        Thomas Vogt <freebsdlists@bsdunix.ch>
Cc:        freebsd-fs@freebsd.org
Subject:   Re: filebench on freebsd?
Message-ID:  <Pine.GSO.4.63.0810011033540.8859@muncher.cs.uoguelph.ca>
In-Reply-To: <48E2BAC2.909@bsdunix.ch>
References:  <48E2BAC2.909@bsdunix.ch>

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


On Wed, 1 Oct 2008, Thomas Vogt wrote:

> 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
Which probably means that "struct aiocb64" isn't properly defined at this 
point.
>
> 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
> _______________________________________________
> freebsd-fs@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-fs
> To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.63.0810011033540.8859>