All of lore.kernel.org
 help / color / mirror / Atom feed
* alsa-lib 1.0.27 incorrect definition of __kernel_off_t?
@ 2013-07-22 21:22 Kevin Groeneveld
  2013-07-23 12:55 ` Jaroslav Kysela
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Groeneveld @ 2013-07-22 21:22 UTC (permalink / raw)
  To: alsa-devel

I tried doing a cross compile of alsa-lib 1.0.27.2 today and ended up with
the following error:

error: conflicting types for 'off_t'

Commit 9b5beef1 adds the following line to local.h:

#define __kernel_off_t        off_t

Not only is __kernel_off_t already defined elsewhere in my header files,
the above line tries to define __kernel_off_t (which I think should be 32
bit on my platform) to off_t which is 64 bit.

I just deleted the line and everything seems to be working so far.


Kevin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-07-23 14:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-22 21:22 alsa-lib 1.0.27 incorrect definition of __kernel_off_t? Kevin Groeneveld
2013-07-23 12:55 ` Jaroslav Kysela
2013-07-23 14:58   ` Kevin Groeneveld

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.