Re: [RFH] Loki bug #409370: missing 64-bit executablex

2008-03-25 Thread Andreas Tille
On Mon, 24 Mar 2008, brian m. carlson wrote: Here's the difference: in sys/stat.h, 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;

Re: [RFH] Loki bug #409370: missing 64-bit executablex

2008-03-25 Thread brian m. carlson
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 sys/cdefs.h param_lex.c-#else param_lex.c:#define __unused param_lex.c-#endif param_lex.c- I believe that

[RFH] Loki bug #409370: missing 64-bit executablex

2008-03-24 Thread Andreas Tille
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-store -Wno-long-long -I../include -c -o param_parse.o

Re: [RFH] Loki bug #409370: missing 64-bit executablex

2008-03-24 Thread brian m. carlson
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