[SOLVED] compile linuxsampler from svn on Arch

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
svictor
Newbie
Posts: 4
Joined: Sun Aug 04, 2013 2:24 am

[SOLVED] compile linuxsampler from svn on Arch

Post by svictor » Sun Aug 04, 2013 2:29 am

I'm trying to compile linuxsampler from svn on arch. I successfully compiled Gigedit from svn but with linuxsampler I get the following error :

Code: Select all

lscp.y:472:24: note: in expansion of macro 'LSCPSERVER'
load_instr_args : filename SP instrument_index SP sampler_channel { $$ = LSCPSERVER->LoadInstrument($1, $3, $5); }
^
lscp.y:42:40: error: 'yyparse_param' was not declared in this scope
#define LSCPSERVER ((yyparse_param_t*) yyparse_param)->pServer
^
lscp.y:473:24: note: in expansion of macro 'LSCPSERVER'
| NON_MODAL SP filename SP instrument_index SP sampler_channel { $$ = LSCPSERVER->LoadInstrument($3, $5, $7, true); }
^
lscp.y:42:40: error: 'yyparse_param' was not declared in this scope
#define LSCPSERVER ((yyparse_param_t*) yyparse_param)->pServer
^
lscp.y:476:24: note: in expansion of macro 'LSCPSERVER'
load_engine_args : engine_name SP sampler_channel { $$ = LSCPSERVER->SetEngineType($1, $3); }
^
make[3]: *** [lscpparser.lo] Error 1
make[3]: Leaving directory `/home/victor/bin/linuxsampler-svn/src/linuxsampler-build/src/network'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/victor/bin/linuxsampler-svn/src/linuxsampler-build/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/victor/bin/linuxsampler-svn/src/linuxsampler-build'
make: *** [all] Error 2
Any hints ?
Last edited by svictor on Sun Aug 25, 2013 3:32 pm, edited 1 time in total.

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

Re: compile linuxsampler from svn on Arch

Post by dbolton » Mon Aug 05, 2013 10:10 pm

As best I can tell LinuxSampler is no longer maintained and does not work on recent versions of Linux. (I've been having problems too. See http://bb.linuxsampler.org/viewtopic.php?f=6&t=768 )

Let us all know if you ever get a successful build, and how you did it.

nicop
User
Posts: 38
Joined: Thu Mar 31, 2011 2:51 pm
Contact:

Re: compile linuxsampler from svn on Arch

Post by nicop » Tue Aug 06, 2013 12:46 am

In a Debian Wheezy, I just successfully compiled libgig, linuxsampler, liblscp, qsampler and jsampler from SVN (http://svn.linuxsampler.org/cgi-bin/vie ... te#dirlist).
You could issue your problem here https://bugs.linuxsampler.org/, or in the linuxsampler-devel list.

svictor
Newbie
Posts: 4
Joined: Sun Aug 04, 2013 2:24 am

Re: compile linuxsampler from svn on Arch

Post by svictor » Tue Aug 06, 2013 11:55 pm

Thanks dbolton. I didn't know about bugs.linuxsampler.org
Actually I just managed to build it on Arch by downgrading bison to 2.7.12. Arch had upgraded bson to 3.something last week and some syntax must have changed somewhere... I'll report it on the bugs list

Btw I don't think linuxsampler is unmaintained. There have been commits to svn just a few weeks ago. It is probably the most popular sampler on Linux so I suppose someone will keep it working for the penguins...

svictor
Newbie
Posts: 4
Joined: Sun Aug 04, 2013 2:24 am

Re: compile linuxsampler from svn on Arch

Post by svictor » Sun Aug 25, 2013 3:32 pm

I reported the problem on bugzilla and Andreas Persson kindly fixed in in rev 2461. 8-)

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

Re: [SOLVED] compile linuxsampler from svn on Arch

Post by dbolton » Sun Dec 22, 2013 4:26 am

I eventually managed to compile LinuxSampler on Ubuntu Studio. For details see:
http://bb.linuxsampler.org/viewtopic.ph ... d0919a1497

Post Reply