-
Notifications
You must be signed in to change notification settings - Fork 94
Unable to build procfs on MacOSX10.10 #21
Comments
Same issue in 10.11, of course. In addition, all the HIServices functions this uses, like For For For The symbols are still there (for now), so you can just declare them yourself in But it gets even better if you're upgrading to 64-bit, because the Sequence Grabber and the entire QuickTime framework is gone, which means sequencegrab doesn't build. It might be possible to replace the Sequence Grabber usage with And about half the vm_* routines and types have been renamed to mach_vm_*. And the Makefile is deathly old. I fixed all this and got it to build on 10.11 x86_64. I'll probably push the result to https://github.com/alexchandel/procfs once I clean it up. |
I fork-extracted procfs to https://github.com/alexchandel/procfs and updated the build to 10.11, x86_64 |
This repository contains legacy demo file systems that are unmaintained. Therefore I'm closing the issue. Please refer to https://github.com/macfuse/demo for maintained demo file systems. |
SDK: MacOSX10.10.sdk
Xcode: 6.1.1
Here is the build error from
make
commandLooks like some of the display related identifier were not found. Is there a way to build procfs headless?
The text was updated successfully, but these errors were encountered: