-
Notifications
You must be signed in to change notification settings - Fork 65
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
Configure file is in transition. #58
Comments
Nothing has changed regarding Windows - what exactly is the breakage? |
I believe we can close this generic issue. |
Can we close this now? |
This is definitely obsolete content. Closing it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have merged the new configure file replacing auotools.
During the transition, some of the feature of autotools is missing but we are planning to add features one by one.
I know there are people who do not like having less features but it is indispensable during of any project when refactoring. I will take full responsible of this situation and please do not flame @janstary.
The features not working at the moment where I noticed are:
*) make rprm
*) make check (honestly there were no test program on rtptools)
*) cross-compilation
*) building on Windows.
I have created a branch which is based on autotool as
with-autotools
.For those who are just interested on using rtptools with the feature above,
$ git clone https://github.com/columbia-irt/rtptools rtptools-autotools
$ cd rtptools-autotools
$ git checkout with-autotools
$ aclocal
$ automake --add-missing --force-missing
$ autoconf
I have no plan to update the branch with-autotools when the master evolves.
The branch with-autotools will be frozen and it is planned to be deleted when the master become mature.
The text was updated successfully, but these errors were encountered: