Page 1 of 1

[SOLVED] compile linuxsampler from svn on Arch

Posted: Sun Aug 04, 2013 2:29 am
by svictor
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 ?

Re: compile linuxsampler from svn on Arch

Posted: Mon Aug 05, 2013 10:10 pm
by dbolton
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.

Re: compile linuxsampler from svn on Arch

Posted: Tue Aug 06, 2013 12:46 am
by nicop
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.

Re: compile linuxsampler from svn on Arch

Posted: Tue Aug 06, 2013 11:55 pm
by svictor
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...

Re: compile linuxsampler from svn on Arch

Posted: Sun Aug 25, 2013 3:32 pm
by svictor
I reported the problem on bugzilla and Andreas Persson kindly fixed in in rev 2461. 8-)

Re: [SOLVED] compile linuxsampler from svn on Arch

Posted: Sun Dec 22, 2013 4:26 am
by dbolton
I eventually managed to compile LinuxSampler on Ubuntu Studio. For details see:
http://bb.linuxsampler.org/viewtopic.ph ... d0919a1497