First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 68230
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: David Flogeras <dflogera@nbnet.nb.ca>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 68230 depends on: Show dependency tree
Bug 68230 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-10-19 19:28 0000
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 From Patrick Kursawe 2004-10-19 23:21:49 0000 -------
Fixing in _rc2-r1, thanks.

------- Comment #2 From David Flogeras 2004-10-20 16:05:12 0000 -------
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 From Patrick Kursawe 2004-10-20 23:42:09 0000 -------
Added /usr/include/qwt to their include path, thanks.

------- Comment #4 From Patrick Kursawe 2004-10-25 00:35:36 0000 -------
Well, your suggestion brings a little more consequences: Qwt headers should
also include other qwt headers using qwt/... - working on it.

------- Comment #5 From Patrick Kursawe 2004-10-25 01:29:02 0000 -------
Done.

First Last Prev Next    No search results available      Search page      Enter new bug