This didn't work either. I did load and got: Copying UserNotification from /Developer/Projects/Darwin/Roots/UserNotification/UserNotification-18.root~1 ... UserNotification - 6 files registered. But I still get when building smb lib/smb/ui.c:41:33: error: UNCUserNotification.h: No such file or directory Note that the latest plist file I downloaded didn't have the entries for smb or UserNotification so I added them in manually. I don't see any instances in the plist that shows any dependency information. What should this look like? On a side note, what is the future look like for macosforge, it is a ghost page? I see a job posting for it, have you hired anyone yet? Thanks, Brian
It's possible that the plist doesn't declare smb's UserNotification header dependency. You should try manually loading them via:
# darwinbuild -load UserNotification
This will load the UserNotification root that you built into the BuildRoot, and hopefully will let you get farther with the smb build.
- Kevin
On Jul 25, 2007, at 6:30 PM, Brian Wagener wrote:
I am trying developing on MacOS for the first time, and downloaded darwinbuild. I am trying to build smb which depends on UserNotification. So I downloaded each one, and I got USerNotification to build, but when I try to build smb, it fails that it cannot find the UserNotification headers. How do I get this to work? Thanks, Brian