-
Notifications
You must be signed in to change notification settings - Fork 100
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
New gcc won't compile libxml++ with -Werror #37
Comments
auto_ptr was depreciated (ie you would have to revert to older versions of gcc/boost/libxml) This repo should be updated to use new repos ie replace auto_ptr with unique_ptr |
@jhenselUNH would you accept a PR that does that? |
PR? I believe the older version of ubuntu would have these libs pre-installed but I may be incorrect (12.x, 10.x) EDIT: I think I am incorrect actually (I know at least gcc doesn't come pre-installed on those distros) |
The problem is not with compiling the package, per se, it would just be
nicer if this package would support newer compilers out of the box.
I want to submit a pull-request modernizing the code.
Would you be interested in merging such a pull request?
…On Thu, Oct 5, 2017 at 11:27 PM, Jeffrey Hensel ***@***.***> wrote:
PR? I believe the older version of ubuntu would have these libs
pre-installed but I may be incorrect (12.x, 10.x)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAP4opbgIxNkuHGvm2KPm8QEM5rD-L-3ks5spTuvgaJpZM4Pp28B>
.
|
I agree if you submit a change request it would be nice to have this repo updated to utilize the newer compiler. This being said it will be up to the active members of the UNH-IOL to accept/decline the change (since they build on top of these repos we don't want to break any of their code). Once you post it I can reach out to them about this |
When compiling with Werror, errors are thrown for using
autoptr
For example
The text was updated successfully, but these errors were encountered: