[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-dev] XPFilter-0.2 problems



Hello,

in the previous days I was hacking a bit with the XPFilter-0.2 sample
downloaded from the xaraxtreme.org site.  I have found a few problems:

1) (trivial) configure.in Makefile.am README xpfilter.cpp xpfilterui.cpp
   have executable (chmod +x) flag set
2) (trivial) *.cpp files have CRNL line terminators instead of NL
3) xpfilter.h, xpfilterui.h and xpfilter.xml are not included into the
   distribution, probably because they were not included into the Makefile.am
   (i.e. "make dist" command packs an uncomplete distribution)
4) Makefile.am does not include an "uninstall" feature

I have uploaded a patch to http://www.kynosoft.com/xpfilter.patch
that solves 3) and 4) and includes a rewritten copy of xpfilter.h
xpfilterui.h and xpfilter.xml in case someone googles this message and
needs them.

Sandro

P.S: Is the XPFilter sample stored somewhere in the SVN repository?