Page 2 of 2

Re: Error when building LiveCode from source: SDK not found?

Posted: Mon Jan 30, 2017 5:06 pm
by LiveCode_Panos
Hmm it seems like you have modified several files in the "livecode" folder.

I suggest doing the following:

Code: Select all

git stash
(--> discards recent changes in livecode folder)

Code: Select all

git checkout develop 
git pull upstream develop 
git submodule update
make config-mac
This will clear your "livecode" folder from any changes you have made in the files listed after the "git status" command.

Now try again all the previous steps (1-4 and 1-9). Hopefully this time we will go a step further :)