[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Build failure
From: |
Ben Pfaff |
Subject: |
Re: Build failure |
Date: |
Sat, 14 May 2011 09:01:57 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
John Darrington <address@hidden> writes:
> Using recent gnulib, I get the following build failure:
>
>
> In file included from ./src/libpspp/argv-parser.h:38,
> from src/libpspp/argv-parser.c:19:
> ./gl/getopt.h:197: error: redefinition of ‘struct option’
> ./gl/getopt.h:245: error: conflicting types for ‘getopt_long’
> /usr/include/getopt.h:175: note: previous declaration of ‘getopt_long’ was
> here
> ./gl/getopt.h:249: error: conflicting types for ‘getopt_long_only’
> /usr/include/getopt.h:179: note: previous declaration of ‘getopt_long_only’
> was here
> make[2]: *** [src/libpspp/src_libpspp_libpspp_la-argv-parser.lo] Fehler 1
Is this on a GNU/Linux host? (I suspect so, but thought I'd ask
anyhow.)
--
Ben Pfaff
http://benpfaff.org
- Build failure, John Darrington, 2011/05/14
- Re: Build failure,
Ben Pfaff <=