Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'wc' is not recognized as an internal or external command, on windows #191

Closed
robe2 opened this issue Oct 15, 2017 · 2 comments
Closed

'wc' is not recognized as an internal or external command, on windows #191

robe2 opened this issue Oct 15, 2017 · 2 comments

Comments

@robe2
Copy link
Member

robe2 commented Oct 15, 2017

I compiled osm2pgrouting 2.3.1 under mingw64 for postgis bundle distribution.

When I run load I get this:

host = localhost
port = 5447
dbname = test_db
username = postgres
password =
schema=
prefix =
suffix =
Install postgis if not found
Drop tables
Don't create indexes
Add OSM nodes
Don't add OSM ways
Don't add OSM relations


No $HOME found
Testing database connection: test_db
database connection successful: test_db
Connecting to the database
connection success

Dropping tables...
TABLE: ways dropped ... OK.
TABLE: ways_vertices_pgr dropped ... OK.
TABLE: pointsofinterest dropped ... OK.
TABLE: configuration dropped ... OK.
TABLE: osm_nodes dropped ... OK.
TABLE: osm_ways dropped ... OK.
TABLE: osm_relations dropped ... OK.

Creating tables...
TABLE: ways_vertices_pgr created ... OK.
TABLE: ways created ... OK.
TABLE: pointsofinterest created ... OK.
TABLE: configuration created ... OK.
TABLE: osm_nodes created ... OK.
TABLE: osm_ways created ... OK.
TABLE: osm_relations created ... OK.
Opening configuration file: C:\ming64gcc48\projects\osm2pgrouting\rel\osm2pgrouting-pg10-binaries-2.3.1w64gcc48\share\mapconfig.xml
Parsing configuration

Exporting configuration ...

  • Done
    Counting lines ...
    'wc' is not recognized as an internal or external command,
@robe2 robe2 added this to the osm2pgrouting 2.3.2 milestone Oct 15, 2017
@robe2
Copy link
Member Author

robe2 commented Oct 16, 2017

works with develop now. thanks @cvvergara

@cvvergara
Copy link
Member

@robe2
Will prepare 2.3.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants