[Bug 70808] Cannot compile lib/qmdiext/kmdidockwidget.h - missing kdockwidget_p.h

aaronw at net.com aaronw at net.com
Sat Dec 20 04:51:02 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=70808     




------- Additional Comments From aaronw at net.com  2003-12-20 04:49 -------
I have traced this problem down to a bug in configure.  For some reason, it does not pass the correct include path to GCC.

I have my prefix set to /opt/kde3/3.2beta but what actually gets passed to g++ from configure when testing kmdi is

-I${prefix}/include

For some reason it does not resolve ${prefix} and substitute /opt/kde3/3.2beta, even though I can see that $prefix is set properly.  I'm not a shell script guru, so I don't know what exactly is causing this, but after I hard-coded $kde_includes to be $prefix/include (where it did get properly passed to g++) everything works fine and qextmdi is not getting compiled.




More information about the KDevelop-devel mailing list