Skip to content
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

Fails to build on Ubuntu 15.10: QPrinter: No such file or directory #11

Closed
ckorn opened this issue Oct 22, 2015 · 5 comments
Closed

Fails to build on Ubuntu 15.10: QPrinter: No such file or directory #11

ckorn opened this issue Oct 22, 2015 · 5 comments

Comments

@ckorn
Copy link

ckorn commented Oct 22, 2015

In the new Ubuntu version 15.10 there is a build error:
src/HelpBrowser/helpbrowser.cpp:48:20: fatal error: QPrinter: No such file or directory

This file should be included in the qtbase5-dev package:
http://packages.ubuntu.com/wily/i386/qtbase5-dev/filelist

This is the build log:
http://zulu309.server4you.de/build/logs/luminance_2.4.0-1~getdeb4~wily-i386-20151021-2332

The package is installed but it fails anyway.

@fcomida
Copy link
Contributor

fcomida commented Oct 23, 2015

I have this in main CMakeLists.txt:

find_package(Qt5PrintSupport REQUIRED)

and in src/HelpBrowser/CMakeLists.txt:

qt5_use_modules(helpbrowser Core Concurrent Gui Widgets Xml WebKit
WebKitWidgets PrintSupport)

On 22 October 2015 at 20:04, Christoph Korn notifications@github.com
wrote:

In the new Ubuntu version 15.10 there is a build error:
src/HelpBrowser/helpbrowser.cpp:48:20: fatal error: QPrinter: No such file
or directory

This file should be included in the qtbase5-dev package:
http://packages.ubuntu.com/wily/i386/qtbase5-dev/filelist

This is the build log:

http://zulu309.server4you.de/build/logs/luminance_2.4.0-1~getdeb4~wily-i386-20151021-2332

The package is installed but it fails anyway.


Reply to this email directly or view it on GitHub
#11.

@ckorn
Copy link
Author

ckorn commented Oct 23, 2015

Thanks.

Is 2.4.0 still the latest version? There has been no new tag for a long time.

@ckorn ckorn closed this as completed Oct 23, 2015
@fcomida
Copy link
Contributor

fcomida commented Oct 24, 2015

Yes it is. I have a patch fixing a small bug in TonemappingPanel I'm
sending to you. Another big issue is in HdrWizard, as soon as I make a
patch for it I'll send it to you as well.

Regards

On 23 October 2015 at 21:59, Christoph Korn notifications@github.com
wrote:

Closed #11 #11.


Reply to this email directly or view it on GitHub
#11 (comment).

@davideanastasia
Copy link
Member

Are these changes in the CMake config upstream as well?

@fcomida
Copy link
Contributor

fcomida commented Oct 24, 2015

No Davide, I haven't commited anything yet.
I wanna fix Exif now, I proposed the releasing of a bugfixing version of
2.4 long ago with just those few patches, let me know what you think.

On 24 October 2015 at 11:02, Davide Anastasia notifications@github.com
wrote:

Are these changes in the CMake config upstream as well?


Reply to this email directly or view it on GitHub
#11 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants