Re: [OSM-dev] first version of the autocad dxf2osm running with polygons

2010-01-14 Thread Jonathan-David SCHRODER
I have autoconf (GNU Autoconf) 2.63 and automake (GNU automake) 1.10.2 those macro errors seem to be common between new and old autoconf versions when searching google. I'll dig into that though most projects sheep with a configure.sh why doesn't your repo give that ? thanks for your replies

Re: [OSM-dev] first version of the autocad dxf2osm running with polygons

2010-01-14 Thread jamesmikedup...@googlemail.com
I can check it in no problem. push: To g...@github.com:h4ck3rm1k3/TwoNickels.git e5c9653..c8e4009 master - master updating local tracking ref 'refs/remotes/origin/master' On Thu, Jan 14, 2010 at 12:28 PM, Jonathan-David SCHRODER jonathan.schro...@gmail.com wrote: I have autoconf (GNU

Re: [OSM-dev] first version of the autocad dxf2osm running with polygons

2010-01-13 Thread Jonathan-David SCHRODER
Hello thanks very much for your help and chat proposal thanks for having written this boostrap script ! ...though I still have problems with it sorry and bootstrap's output is below : (I'm using tonight's git clone of your TwoNickels repo at git:// github.com/h4ck3rm1k3/TwoNickels.git ) Thanks

Re: [OSM-dev] first version of the autocad dxf2osm running with polygons

2010-01-13 Thread jamesmikedup...@googlemail.com
I am using : Autoconf version 2.13 automake (GNU automake) 1.11 Strange, but the versions from karmic are different: http://packages.ubuntu.com/de/karmic/automake http://packages.ubuntu.com/de/karmic/autoconf dlocate /usr/bin/autoconf autoconf: /usr/bin/autoconf autoconf2.13: /usr/bin/autoconf

Re: [OSM-dev] first version of the autocad dxf2osm running with polygons

2010-01-11 Thread Jonathan-David SCHRODER
Hello James !! Thank you for this project. We have cloned your github http://github.com/h4ck3rm1k3/TwoNickels and we do not manage to just ./configure the project because this file doesn't exist. We plan to use your converter for buildings dxf maps = osm conversion for indoor mapping. Can you

Re: [OSM-dev] first version of the autocad dxf2osm running with polygons

2010-01-11 Thread jamesmikedup...@googlemail.com
Just use aclocal automake autoconf that will generate the configure. also you will need the proj stuff i checked in, otherwise if you want to use the standard proje we can patch it. It is hard coded to use the brazil transform. I will help you get this running, are you on irc.freenode.net #osm

Re: [OSM-dev] first version of the autocad dxf2osm running with polygons

2010-01-11 Thread jamesmikedup...@googlemail.com
ok, I am not leaving right now, have another hour. The code for the proj is here : proj/proj.cpp: int ret=pj_transform1(fromProj, toProj, ax, ay, az); the function is : void convertPoint(double x, double y, double rx, double ry) it should be refactored and put into a new file. That function

[OSM-dev] first version of the autocad dxf2osm running with polygons

2010-01-04 Thread jamesmikedup...@googlemail.com
I have made a version of dime that compiles with gcc on linux and has openstreetmap output. It uses a hacked version of proj, which i want to integrate closely using c++ templates to reduce overhead. It is my opinion that we can add in all these templates to produce a inline template function