Re: [CIL users] Unimplemented: Cannot represent integer in 64 bits (signed)

2009-09-01 Thread Kristis Makris
Hi Misha, For whatever it's worth, I've run against a problem similar to this using CIL 1.3.7, but NOT CIL 1.3.6. So I'm now using CIL 1.3.6 as a quite stable version. Also note that this problem does not appear using the latest CIL from the repository. I hope this helps somewhat. Kristis On

Re: [CIL users] problem when compile apache using CIL

2009-08-10 Thread Kristis Makris
: Invalid > combination of type specifiers > > this line is typedef __SIZE_TYPE__ size_t; > > have you ever seen such problems? And what version of appache and CIL > have you succeed in? > > Thanks! > -Dazhi > > Kristis Makris wrote: > > Hi Dazhi, >

Re: [CIL users] -Wl,--export-dynamic problem in CIL 1.3.7

2009-08-04 Thread Kristis Makris
aditional" => { TYPE => 'PREPROC' }, '-std=' => { TYPE => 'ALLARGS' }, "--start-group" => { RUN => sub { } }, -------- r9420 | matth | 2007-03-06 13:18:20 -0700 (Tue, 06 Mar 2007) | 1 line fix the h

[CIL users] -Wl,--export-dynamic problem in CIL 1.3.7

2009-08-03 Thread Kristis Makris
Hello, It seems that CIL 1.3.7 gets confused when a program passes something like -Wl,--export-dynamic, while CIL 1.3.6 did not show this problem. I'm attaching a testcase that demonstrates this. Although we issue: cilly -o test_main_merged_last -Wl,--export-dynamic test_main_merged_last_main.

Re: [CIL users] Problems with the extern inline functions __signbitf, __signbit, etc.

2009-07-31 Thread Kristis Makris
There are also errors like: xlog.c:2535: Unimplemented: Cannot represent integer 0xLL in 64 bits (signed) postgres.c:3886: Unimplemented: Cannot represent integer 0xuLL in 64 bits (signed) On Fri, 2009-07-31 at 14:47 -0700, Kristis Makris wrote: > He

[CIL users] Problems with the extern inline functions __signbitf, __signbit, etc.

2009-07-31 Thread Kristis Makris
Hello, Due to some bugs in CIL 1.3.6 I need to upgrade to CIL 1.3.7, but it seems that CIL 1.3.7 does not compile Postgres 7.4.16, although CIL 1.3.6 was able to. I see errors like: ./postgres.cil.c:348168: error: redefinition of '__signbitf' ./postgres.cil.c:32367: error: previous definition of

Re: [CIL users] problem when compile apache using CIL

2009-07-28 Thread Kristis Makris
Hi Dazhi, From what I have experienced, the issue is that this particular .a file produced was not produced by setting AR="cilly --merge --mode=AR". Either because AR was not defined that way (you omitted defining it), or, as I have experienced with older versions of Apache, because even though yo