Symbian 用の PhoneGap パッケージを作成しようとしています。「make」パッケージでCygwinをインストールしました。そして、「symbianフォルダーでmake」と入力すると、次のエラーが表示されます。
cp lib/phonegap.js framework/www/phonegap.js
cd framework/ && zip -r app.zip www/* -x www/wrt_preview_frame.html www/wrt_prev iew_main.html www/preview/ www/*.wgz
cygwin warning:
MS-DOS style path detected: /usr/local/bin/C:\Program
Preferred POSIX equivalent is: /usr/local/bin/C:/Program
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
Can't find C:\Program on PATH.
Makefile:28: recipe for target `package' failed
make: *** [package] Error 29
私のPhoneGapフォルダーはC:ドライブに直接あり、スペースはありません。何か案は?