編譯時出現以下錯誤
In file included from lj_ffrecord.c:859:0: lj_recdef.h:224:1: error: ‘recff_rawlen’ undeclared here (not in a function) recff_rawlen, ^ Makefile:645: recipe for target 'lj_ffrecord.o' failed
是啥原因呢,好像也沒改他,估計是git clone下來的時候自動轉換換行符了
整體換一下換行符就可以了
cygwin下面執行
find . -type f -print0 | xargs -0 dos2unix
編譯沒錯了