Error when building LiveCode from source: SDK not found?

Deploying to Mac OS? Ask Mac OS specific questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

LiveCode_Panos
Livecode Staff Member
Livecode Staff Member
Posts: 818
Joined: Fri Feb 06, 2015 4:03 pm

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

Post by LiveCode_Panos » Mon Jan 30, 2017 5:06 pm

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 :)

Post Reply

Return to “Mac OS”