Bugs item #1837649, was opened at 2007-11-24 11:30 Message generated for change (Comment added) made by eighthave You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1837649...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pd-extended Group: v0.39.2
Status: Closed Resolution: Fixed
Priority: 5 Private: No Submitted By: IOhannes m zmölnig (zmoelnig) Assigned to: Hans-Christoph Steiner (eighthave) Summary: pd-extended's "make" does "make install"
Initial Comment: when doing a "make" in pd-extended (as root), will install everything to /usr/local/
this is _not_ what is usually expected: use "make install" when you want to install things with make.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-11-26 14:48
Message: Logged In: YES user_id=27104 Originator: NO
That sounds like a good idea, I added it to generate_install_makefile.bash and checked it in.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig) Date: 2007-11-26 04:46
Message: Logged In: YES user_id=564396 Originator: YES
oops, got the quotes wrong, this should be better:
default: @echo 'you have to run "make install" to install pd-extended'
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig) Date: 2007-11-26 04:07
Message: Logged In: YES user_id=564396 Originator: YES
a quick fix would be to just add these 2 lines to the very beginning of the Makefile:
default: @echo 'you have to run "make install' to install pd-extended'
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig) Date: 2007-11-26 04:06
Message: Logged In: YES user_id=564396 Originator: YES
ok, here are the steps to reproduce it: 1. get Pd-0.39.3-extended-planetccrma6-i386.tar.bz2 2. untar it 3. cd into the Pd-0.39.3-extended/ directory 4. become a privileged user (aka root) 5. run "make" 6. Pd-extended will install itself into /usr/local
the README.txt says, that you have to run "make install" to install, not just "make"
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave) Date: 2007-11-24 14:53
Message: Logged In: YES user_id=27104 Originator: NO
Where are you running make? More details are needed.
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1837649...