Hello,
when I execute the cmake build for android-19 there is a strange error when creating the rexx.img file.
Does anybody have an idea where the problem can come from?
/home/klemens/DEV/cmakebuilds/ooRexxForAndroid/bin/rexximage: 1: /home/klemens/DEV/cmakebuilds/ooRexxForAndroid/bin/rexximage: Syntax error: word unexpected (expecting ")")
CMakeFiles/rexx_img.dir/build.make:56: recipe for target 'bin/rexx.img' failed
make[2]: *** [bin/rexx.img] Error 2
CMakeFiles/Makefile2:239: recipe for target 'CMakeFiles/rexx_img.dir/all' failed
make[1]: *** [CMakeFiles/rexx_img.dir/all] Error 2
Makefile:136: recipe for target 'all' failed
make: *** [all] Error 2
CMakeFiles/rexx_img.dir/build.make:56: recipe for target 'bin/rexx.img' failed
make[2]: *** [bin/rexx.img] Error 2
CMakeFiles/Makefile2:239: recipe for target 'CMakeFiles/rexx_img.dir/all' failed
make[1]: *** [CMakeFiles/rexx_img.dir/all] Error 2
Makefile:136: recipe for target 'all' failed
make: *** [all] Error 2
GitHub: https://github.com/KlemensEngel/ooRexxForAndroid
Build command: cmake -DCMAKE_TOOLCHAIN_FILE=android.toolchain.cmake -DANDROID_NDK=<PATH_TO_NDK> -DCMAKE_BUILD_TYPE=Debug -DANDROID_NATIVE_API_LEVEL=19 -DANDROID_ABI="armeabi-v7a" <PATH_TO_SOURCE> && cmake --build .
When i try the build without creating the rexx.img file then the build is ok.
Best Regards, Klemens
------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
