fix ninjamcast to compile#10
Conversation
|
Federico, I'm trying to compile with VC++ 6 and I'm getting this errors: LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other libs; use /NODEFAULTLIB:library TIA, |
|
Hi Pagano, problably some ifdef is needed on makefile to make It work on windows. I tested only on Gnu/Linux |
|
@pagano asking to Google i found this https://docs.microsoft.com/en-us/cpp/error-messages/tool-errors/linker-tools-warning-lnk4098?view=vs-2019 |
|
I don't know where else to put this, or who needs to hear this, but |
|
Love to bump this. It's implied that you can compile this from the above comment how did you compile it? There are old branches of ninjamcast but they also can't compile. https://github.com/ayvan/ninjamcast |
|
Hi, For the moment to compile ninjamcast just take the patch and apply it manually by yourself, then to workaround the compile issue just revert the commit. Or if you are lazy clone directly this https://github.com/AudioHackLab/ninjam it's my fork from Mar 27, 2020 with the patch already there so just compile it. |
Tested on Gnu/Linux Debian 9 and 10, demo here: http://live.audiohacklab.org:8000/ahl
To compile ninjamcast:
cd ninjam/ninjamcast/
make