Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upshould document that pyobjc needs to be installed as well. #9612
Comments
|
Just to be sure, what steps have you taken to compile? |
|
@nhirata Is this based on the message at the end of a build on OS X that says that notifications can't be displayed without installing pyobjc? |
|
The steps I took were using the brew path on Mac 10.10.5:
Is there any other steps I missed from the front page of installing? Or is there a different page I should be referring to? Yes, jdm, there was an error similar to the one stating gtk-doc was missing. (see below). Also to note : gtk-doc was also missing. Resolution : brew install gtk-doc |
|
To note, after following the above and fixing my link issue with autoconf, I was able to successfully build. |
|
@nhirata So what in those steps suggested that pyobjc is necessary? |
|
Oh. hrm. Maybe it's not necessary; it's needed for notification. I see that in that error you pointed me to. Regardless, I installed both, made sure to relink my autoconf using brew link ( brew link -f autoconf ) and I was able to compile. |
|
I had to run the following to ensure I could build/install.
|
|
From what I can tell, there's no actionable item here, so I'm going to close this. pyobjc is not required to run Servo. |
At least on a fresh install, found out that in order to compile, you need to install pyobjc for the dev version:
pip install -U pyobjc