songjinghe / map-matching-matlab

Use GraphHopper's map-matching lib from matlab
GNU Affero General Public License v3.0
3 stars 0 forks source link

map-matching-matlab not compiling #1

Open yenglezou opened 1 year ago

yenglezou commented 1 year ago

I am trying to use the map-matching project for Matlab however I cannot make it to compile. The issue that I get is that the code has too many errors so I can create the python class and run the project. Can you please give me some insights on this? Are there version issues that I need to be aware of? Thank you!

songjinghe commented 1 year ago

please provide more detail of the error, which step and what is the error message?

yenglezou commented 1 year ago

Hello,

Basically the problem is when I am trying to compile the files it produces 89 errors (the ACTMapMatching.java file).

My understanding is that I need to also download load and run some other packages as well which are not described in the ReadMe file. That is, because some of the errors are that some some packages cannot be found.

Thank you for your response.

From: songjinghe @.> Date: Monday, 30 January 2023 at 11:11 AM To: songjinghe/map-matching-matlab @.> Cc: Yiolanda Englezou @.>, Author @.> Subject: Re: [songjinghe/map-matching-matlab] map-matching-matlab not compiling (Issue #1)

please provide more detail of the error, which step and what is the error message?

— Reply to this email directly, view it on GitHubhttps://github.com/songjinghe/map-matching-matlab/issues/1#issuecomment-1408231671, or unsubscribehttps://github.com/notifications/unsubscribe-auth/A45QG6NMAY5F3LNQXA3J2ETWU6ASPANCNFSM6AAAAAAT55LEDM. You are receiving this because you authored the thread.Message ID: @.***>

songjinghe commented 1 year ago

If you still encouter errors, please directly paste the error message (in the compile steps, console output, all of them) here, otherwise I can not locate the problem. It's difficult to help you without a complete code snippet.