letterplex icon indicating copy to clipboard operation
letterplex copied to clipboard

I am trying to build the dependency and get error

Open pepsin opened this issue 9 years ago • 1 comments

Error as showed below

checking for native Win32... no
checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
checking whether the C compiler works... no
configure: error: in `/Users/pepspin/Downloads/letterplex-master/build/work/pango-1.36.6':
configure: error: C compiler cannot create executables

The configure is

ANDROID_NDK=/usr/local/Cellar/android-ndk/r10b
export PATH="/usr/local/Cellar/android-ndk/r10b/toolchains/arm-linux-androideabi-4.9/prebuilt/darwin-x86_64/bin:$PATH"

I use Mac, and the NDK is darwin based, I am not sure could this be the problem.

pepsin avatar Sep 17 '15 14:09 pepsin

I've been trying to build on a Mac as well and here are my notes if it can help: https://github.com/jeanbovet/letterplex#using-a-mac

jeanbovet avatar Dec 30 '15 17:12 jeanbovet