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.
我在 64 位 Windows 上使用 cygwin,但是在编译 makefile 时出现此错误
/bin/sh: -c: line 0: syntax error near unexpected token `('
我应该怎么办 ?
只是猜测:您在 Makefile 中使用了 bashisms,但没有设置 shell(/bin/sh报告错误)。只是状态
/bin/sh
SHELL := /bin/bash
在 Makefile 的顶部。
我在我的应用程序中有一个 UIWebView,在该 Web 视图中,我导航到我的移动网站,其中有一个按钮输入,类型为“选择文件”,用于加载新的个人资料图片。每次我尝试从生成的上拉 iPhone 菜单中选择“选择现有”或“拍照”选项时,当我的视图控制器消失以允许我选择照片时,我都会收到以下错误:
“对 U