id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,difficulty 712,when setting CHICKEN_PREFIX the default include path is not correctly prefixed,Christian Kellermann,Christian Kellermann,"Sven Hartrumpf kindly reported this issue. What he sees is: {{{ > csc -cflags -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -O2 -fomit-frame-pointer -march=core2 -I""/usr/local/chicken-4.7.0/include/chicken"" > export CHICKEN_PREFIX=/usr/local/chicken-4.7.0 > csc -cflags -fno-strict-aliasing -fwrapv -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -O2 -fomit-frame-pointer -march=core2 -I""/usr/local/chicken-4.7.0/include/"" }}} The last line should read "".../include/chicken"" as we have moved our chicken.h there. A patch attached (and sent to chicken-hackers) remedies this problem",defect,closed,major,4.9.0,compiler,4.7.x,fixed,cflags CHICKEN_PREFIX include chicken,,