| Summary: | kdeaccessibility: make fails for ksayit | ||
|---|---|---|---|
| Product: | [I don't know] kde | Reporter: | Arash Abedinzadeh <thunfisch> |
| Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | garycramblitt |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
make log
System information |
||
|
Description
Arash Abedinzadeh
2005-01-15 23:26:17 UTC
Created attachment 9108 [details]
make log
Created attachment 9109 [details]
System information
CVS commit by ctennis: ksayit seems to need arts, so turn off compilation if --without-arts is specified at configure time. CCMAIL:97106-done@bugs.kde.org M +5 -0 configure.in.in 1.2 --- kdeaccessibility/ksayit/configure.in.in #1.1:1.2 @@ -1,4 +1,8 @@ #MIN_CONFIG(3.0.0) +if test "x$build_arts" = "xno"; then + DO_NOT_COMPILE="$DO_NOT_COMPILE ksayit" +fi + AM_INIT_AUTOMAKE(ksayit, 0.8.3) AC_C_BIGENDIAN @@ -7,2 +11,3 @@ CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS" CXXFLAGS="$CXXFLAGS $USE_RTTI" dnl (if you also want rtti) + AFAIK, aRts is still the standard audio library for KDE applications. KTTS also *requires* aRts, and therefore so does KMouth. GStreamer is an option for KTTS but there are issues with GStreamer and wav files. It is premature to assume that one can run KDE without at least having aRts libraries installed. |