Skip to content

Commit

Permalink
explicitly use boost 1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Luxen committed Sep 5, 2013
1 parent f6d5945 commit 9e75595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ compiler:
# Make sure CMake is installed
install:
- sudo apt-get update >/dev/null
- sudo apt-get -q install build-essential git cmake pkg-config libprotoc-dev libprotobuf7 protobuf-compiler libprotobuf-dev libosmpbf-dev libpng12-dev libbz2-dev libstxxl-dev libstxxl-doc libstxxl1 libxml2-dev libzip-dev libboost-all-dev lua5.1 liblua5.1-0-dev libluabind-dev rubygems osmosis
- sudo apt-get -q install libprotoc-dev libprotobuf7 protobuf-compiler libprotobuf-dev libosmpbf-dev libpng12-dev libbz2-dev libstxxl-dev libstxxl-doc libstxxl1 libxml2-dev libzip-dev libboost1.46-all-dev lua5.1 liblua5.1-0-dev libluabind-dev rubygems osmosis
before_script:
- sudo gem install bundler
- bundle install
Expand Down

2 comments on commit 9e75595

@springmeyer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It appears that installing libluabind-dev pulls in boost 1.48 even if I have already installed libboost1.46-all-dev. So I am ending up with mixed headers/libs between boost versions. Where you seeing this as well?

@springmeyer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bizzare: boost-python-dev is installed for both 1.48 and 1.46: https://gist.github.com/springmeyer/d324e60c4082d4bdce42

Please sign in to comment.