Re: [CIL users] Problem on GCC -D option

2010-01-06 Thread pang long
. I plan to change the cilly.pm under the directory lib in CIL. PANG Long 2010/1/6 Andrew Y. Yang : > I guess that using >  CC="/home/me/mywork/sca/compilertools/cil/cil-1.3.7/bin/cilly" shuould be > fine to make CIL act as a C compiler > If the header files cannot be add

Re: [CIL users] Problem on GCC -D option

2010-01-06 Thread pang long
he quotes should be added. If the parameter is changed into -DSHA1_HEADER="", it still runs correctly. I have located the function of replacing conflict character for shell command in Cilly.pm at line 1223. I am new to Perl, how do I do to replace < with "< and > with >"? Th

[CIL users] Problem on GCC -D option (continue)

2010-01-05 Thread pang long
the corresponding code for error in the prior message -cache.h:9 7 #include "advice.h" 8 9 #include SHA1_HEADER 10 #ifndef git_SHA_CTX ---end

[CIL users] Problem on GCC -D option

2010-01-05 Thread pang long
ute the command,it runs correctly. I was trying to locate the function generating the option parameter in cilly perl code, but I failed. How to handle the problem? Where is the exactly location to process and generate the option parameter for GCC prep