You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Howdy. I use a PowerPC G5 as my desktop at home since new Mac desktops are god-awful expensive. Well, too expensive for open source to pay for. :)
Running xcodebuild in {GITROOT}/src/MacVim shows this:
/Users/william/dev/macvim/src/MacVim/MMFileBrowserController.h:7: error: cannot find protocol declaration for ‘NSOutlineViewDataSource’
/Users/william/dev/macvim/src/MacVim/MMFileBrowserController.h:7: error: cannot find protocol declaration for ‘NSOutlineViewDelegate’
I checked the docs and those two protocols are 10.6+ only. Is there a way to weak-link those, or to use something else, or would that cause some big issues? I may fork and check it out too.
The text was updated successfully, but these errors were encountered:
Howdy. I use a PowerPC G5 as my desktop at home since new Mac desktops are god-awful expensive. Well, too expensive for open source to pay for. :)
Running xcodebuild in {GITROOT}/src/MacVim shows this:
/Users/william/dev/macvim/src/MacVim/MMFileBrowserController.h:7: error: cannot find protocol declaration for ‘NSOutlineViewDataSource’
/Users/william/dev/macvim/src/MacVim/MMFileBrowserController.h:7: error: cannot find protocol declaration for ‘NSOutlineViewDelegate’
I checked the docs and those two protocols are 10.6+ only. Is there a way to weak-link those, or to use something else, or would that cause some big issues? I may fork and check it out too.
The text was updated successfully, but these errors were encountered: