"No rule to make target `Sampler'. Stop." (libgig-3.3.0)

You're new to the LinuxSampler world? You don't know where to start and nothing works? Here's the place to ask for help.
Post Reply
dbolton
Newbie
Posts: 14
Joined: Sat Mar 06, 2010 6:28 am

"No rule to make target `Sampler'. Stop." (libgig-3.3.0)

Post by dbolton » Tue Jul 09, 2013 7:37 am

I tried to compile LinuxSampler by followinig the instructions at http://www.linuxsampler.org/debian.html#build_backend.

I typed the following command: dpkg-buildpackage -rfakeroot -b
but got the following error message:

Code: Select all

make[2]: Leaving directory `/home/david/Downloads/Linux Sampler source files/libgig-3.3.0'
make[1]: *** No rule to make target `Sampler'.  Stop.
make[1]: Leaving directory `/home/david/Downloads/Linux Sampler source files/libgig-3.3.0'
make: *** [install] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
My only consious deviation from the instructions was to leave the debian/rules file unaltered (since I haven't been able to succesfully run the benchmarks. For details, see http://bb.linuxsampler.org/viewtopic.ph ... 5594dbf6fd.)

I am on Ubuntu Studio 13.04.

dbolton
Newbie
Posts: 14
Joined: Sat Mar 06, 2010 6:28 am

Re: "No rule to make target `Sampler'. Stop." (libgig-3.3.0

Post by dbolton » Sun Jul 14, 2013 2:37 am

So it turns out the source of this error was the spaces in the path name. I renamed the folder from "Linux Sampler source files" to "linuxsampler" and now it packages. Yay!

Post Reply