pd-0.26 uploaded to Debian

Miha Tomšič miha.tomsic at guest.arnes.si
Fri Aug 20 12:23:49 CEST 1999


	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.  

here is the patch:
=========================================================================
--- 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 -d $(INSTDIR)/lib/pd/bin
 	install $(BIN_DIR)/pd-gui $(INSTDIR)/lib/pd/bin/pd-gui
 	cp $(PDEXEC) $(INSTDIR)/bin/pd
 
 install-indep:
-	install -D $(INSTDIR)/lib/pd/src
-	install  -m644 *.tk $(INSTDIR)/lib/pd/src
-
 	install -d $(INSTDIR)/lib/pd/src
+	install  -m644 *.tk $(INSTDIR)/lib/pd/src
 	cp -r ../doc $(INSTDIR)/lib/pd/
 
 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č --- C. na postajo 55 -- SI-1351 Brezovica pri Lj. --- SLOVENIA -




More information about the Pd-list mailing list