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'>' -DNO_STRLCPY -DNO_MKSTEMPS -DCIL=1
fast-import.c -o ./fast-import.i
--------------------------------------End---------------------------------------------
  It reports the error under make:
---------------Make Error Report------------------
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)
-------------------End----------------------------------
   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?
-----------------------------------------
I'm sorry to forget to attach 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-------------------------------

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