[Bug 479180] Re: libboost1.40-dev doesn't provide pkg-config (.pc) files

2009-11-23 Thread Adam J Richardson
Here is my first attempt at some pc files for Boost 1.40.

https://dreamtrack.dnsalias.com/#20091123-Boost

They seem to work on my Ubuntu 9.10. To use, extract and copy all the
files to /usr/lib/pkgconfig. I hope someone will take these lame excuses
for pc files and improve them.

Known issues:
1. Currently only for Boost 1.40.
2. Multithreaded, static libs only.
3. Boost.Python will not link no matter what I do, so I gave up and commented 
it out. :( 

Hope this helps someone besides me.

-- 
libboost1.40-dev doesn't provide pkg-config (.pc) files
https://bugs.launchpad.net/bugs/479180
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 479180] Re: libboost1.40-dev doesn't provide pkg-config (.pc) files

2009-11-09 Thread Adam J Richardson
** Description changed:

  I can't find any pkg-config files for Boost in $PKG_CONFIG_PATH. It
  would be great if the package maintainers could provide some. If
  maintainer time is a problem, I'm prepared to have a stab at making some
  up myself (gulp).
  
  I know this issue has been discussed now and then on the Boost mailing
  list (since 2005?), but it seems to me the conclusion was basically
  "it's up to the package maintainer".
  
  I think this is a bug rather than a feature request, apologies if I'm
  wrong. But it does make Boost tough to use in a crossplatform
  environment.
  
  Environment:
  arichard...@vostro-1:~$ lsb_release -rd
  Description:  Ubuntu 9.10
  Release:  9.10
  
  arichard...@vostro-1:~$ apt-cache policy libboost1.40-dev
  libboost1.40-dev:
-   Installed: 1.40.0-2ubuntu2
-   Candidate: 1.40.0-2ubuntu2
-   Version table:
-  *** 1.40.0-2ubuntu2 0
- 500 http://archive.ubuntu.com karmic/universe Packages
- 100 /var/lib/dpkg/status
+   Installed: 1.40.0-2ubuntu2
+   Candidate: 1.40.0-2ubuntu2
+   Version table:
+  *** 1.40.0-2ubuntu2 0
+ 500 http://archive.ubuntu.com karmic/universe Packages
+ 100 /var/lib/dpkg/status
  
  Expected behaviour:
- arichard...@vostro-1:~/Projects/XMLInjector$ pkg-config --list-all 2>&1 | 
grep boost
+ arichard...@vostro-1:~$ pkg-config --list-all 2>&1 | grep boost
  [list of options I can hand to gcc with `pkg-config --cflags --libs 
boost-filesystem boost-regex boost-etc`]
- arichard...@vostro-1:~/Projects/XMLInjector$ 
+ arichard...@vostro-1:~$
  
  Actual behaviour:
- arichard...@vostro-1:~/Projects/XMLInjector$ pkg-config --list-all 2>&1 | 
grep boost
- arichard...@vostro-1:~/Projects/XMLInjector$ 
+ arichard...@vostro-1:~$ pkg-config --list-all 2>&1 | grep boost
+ arichard...@vostro-1:~$
  
  Thanks for your time.

-- 
libboost1.40-dev doesn't provide pkg-config (.pc) files
https://bugs.launchpad.net/bugs/479180
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs