mstoerzel / SourceMetrix

create a nicer looking frontend for the output of the tool Metrix++
MIT License
0 stars 3 forks source link

How to use makefile in windows #13

Open holyraspi opened 4 years ago

holyraspi commented 4 years ago

Hello,

unfortunately I am not so experienced in using and running makefiles on a Windows computer. What do I have to install to run the makefile without errors?

mstoerzel commented 4 years ago

Hello holyraspi, It might be easiest to set up a Linux like environment under Windows. You may give Cygwin (https://www.cygwin.com/) or MinGW (http://www.mingw.org/) a try. Best regards, Marc --Diese Nachricht wurde von meinem Android Mobiltelefon mit WEB.DE Mail gesendet.Am 10.08.20, 10:38 schrieb holyraspi notifications@github.com:

Hello, unfortunately I am not so experienced in using and running makefiles on a Windows computer. What do I have to install to run the makefile without errors? —You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.

holyraspi commented 4 years ago

Thanks, I tried it with cygwin, but I have serveral problems because of "Specified path './' is invalid: " and I do not know how to solve it.

holyraspi commented 4 years ago

Converting database into file ../data/MODEL_BASE_XXX.js [LOG]: ERROR: Specified path './' is invalid: not found in the database records. Opening database file data\MODEL_BASE_XXX.csv 0 files processed.

holyraspi commented 4 years ago

Ticket can be closed. External paths for analysis ($(SRCPATH)) do not work under Windows, internal paths for example to the folder "example-code" could be implemented without errors. For this reason my workspace moved to the main directory of metrix++, problem was solved.