我正在尝试编译Dropbox的Djinni,在windows下使用cygwin试试: https ://github.com/dropbox/djinni
即使 sbt-launch.jar 在正确的文件夹下,是什么导致了这个错误。
$ make
./example/run_djinni.sh
Building Djinni...
Error: Unable to access jarfile /cygdrive/c/users/vlama/dropboxcode/djinni/djinni-master/src/support/sbt-launch.jar
Makefile:23: recipe for target 'build_ios/example/libtextsort.xcodeproj' failed
make: *** [build_ios/example/libtextsort.xcodeproj] Error 1
我想首先在 cygwin 中制作 Djinni 以进行尝试,然后最终在 Windows 上制作它,那么如何去做呢,因为 github 中的说明主要针对 linux 用户。