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
: 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,
>
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
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.
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
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
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