Re: [OSM-dev] installing Osmium on ubuntu 11.10

2012-12-05 Thread Martin Alegre
Hello everybody,

Thanks for your feedback. As already suggested by you, the problem was that
I haven't had installed the OSM-binary. Now, Osmium is running smoothly!
I actually found the description in the wiki pretty good! I was initially
using only the README file, but must say, that the installation steps
are better described in the wiki page than in the README file.

Best

On Tue, Dec 4, 2012 at 2:20 PM, Jochen Topf joc...@remote.org wrote:

 On Tue, Dec 04, 2012 at 11:56:38AM +, Shaun McDonald wrote:
  On 4 Dec 2012, at 10:10, Sven Geggus li...@fuchsschwanzdomain.de
 wrote:
 
   Martin Alegre tin.ale...@gmail.com wrote:
  
   I'm not sure what I did wrong and therefore any feedback is happily
   welcomed!
  
   Did you look at the read me?
 
  Probably worth adding that info to the web page so that others who use
 the wiki install instructions don't get caught out by missing the read me.

 It *is* explained on the wiki page that you need osmpbf and how to install
 that.

 If anybody has ideas how to improve the wiki page, please do so. It is a
 wiki.

 Jochen
 --
 Jochen Topf  joc...@remote.org  http://www.remote.org/jochen/
 +49-721-388298

 ___
 dev mailing list
 dev@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/dev

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] installing Osmium on ubuntu 11.10

2012-12-04 Thread Sven Geggus
Martin Alegre tin.ale...@gmail.com wrote:

 I'm not sure what I did wrong and therefore any feedback is happily
 welcomed!

Did you look at the readme?

--cut--
PREREQUISITES
-
...
OSMPBF (for PBF support)
https://github.com/scrosby/OSM-binary
You need to build this first.
--cut--

Sven

-- 
Trotz der zunehmenden Verbreitung von Linux erfreut sich der Bär,
und - dank Knut - insbesondere der Eisbär, deutlich größerer
Beliebtheit als der Pinguin. (Gefunden bei http://telepolis.de/)
/me is giggls@ircnet, http://sven.gegg.us/ on the Web

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] installing Osmium on ubuntu 11.10

2012-12-04 Thread Shaun McDonald

On 4 Dec 2012, at 10:10, Sven Geggus li...@fuchsschwanzdomain.de wrote:

 Martin Alegre tin.ale...@gmail.com wrote:
 
 I'm not sure what I did wrong and therefore any feedback is happily
 welcomed!
 
 Did you look at the read me?

Probably worth adding that info to the web page so that others who use the wiki 
install instructions don't get caught out by missing the read me.

Shaun


 
 --cut--
 PREREQUISITES
 -
 ...
 OSMPBF (for PBF support)
https://github.com/scrosby/OSM-binary
You need to build this first.
 --cut--
 
 Sven
 
 -- 
 Trotz der zunehmenden Verbreitung von Linux erfreut sich der Bär,
 und - dank Knut - insbesondere der Eisbär, deutlich größerer
 Beliebtheit als der Pinguin. (Gefunden bei http://telepolis.de/)
 /me is giggls@ircnet, http://sven.gegg.us/ on the Web
 
 ___
 dev mailing list
 dev@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/dev


___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] installing Osmium on ubuntu 11.10

2012-12-04 Thread Jochen Topf
On Tue, Dec 04, 2012 at 11:56:38AM +, Shaun McDonald wrote:
 On 4 Dec 2012, at 10:10, Sven Geggus li...@fuchsschwanzdomain.de wrote:
 
  Martin Alegre tin.ale...@gmail.com wrote:
  
  I'm not sure what I did wrong and therefore any feedback is happily
  welcomed!
  
  Did you look at the read me?
 
 Probably worth adding that info to the web page so that others who use the 
 wiki install instructions don't get caught out by missing the read me.

It *is* explained on the wiki page that you need osmpbf and how to install
that.

If anybody has ideas how to improve the wiki page, please do so. It is a wiki.

