Re: [ecasound] largefile story continues

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [ecasound] largefile story continues
From: Junichi Uekawa (dancer_AT_netfort.gr.jp)
Date: Tue Dec 04 2001 - 19:56:48 EET


In Wed, 5 Dec 2001 02:31:00 +0900 Junichi cum veritate scripsit :

>
> This is my build failure log on latest Debian system (I think this is
> the
> latest CVS checkout) :

Well, that log was about without --with-largefile.

With --with-largefile, compilation choked on
typedef of off_t.

I think it should be something like :

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h> /* off_t */
#endif

#ifndef __off_t_defined
typedef long int off_t;
#endif

or something like

#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h> /* off_t */
#else
typedef long int off_t;
#endif

in libecasound/eca-fileio.h

-- 
dancer_AT_debian.org : Junichi Uekawa   http://www.netfort.gr.jp/~dancer
GPG Fingerprint : 17D6 120E 4455 1832 9423  7447 3059 BF92 CD37 56F4
--
To unsubscribe send message 'unsubscribe' in the body of the
message to <ecasound-list-request_AT_wakkanet.fi>.


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Tue Dec 04 2001 - 19:51:57 EET