On Tue, Mar 25, 2008 at 11:59:53AM +0100, Andreas Tille wrote:
Well, the file param_lex.c was autogenerated in the first place
Right.
$ grep -A2 -B2 __unused *
param_lex.c-#include
param_lex.c-#else
param_lex.c:#define __unused
param_lex.c-#endif
param_lex.c-
I believe that on FreeBSD def
On Mon, 24 Mar 2008, brian m. carlson wrote:
Here's the difference: in , the following occurs:
#if __WORDSIZE == 64
long int __unused[3];
#else
# ifndef __USE_FILE_OFFSET64
unsigned long int __unused4;
unsigned long int __unused5;
# else
__ino64_t st_ino; /* File s
On Mon, Mar 24, 2008 at 06:05:20PM +0100, Andreas Tille wrote:
Hi,
is anybody able to solve this problem that seems to occure only on 64bit
archs. I compared the build logs and found:
make[2]: Entering directory `/build/buildd/loki-2.4.7.4/lokisrc'
cc -g -Wall -O2 -W -Wall -pedantic -ffloat-s
3 matches
Mail list logo