編譯時出現如下錯誤
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編譯沒錯了