Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不知道为什么我会收到错误
library.mak:95: *** missing separator. Stop.
当我在cygwin上使用make时。该特定位置的代码是
$(eval $(RULES)) $(EXAMPLES) $(TESTPROGS) $(TOOLS): $(THIS_LIB) $(DEP_LIBS) $(TESTPROGS): $(SUBDIR)$(LIBNAME) examples: $(EXAMPLES)
你可以尝试:
git config --global core.autocrlf false
并再次签出存储库?
我想知道 \r\n 是否在这里没有错...