26 Jul
2007
26 Jul
'07
5:31 a.m.
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