On Sun, 20 May 2007, Carlos Pino wrote:
Yeah !! great news ! Thanks for this great app.
I got some problems to build it in Debian Etch:
if test -f ./phasex.desktop; then \
/usr/bin/install -c -m 644 ./phasex.desktop
/tmp/phasex-0.10.2/debian/phasex/usr/local/share/phasex; \
desktop-file-install --vendor=sysex --add-category="Audio"
--add-category="AudioVideo" \
--add-category="X-MIDI" --add-category="X-JACK"
./phasex.desktop; \
fi
Error on file "./phasex.desktop": Failed to open
"/usr/share/applications/sysex-phasex.desktop.new-tmp": Permiso denegado
make[3]: *** [install-data-local] Error 1
make[3]: se sale del directorio `/tmp/phasex-0.10.2'
make[2]: *** [install-am] Error 2
make[2]: se sale del directorio `/tmp/phasex-0.10.2'
make[1]: *** [install-recursive] Error 1
make[1]: se sale del directorio `/tmp/phasex-0.10.2'
make: *** [install] Error 2
It's looking like there's too many differences in the application
categories between distros, so I've taken the desktop-file-install
usage out of the 'make install' for version 0.10.3, available now at
http://sysex.net/phasex .
Cheers,
--ww