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 是否在这里没有错...
我正在为管理员审查提交的目标的应用程序页面工作。每个目标都是<tr>3 个不同表格中的一个。“review”、“complete”和“submitted”是三个表。
<tr>
每个都有一个 btn 组,<tr>可以根据当前的状态选择批准、恢复或拒绝。当状态改变时,包含的目标被删除并附加到适当的表中。
当它移动 btn-