orpiske edited a comment on issue #213: URL: https://github.com/apache/camel-k/issues/213#issuecomment-842267284
The problem is that the `Makefile` is a symlink to `script/Makefile` (assuming that was the case at the time the ticket was opened). So, the build command for Windows should be `make -f script/Makefile`. However, there are other portability issues which would require fix. I have a patch that is able to partially build the project (only the `build-kamel` target). I don't intend to send this as contribution to the project (because I don't know enough about Windows to do so and lack of interest), but it should give an idea of what is required for that in case anyone wants to contribute it: https://github.com/orpiske/camel-k/commit/15bd93c28a8b24aabfa84160cbef452988a8aecd -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
