after i had compilled xmms software from the source, WINEs uninstall gives me an error:
[s2@localhost wine]$ su -c "make uninstall" Password: cd `dirname include/__uninstall__` && make uninstall <skipped /> make[2]: Entering directory `/usr/src/wine-cvs/wine/libs/wine' rm -f /usr/local/lib/libwine.a /usr/local/lib/libwine.dll /usr/local/lib/libwine.so /usr/local/lib/libwine.so.1 make[2]: Leaving directory `/usr/src/wine-cvs/wine/libs/wine' make[1]: Leaving directory `/usr/src/wine-cvs/wine/libs' rm -f /usr/local/share/aclocal/wine.m4 rmdir /usr/local/share/aclocal rmdir: `/usr/local/share/aclocal': Directory not empty make: [uninstall] Error 1 (ignored)
[s2@localhost wine]$ ll /usr/local/share/aclocal total 8 -rw-r--r-- 1 root root 5549 Jul 4 18:37 xmms.m4
is that expected way for WINE to work? or should i fill a bugreport?