I am trying to compile Dropbox's Djinni, under windows using cygwin to try: https://github.com/dropbox/djinni
What is causing this error even though sbt-launch.jar is there under the right folder.
$ 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
I want to make Djinni in cygwin first to try things out and then finallly natively make it for windows, so how would one go about doing that because the instructions in the github is mainly targeted for linux users.