Open holyraspi opened 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.
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.
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.
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.
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?