-
alm
Hello,
I am having exactly the same error as @smark
-
OS: Ubuntu 14.04, 64 bit
-
autoconf: 2.69-6
-
automake: 1:1.14.1-2ubuntu1
-
pd-extended: 0.43.4
When I remove Gem from the Makefile in pd-extended/externals, and try "make install && make package", everything else gets compiled and .deb package is made (Pd-0.43.4-extended.deb).
However, installing this .deb package via Ubuntu Software Center seemingly does nothing: "/usr/local/bin" folder remains empty, the Software Center shows "Reilstall" for the package (not the typical "Remove"). When I run "pd" in Terminal, I get:
"The program 'pd' is currently not installed. You can install it by typing:
sudo apt-get install puredata-core"I am building Pd for an AMD64 Ubuntu installation on a PC, not cross-compiling it for armhf.
Please help.
UPDATE:
OK. Everything compiles with automake 1.11. No errors.
But installation via .deb package still does not work.
Installation via the generated Makefile (make installer_makefile) works though. -