-
Notifications
You must be signed in to change notification settings - Fork 36
Regression: Failing to build static libraries #92
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
Comments
Chris, I was almost sure that the new get links function I have introduced was not bullet-proof (with Travis I have some difficulties to add interdependent tests). Thank you very much for reporting it, I'll fix soon. Cheers |
I have just uploaded a patched-master branch, I'll push on PyPi when you confirm it works. |
Thanks @szaghi, it works now! |
Done in v2.2.1, also uploaded on PyPi. |
These fixes don't seem to have made it into the release directory. As such, when I install from PyPI they are not present. For some reason, when I was testing your pre-release commits, the release directory was updated and everything worked fine. I must have run some Pybuilder command at some point, I guess. |
@cmacmackin Chris, thank for reporting! Yesterday when I created the PyPi release I should had made some errors, there was a lot of noise in my office.... I'll try to correct today. |
Chris, the new v2.2.2 on PyPi should be now up-to-date with this master. Sorry for the messy! |
Dear @cmacmackin, there are two type of bikers: who goes full throttle also
when the road is full of water and who quickly returns to the garage at the
first drop of rain... Maybe @szaghi belongs to the second group...
Il 29 dic 2016 7:59 AM, "Stefano Zaghi" <notifications@github.com> ha
scritto:
@cmacmackin <https://github.com/cmacmackin>
Chris, the new v2.2.2 on PyPi should be now up-to-date with this master.
Sorry for the messy!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#92 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AGpxIcc5tMP6Rw2p4Pw8IYyWXVFnSuSVks5rM1pYgaJpZM4LVB_W>
.
|
@cmacmackin @giacombum Dear Giacomo, you are wrong (as often happen to young men): there are only 2 kind of bikers, who had fallen and who are not yet fallen, but will do soon 😄 I had fallen, but I am still running... |
Thanks again for including dependency libraries in the link command to produce shared libraries. However, this has introduced a regression when building static libraries. You are trying to include the libraries in the
ar
command, which does not accept them. as such, you get error messages like this:The text was updated successfully, but these errors were encountered: