Hi there !
I've just uploaded the Alpha version of pd for inclusion in Debian 2.2.
The Intel version will hopefully be done by Debians autocompiler.
I would like to hear is, where people have problems with 0.26 so I can fix that and/or write down instructions how to avoid them.
Guenter
Hello!
On Wed, 18 Aug 1999, Guenter Geiger wrote:
I would like to hear is, where people have problems with 0.26 so I can fix that and/or write down instructions how to avoid them.
I have not checked your .deb yet. pd-0.2 compiled fine. I had to change makefile.linux a bit to install it right.
--- makefile.linux Wed Aug 11 03:51:50 1999 +++ makefile.linux Thu Aug 19 19:21:06 1999 @@ -8,8 +8,8 @@ # ~/pd/src, ~/pd/obj/ ~/pd/bin/, and ~/pd/doc, and to invoke pd I type # ~/pd/bin/pd (OK, actually I have an alias.)
-# INSTALL_PREFIX = /usr/local -# GFLAGS = -DINSTALL_PREFIX="$(INSTALL_PREFIX)" +INSTALL_PREFIX = /usr +GFLAGS = -DINSTALL_PREFIX="$(INSTALL_PREFIX)"
BIN_DIR = ../bin
@@ -104,16 +104,15 @@
install: install-bin install-indep
-INSTDIR = $(DESTDIR)/$(INSTALL_PREFIX) +INSTDIR = $(INSTALL_PREFIX) install-bin:
install-indep:
clean: @@ -130,10 +129,5 @@
include makefile.dependencies
=========================================================================
I threw out the DESTDIR. INSTALL_PREFIX is set to /usr and -D in install is replaced with -d. Debian's install doesn't support -D.
Otherwise 0.26 is great. The clicking resulting from mouse pointer moves through windows finally went away and on PCI128 works just great.
I am new to this list and PD but I find it way cool.
Mikka - aalte saakker...
Miha Tom¹iè writes:
Hello!
On Wed, 18 Aug 1999, Guenter Geiger wrote:
I would like to hear is, where people have problems with 0.26 so I can fix that and/or write down instructions how to avoid them.
I have not checked your .deb yet. pd-0.2 compiled fine. I had to change makefile.linux a bit to install it right.
Yes, the default distribution comes with local installation presets, I made the same changes for the Debian version as you did, but left in the DESTDIR, because it is needed to build Debian packages. Thank you, nevertheless ...
<snip>
Otherwise 0.26 is great. The clicking resulting from mouse pointer moves through windows finally went away and on PCI128 works just great.
I am new to this list and PD but I find it way cool.
Yes, I realized too that realtime behaviour is way better now ....
Guenter