gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbie back again...


From: Josh Freeman
Subject: Re: Newbie back again...
Date: Sun, 23 Apr 2017 19:22:09 -0400

Sorry, the git checkout command for workaround #2 in my previous message is missing "master" at the end:


git checkout `git rev-list -1 --first-parent --before=2017-04-06`

should be:

git checkout `git rev-list -1 --first-parent --before=2017-04-06 master`


On Apr 23, 2017, at 6:34 PM, Josh Freeman wrote:

2) Build with an earlier version of make (though this will break ARC): In the build script, after changing to the make directory, but before configuring make (the first time it's built), add a git checkout command to force it to use a source-tree snapshot from before April 7:

...
cd make
git checkout `git rev-list -1 --first-parent --before=2017-04-06`
./configure --enable-debug-by-default --with-layout=gnustep --enable- objc-nonfragile-abi --enable-objc-arc
...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]