Jsampler : gigedit error compiling

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
allany
Newbie
Posts: 4
Joined: Wed Apr 07, 2010 7:50 am

Jsampler : gigedit error compiling

Post by allany » Wed Apr 07, 2010 8:05 am

Hello !

I try to install gigedit and make it work attached with Jsampler/Fantasia.
I'm running 64studio 3.0/64bits.
I've compiled LinuxSampler, Jsampler and all librairies needed without any problem.
I can run Fantasia, got sound and keyboard working fine with Jack running too.
Now i can run "./configure" and "make", in my gigedit folder, but can't achieve "sudo make install", cause i've got this error message :

Code: Select all

(cd /usr/local/lib/gigedit && { ln -s -f libgigedit.so.2.0.0 libgigedit.so.2 || { rm -f libgigedit.so.2 && ln -s libgigedit.so.2.0.0 libgigedit.so.2; }; })
(cd /usr/local/lib/gigedit && { ln -s -f libgigedit.so.2.0.0 libgigedit.so || { rm -f libgigedit.so && ln -s libgigedit.so.2.0.0 libgigedit.so; }; })
/usr/bin/install -c [b].libs/libgigedit.lai[/b] /usr/local/lib/gigedit/libgigedit.la
/usr/bin/install: cannot stat `.libs/libgigedit.lai': No such file or directory
make[3]: *** [install-pkglibLTLIBRARIES] Error 1
make[3]: Leaving directory `/home/iago/Desktop/gigedit-0.2.0/src/gigedit'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/iago/Desktop/gigedit-0.2.0/src/gigedit'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/iago/Desktop/gigedit-0.2.0/src'
make: *** [install-recursive] Error 1
The filename libgigedit.lai, on line 5, seems strange...
Can anyone help me ?
Sorry for poor english, thanks.
Jacques.

allany
Newbie
Posts: 4
Joined: Wed Apr 07, 2010 7:50 am

Re: Jsampler : gigedit error compiling

Post by allany » Wed Apr 07, 2010 11:11 am

Sorry,
I solved this problem by installing a recent version of intltools.
Everything works fine (i can edit with gigedit inside Fantasia) except the alsa device input.
Since i re-compiled Jsampler, Fantasia (and Jack too) only allows the Jack input and output connections. Not alsa.
So i can't connect my midi keyboard as i did in my previous installation of Jsampler.
Thanks.

Alex
Moderator
Posts: 316
Joined: Wed Jan 23, 2008 9:08 pm

Re: Jsampler : gigedit error compiling

Post by Alex » Tue Apr 13, 2010 10:10 pm

Just as a further tip, if you want to use jack as the midi device in LS, you can use an app called a2jmidid as the "converter" for your alsa hardware devices. It converts alsa devices in, into jack devices, and shows up as jack devices in a patchbay.

Alex.

Post Reply