Revision 704666

Go back to digest for 26th August 2007

Other in KDE Base

Jos van den Oever committed changes in /trunk/kdesupport/strigi:

Cygwin fixes by Ben van Klinken

For fun I tried compiling strigi with cygwin. I got the core things working (deepfind, etc), here's a small patch of the things i had to change to make it work (against the current svn).

Mostly compile stuff (assumptions are made that if the compiler is not msvc then it is mingw). Also there are some ambiguous casts for addValue. And a small typo in the strigiconfig.h.cmake file (which wasn't actually necessary, but is probably incorrect).

File Changes

Modified 13 files
  • /trunk/kdesupport/strigi
  •   /ConfigureChecks.cmake
  •   /src/streamanalyzer/analyzerloader.cpp
  •   /src/streamanalyzer/endanalyzers/helperendanalyzer.cpp
  •   /src/streamanalyzer/endanalyzers/mpegendanalyzer.cpp
  •   /src/streamanalyzer/endplugins/CMakeLists.txt
  •   /src/streamanalyzer/lineplugins/CMakeLists.txt
  •   /src/streamanalyzer/lineplugins/cpplineanalyzer.cpp
  •   /src/streamanalyzer/saxplugins/CMakeLists.txt
  •   /src/streamanalyzer/throughplugins/CMakeLists.txt
  •   /src/streamanalyzer/throughplugins/gifthroughanalyzer.cpp
  •   /src/streamanalyzer/throughplugins/pcxthroughanalyzer.cpp
  •   /src/streams/strigi/strigiconfig.h.cmake
  •   /src/streams/strigi/strigiconfig.h.win32.cmake
13 files changed in total