zling2001 / imsdroid

Automatically exported from code.google.com/p/imsdroid
0 stars 0 forks source link

Cant build doubango project using cygwin #271

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1.download cygwin 1.7 on windows 7
2.ndk r4b
3.run ../bindings/java/android/buildAll.sh NEON=yes

What is the expected output? What do you see instead?
tinyWrap.so on the outputfile

i got this error 
../bindings/java/android/buildAll.sh: line 8: make: command not found
../bindings/java/android/buildAll.sh: line 9: make: command not found
building tinyWRAP....
../bindings/java/android/buildAll.sh: line 13: make: command not found
../bindings/java/android/buildAll.sh: line 14: make: command not found

What version of the product are you using? On what operating system?
doubango 2.x

Please provide any additional information below.

am try to build the doubango code using the tutorial but always i got an error 

../bindings/java/android/buildAll.sh: line 8: make: command not found
../bindings/java/android/buildAll.sh: line 9: make: command not found
building tinyWRAP....
../bindings/java/android/buildAll.sh: line 13: make: command not found
../bindings/java/android/buildAll.sh: line 14: make: command not found

please advice ?
Thanks

Original issue reported on code.google.com by wmas...@gmail.com on 9 Aug 2011 at 12:56

GoogleCodeExporter commented 9 years ago
I have the same problem. need help.

Original comment by java....@gmail.com on 17 Aug 2011 at 1:42

GoogleCodeExporter commented 9 years ago
You have to install GNU make (required by Android NDK)

Original comment by boss...@yahoo.fr on 7 Sep 2011 at 9:11