Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68230 - QWT headers install to /usr/include/qwt, but designer plugin (qwtplugin.so) expects them in /usr/include
Summary: QWT headers install to /usr/include/qwt, but designer plugin (qwtplugin.so) e...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-19 19:28 UTC by David Flogeras
Modified: 2004-10-25 01:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Flogeras 2004-10-19 19:28:18 UTC
Headers are installed in /usr/include/qwt/ but when using Designer the moc files generate #include's as if they were in /usr/include

Reproducible: Always
Steps to Reproduce:
1. Open designer and add any Qwt widget to a form
2. Generate the subclass based on the .ui file
3.

Actual Results:  
#include <qwt_plot.h> 

Expected Results:  
#include <qwt/qwt_plot.h>
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2004-10-19 23:21:49 UTC
Fixing in _rc2-r1, thanks.
Comment 2 David Flogeras 2004-10-20 16:05:12 UTC
Cheers!  Likewise, the examples in /usr/share/doc/qwt-4.2.0_rc1/examples are expecting the headers in /usr/include. (just a sidenote, it will also go away once the headers are moved in 4.2.0_rc2-r1.ebuild)
Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2004-10-20 23:42:09 UTC
Added /usr/include/qwt to their include path, thanks.
Comment 4 Patrick Kursawe (RETIRED) gentoo-dev 2004-10-25 00:35:36 UTC
Well, your suggestion brings a little more consequences: Qwt headers should also include other qwt headers using qwt/... - working on it.
Comment 5 Patrick Kursawe (RETIRED) gentoo-dev 2004-10-25 01:29:02 UTC
Done.