Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

add libxml2 dependency to libpurple #13627

Closed
wants to merge 1 commit into from
Closed

Conversation

vito
Copy link
Contributor

@vito vito commented Jul 26, 2012

Build fails without this:

[...]
checking for LIBXML... no
no
configure: error: 
You must have libxml2 >= 2.6.0 development headers installed to build.

Build fails without this:

```
[...]
checking for LIBXML... no
no
configure: error: 
You must have libxml2 >= 2.6.0 development headers installed to build.
```
@mistydemeo
Copy link
Member

Are you on 10.8? This is probably related to #13572.

@mistydemeo
Copy link
Member

(OS X comes with libxml2, but a change in 10.8 means that some formulae will have trouble finding it.)

@vito
Copy link
Contributor Author

vito commented Jul 26, 2012

Ah, yep, I'm on 10.8.

@mistydemeo
Copy link
Member

brew update - this is fixed by c669c6b. Sorry about the delay!

Sharpie pushed a commit to Sharpie/homebrew that referenced this pull request Aug 2, 2012
10.8 no longer ships four .pc files which were included in previous
versions, though it does still include the libraries which they pointed
to. This commit provides copies of the .pc files for all of these, and
prepends Library/Homebrew/pkgconfig to PKG_CONFIG_PATH on 10.8.

The .pc files in question are: lib curl, lubexslt, libxml-2.0, libxslt

Fixes Homebrew#13673.
Fixes Homebrew#13627.
Fixes Homebrew#13652.
Fixes Homebrew#13482.
Closes Homebrew#13572.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
fgeller pushed a commit to fgeller/homebrew that referenced this pull request Aug 22, 2012
10.8 no longer ships four .pc files which were included in previous
versions, though it does still include the libraries which they pointed
to. This commit provides copies of the .pc files for all of these, and
prepends Library/Homebrew/pkgconfig to PKG_CONFIG_PATH on 10.8.

The .pc files in question are: lib curl, lubexslt, libxml-2.0, libxslt

Fixes Homebrew#13673.
Fixes Homebrew#13627.
Fixes Homebrew#13652.
Fixes Homebrew#13482.
Closes Homebrew#13572.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
snakeyroc3 pushed a commit to snakeyroc3/homebrew that referenced this pull request Dec 17, 2012
10.8 no longer ships four .pc files which were included in previous
versions, though it does still include the libraries which they pointed
to. This commit provides copies of the .pc files for all of these, and
prepends Library/Homebrew/pkgconfig to PKG_CONFIG_PATH on 10.8.

The .pc files in question are: lib curl, lubexslt, libxml-2.0, libxslt

Fixes Homebrew#13673.
Fixes Homebrew#13627.
Fixes Homebrew#13652.
Fixes Homebrew#13482.
Closes Homebrew#13572.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants