-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't build project in local machine #586
Comments
Oh, I would be very surprised if the "super-build" script (the Makefile in the root folder to compile the complete Pipeline source) would just work on Windows. I did play with the idea of including a The build script has some other Unix-specific dependencies apart from (GNU) make at the moment, such as for instance bash. So a proper solution will also need to include Windows versions of those tools (or replace them with other tools). We also spent some time a while back trying to make it work with Cygwin but abandoned that idea because I think it was really too cumbersome. In all honesty: it is not very likely that we will make the super-build script cross-platform anytime soon, without external help, or without a good reason to do so. Of course I'm happy to help you if you want to continue with it. I think the GnuWin32 approach could work. However first ask yourself the question whether it is worth the effort: For most contributions, it is enough to be able to recompile only a very small part of Pipeline. The source code is heavily modularized and often you can make changes to a single module, and run the unit tests of that module. And it is not that hard to then substitute that one module in the full Pipeline "assembly" with your new version. I'll also update the developer documentation because I notice it is slightly outdated. |
You said that it would be surprising the make running on windows, then it must be any procedure to compile and build for windows even over Linux or MacOS. Thanks. |
Yes, that is correct. |
Hi!! We are trying to build the project in local machine.
We have installed this:
And launch "make dist" over https://github.com/daisy/pipeline.
But we have this error:
Can you help me? Thanks!!!
The text was updated successfully, but these errors were encountered: