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 upPKG_PROG_PKG_CONFIG: command not found #257
Closed
Comments
|
Have you installed pkg-config? |
|
Pixman is going away and the docs were updated, so closing this. |
ChrisParis
pushed a commit
to ChrisParis/servo
that referenced
this issue
Sep 7, 2014
…erfaces Added tests for the a, area, dialog, figcaption, summary and track elements html/semantics/interfaces.html.
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Brand each payload message with the stacking context ID and epoch to avoid races. Addresses servo#10256. Needs servo/webrender_traits#31. r? @glennw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Newb here. While trying to run configure on osx I encounter the following error:
/servo/src/pixman/configure: line 13281: PKG_PROG_PKG_CONFIG: command not found /servo/src/pixman/configure: line 13329: syntax error near unexpected tokenGTK,'/servo/src/pixman/configure: line 13329:
PKG_CHECK_MODULES(GTK, gtk+-2.0 pixman-1)'Seems that something is going awry in the generated bash script.
Here is the line(13329):
PKG_CHECK_MODULES(GTK, gtk+-2.0 pixman-1)Guidance would be appreciated.