Jochen
-- 
Jochen Topf  joc...@remote.org  http://www.remote.org/jochen/  +49-721-388298

___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


[OSM-dev] installing Osmium on ubuntu 11.10

2012-12-03 Thread Martin Alegre
Dear all,

I'm new to the OSM community and currently I'm trying to install the Osmium
framework under ubuntu 11.10, but I'm facing some compilation errors. The
steps that I followed can be summarized as follows:
1. I basically first installed all the dependencies as suggested in the Osmium
Quick Start http://wiki.openstreetmap.org/wiki/Osmium/Quick_Start webpage
[OK]
2. I manually downloaded the zip file available from the Osmium's github
repository https://github.com/joto/osmium and unpacked locally under a
local directory, say: /media/projects/osm/  [OK]
3. Then, I called make install from the console and the include files
were installed [OK].
4. Next, I called make test and all the test passed by displaying *** No
errors detected in the console [OK].
5. Finally, being inside the examples subdirectory, I called make and a
compiler error message was displayed [NOT OK]:
$ make
g++ -g -Wall -Wextra -Wdisabled-optimization -pedantic -Wctor-dtor-privacy
-Wnon-virtual-dtor -Woverloaded-virtual -Wsign-promo -Wno-long-long
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -DOSMIUM_WITH_DEBUG
-I/usr/include/libxml2 -o osmium_convert osmium_convert.cpp -lexpat -lz
-lpthread -lprotobuf-lite -losmpbf -lxml2
In file included from ../include/osmium.hpp:26:0,
 from osmium_convert.cpp:33:
../include/osmium/input/pbf.hpp:33:27: fatal error: osmpbf/osmpbf.h: No
such file or directory
compilation terminated.
make: *** [osmium_convert] Error 1

I'm not sure what I did wrong and therefore any feedback is happily
welcomed!

Best,

Javier
___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev


Re: [OSM-dev] installing Osmium on ubuntu 11.10

2012-12-03 Thread Dennis Luxen
Install package libosmpbf-dev (or similar name).

--Dennis 

Am 03.12.2012 um 17:37 schrieb Martin Alegre tin.ale...@gmail.com:

 Dear all,
 
 I'm new to the OSM community and currently I'm trying to install the Osmium 
 framework under ubuntu 11.10, but I'm facing some compilation errors. The 
 steps that I followed can be summarized as follows:
 1. I basically first installed all the dependencies as suggested in the 
 Osmium Quick Start webpage [OK]
 2. I manually downloaded the zip file available from the Osmium's github 
 repository and unpacked locally under a local directory, say: 
 /media/projects/osm/  [OK]
 3. Then, I called make install from the console and the include files were 
 installed [OK].
 4. Next, I called make test and all the test passed by displaying *** No 
 errors detected in the console [OK].
 5. Finally, being inside the examples subdirectory, I called make and a 
 compiler error message was displayed [NOT OK]:
 $ make
 g++ -g -Wall -Wextra -Wdisabled-optimization -pedantic -Wctor-dtor-privacy 
 -Wnon-virtual-dtor -Woverloaded-virtual -Wsign-promo -Wno-long-long 
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I../include -DOSMIUM_WITH_DEBUG 
 -I/usr/include/libxml2 -o osmium_convert osmium_convert.cpp -lexpat -lz 
 -lpthread -lprotobuf-lite -losmpbf -lxml2
 In file included from ../include/osmium.hpp:26:0,
  from osmium_convert.cpp:33:
 ../include/osmium/input/pbf.hpp:33:27: fatal error: osmpbf/osmpbf.h: No such 
 file or directory
 compilation terminated.
 make: *** [osmium_convert] Error 1
 
 I'm not sure what I did wrong and therefore any feedback is happily welcomed!
 
 Best,
 
 Javier
 
 
 
 
 ___
 dev mailing list
 dev@openstreetmap.org
 http://lists.openstreetmap.org/listinfo/dev
___
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev