|
From: Christian S. <sch...@li...> - 2013-09-09 18:20:29
|
On Monday 09 September 2013 19:57:37 David Bolton wrote: > However, I get the following error trying to build linuxsampler (by running > dpkg-buildpackage -rfakeroot -b in the linuxsampler directory). I'm using > the latest SVN sources. > > <http://bb.linuxsampler.org/viewtopic.php?uid=424&f=6&t=768&start=0&sid=a67 > 9d7b633839fb0d79979038e10435f#>InstrumentResourceManager.cpp:903:9: error: > 'class gig::File' has no member named 'GetFileName' > For the full log see http://pastebin.com/JBDC2UkB You are building against an ancient version of libgig. First build *and* install the latest version of libgig from SVN, then build the sampler. Also make sure you don't have another manually compiled libgig version under /usr/local More here: http://linuxsampler.org/debian.html CU Christian |