你这玩意能编译吗?
MAX_PATH我跳进去check了没有定义这个宏.
-BASH-4.0.35$ gmake
i686-redhat-linux-gcc -g -O5 -c Add_PATH.c -o Add_PATH.o -lpcrecpp -lpthread -lc
i686-redhat-linux-gcc -g -O5 -c Copy_lrc.c -o Copy_lrc.o -lpcrecpp -lpthread -lc
Copy_lrc.c: In function ‘Copy_lrc’:
Copy_lrc.c:12: error: storage size of ‘files’ isn’t known
Copy_lrc.c:37: error: ‘MAX_PATH’ undeclared (first use in this function)
Copy_lrc.c:37: error: (Each undeclared identifier is reported only once
Copy_lrc.c:37: error: for each function it appears in.)
gmake: *** [Copy_lrc.o] Error 1
-BASH-4.0.35$