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-import.i
   It reports the error under make:
In file included from builtin.h:6,
                 from fast-import.c:147:
cache.h:9:10: error: #include expects "FILENAME" or <FILENAME>
make: [fast-import.o] Error 1 (ignored)
    But in shell, I directly copy-paste and execute 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 preprocess?

Thanks in advance
PANG Long

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
CIL-users mailing list
CIL-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cil-users

Reply via email to