itinero / routing

The routing core of itinero.
Apache License 2.0
221 stars 69 forks source link

build error: CS0117: 'Constants' does not contain a definition for 'NO_VERTEX' #186

Closed jhidding closed 6 years ago

jhidding commented 6 years ago

Building on Debian/testing, using dotnet-sdk-2.1.4, I get the following errors

Nodes/DynamicVehicleNodeTagProcessor.cs(129,41): error CS0117: 'Constants' does not contain a definition for 'NO_VERTEX' Restrictions/RestrictionProcessor.cs(153,41): error CS0117: 'Constants' does not contain a definition for 'NO_VERTEX' Streams/RouterDbStreamTarget.cs(121,46): error CS0117: 'Constants' does not contain a definition for 'NO_VERTEX' Streams/RouterDbStreamTarget.cs(145,42): error CS0117: 'Constants' does not contain a definition for 'NO_VERTEX'

Build FAILED

more errors follow.

xivk commented 6 years ago

Strange... this is the develop branch I assume? I develop on Ubuntu 16.04 myself. There are no other errors and this is a clean clone?

xivk commented 6 years ago

Apologies, this is so obvious. Sorry about this, fixing now.

xivk commented 6 years ago

This should be fixed, waiting for the build server to finish.