Summary: | kst 1.6/1.7 does not build due to "'KstWaitCondition' does not name a type" | ||
---|---|---|---|
Product: | [Applications] kst | Reporter: | Funda Wang <fundawang> |
Component: | general | Assignee: | kst |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.7.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
kst/src/widgets/Makefile.in
kst/src/widgets/Makefile |
Description
Funda Wang
2008-07-05 10:59:47 UTC
Could you please attach the Makefile.in and Makefile from kst/src/widgets/ Thanks. Created attachment 25919 [details]
kst/src/widgets/Makefile.in
Created attachment 25920 [details]
kst/src/widgets/Makefile
this problem only occurs when ./configure uses the --enable-final flag this is a problem going back to at least kst 1.3 when widgets was first separated out into its own folder SVN commit 829733 by arwalker: CCBUG:165779 fix compile errors with --enable-final M +2 -2 libkst/kstwaitcondition.h M +2 -2 libkstapp/kstgfx2dplotmousehandler.h WebSVN link: http://websvn.kde.org/?view=rev&revision=829733 Everything is now compiling with --enable-final |