Re: [FreeRDP-devel] scripts/android_setup_build_env.sh failing

2014-07-07 Thread Gerry Reno
Not what I'm seeing. On 07/07/2014 01:25 PM, Armin Novak wrote: > You should not run cmake in any subfolder. > Running it in the top level directory is fine. This is what I expected but only running it at the top level does not configure anything under client/Android Here's the cmake command I

Re: [FreeRDP-devel] scripts/android_setup_build_env.sh failing

2014-07-07 Thread Armin Novak
You should not run cmake in any subfolder. Running it in the top level directory is fine. By default a simple 'make' should build the whole android client for 'armeabi-v7a' architecture. If you want to tweak settings install ccmake to adjust the cmake variables to your liking. Currently we use c

Re: [FreeRDP-devel] scripts/android_setup_build_env.sh failing

2014-07-07 Thread Gerry Reno
Further issue with cmake: cmake -DCMAKE_TOOLCHAIN_FILE=cmake/AndroidToolchain.cmake \ -DANDROID_NDK="_your_ndk_path_here_" \ -DFREERDP_EXTERNAL_SSL_PATH="_your_ssl_build_root_path_" \ -DFREERDP_EXTERNAL_JPEG_PATH="_your_jpeg_build_root_path_" \ -DANDROID_SDK="_your_sdk_path_her

Re: [FreeRDP-devel] scripts/android_setup_build_env.sh failing

2014-07-07 Thread Gerry Reno
Thanks. That fixes the script. Also appears that maybe AndroidToolchain.cmake needs updated for NDK r9 support. I copied down latest version and it works in my environment. On 07/07/2014 11:57 AM, Armin Novak wrote: > You're correct. > I've forgotten to add the tag checkout before build (n

[FreeRDP-devel] scripts/android_setup_build_env.sh failing

2014-07-07 Thread Gerry Reno
I just cloned the latest FreeRDP tree and the android setup script fails building OpenSSL: $ ./scripts/android_setup_build_env.sh Missing command line argument, current directory as root. Using '/home/greno/build/FreeRDP/external' as root. Preparing OpenSSL... Cloning into '/