adobe-flash / crossbridge

Welcome to visit the homepage!
http://www.crossbridge.io
542 stars 194 forks source link

Building the SDK #55

Open ddyer0 opened 10 years ago

ddyer0 commented 10 years ago

As noted elsewhere, I constructed a minimal PATH variable to exclude random unix-like tools from the tool chain. That got me a ways through the "make".

My current stumble is in make "make"

checking whether the C compiler works... no configure: error: in `/cygdrive/c/crossbridge-master/build/win/make': configure: error: C compiler cannot create executables

ddyer0 commented 10 years ago

I've determined the primary problem is that things which are symbolic links in the distribution (for example /usr/bin/cc) do not function as links when installed. There are a lot of them. I tried installing with both the zip and github methods.