Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing the build break on osx10.8 xcode4.6.2 #337

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jonchui
Copy link
Contributor

@jonchui jonchui commented Jul 10, 2013

Had to remove NSTextFinder.h & move the enum to a relevant place, as well as a bunch of other fixes

Had to remove NSTextFinder.h & move the enum to a relevant place, as well as a bunch of other fixes
@bzoooty
Copy link

bzoooty commented Jul 29, 2013

Hi. I came across this thread from your comment on issue "#240" regarding the Find feature in NV. Does your comment mean you've found a way to fix the issue? What steps would I need to take to download or recreate your fork? Apologies for the silly questions. I'm not a programmer--just very interested in getting a fully functional NV back.

Thanks for any time you have to explain how to implement what you've done.

@winny-
Copy link

winny- commented Aug 18, 2013

👍 @jonchui's fixes still works! Tested on 10.8 with Xcode 4.6.3.

@bzoooty You need to first check out his forked repository and then checkout the appropriate branch (easiest done in a shell):

$ git clone https://github.com/jonchui/nv.git nv-fixBuildBreak
$ cd nv-fixBuildBreak
$ git checkout remotes/origin/fixBuildBreak
$ open Notational.xcodeproj

@bzoooty
Copy link

bzoooty commented Aug 26, 2013

@winny- Thanks for the tips.

I gather I needed to download the Github application and run those commands. I think the fourth command should read "$ open Notation.xcodeproj" without the "al" at the end of "Notation." In any case, if you have a moment could you explain what to do next? Again, I know nothing about any of this, but I've managed to run the four commands successfully in Terminal. Will this end up producing a fixed version of the NV app??

Thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants