-
Notifications
You must be signed in to change notification settings - Fork 25
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
Error on compile on Fedora Rawhide #224
Comments
Does replacing the line Line 233 in d4f36e2
with const xmlError *e = xmlGetLastError(); fix the problem? I can't test because I'm on Wayland. |
I get the same error now on arch, the patch resolves it. |
Not for compilation but for running and testing — at least here, it crashes on Wayland. EDIT: |
Ok, but here it opens fine with EDIT: will run x11 session with openbox to be sure. |
@stefonarch @farchord |
Obconf-qt is working fine I see, go ahead. There are no new translations, but some have been merged after the last release, nothing to merge. |
What about #219? |
I've lost interest somehow in this, as it's not possible for most lxqt apps. |
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
Context
This issue stops us from compiling obconf-qt on the next version of Fedora (Rawhide).
System Information
The short of the error is as follows:
/builddir/build/BUILD/obconf-qt-0.16.3/src/obconf-qt.cpp:233:36: error: invalid conversion from ‘const xmlError*’ {aka ‘const _xmlError*’} to ‘xmlErrorPtr’ {aka ‘_xmlError*’} [-fpermissive]
233 | xmlErrorPtr e = xmlGetLastError();
| ~~~~~~~~~~~~~~~^~
| |
| const xmlError* {aka const _xmlError*}
Attaching the whole build log as well.
Thank you!
build.log
The text was updated successfully, but these errors were encountered: