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

2010-01-06 Thread pang long
Dear Andy: The reason why I appended other option in CC is that I want to load my defined feature under CIL. The problem is that the header files can be found if the -D option make effect. Now the option under Make does not function at all. But by mannual the same command is executed CORRECTLY.

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

2010-01-06 Thread pang long
Dear David: Yeah, in my opinion, the problem is about the command generated by cilly.pm too. The following command is generated by Makefile: command- gcc -D_GNUCC -E -O1 -g -O2 -DTHREADED_DELTA_SEARCH -DSHA1_HEADER='<'openssl/sha.h'>' -DNO_STRLCPY -DNO_MKSTEMPS -DCIL=1 fast

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

2010-01-06 Thread David Gay
On Tue, Jan 5, 2010 at 5:18 PM, pang long wrote: > Dear >   My Cil version is 1.3.7. I planned to analysis git-1.6.6 using my > own defined feature. The command line executed in Makefile is like the > following: > gcc -D_GNUCC -E -O1 -g -O2 -DTHREADED_DELTA_SEARCH > -DSHA1_HEADER='<'openssl/sha.h'

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

2010-01-05 Thread pang long
Dear   My Cil version is 1.3.7. I planned to analysis git-1.6.6 using my own defined feature. The command line executed by cilly is the following: -Make Error Report's Command Line- gcc -D_GNUCC -E -O1 -g -O2 -DTHREADED_DELTA_SEARCH -DSHA1_HEADER='<'openssl/sha.h

[CIL users] Problem on GCC -D option

2010-01-05 Thread pang long
Dear My Cil version is 1.3.7. I planned to analysis git-1.6.6 using my own defined feature. The command line executed in Makefile is like the following: gcc -D_GNUCC -E -O1 -g -O2 -DTHREADED_DELTA_SEARCH -DSHA1_HEADER='<'openssl/sha.h'>' -DNO_STRLCPY -DNO_MKSTEMPS -DCIL=1 fast-import.c -o ./fast