One final thing re svn gigedit now :>
Got the following when trying to compile it:
mainwindow.cpp: In member function ‘void Saver::thread_function()’:
mainwindow.cpp:1207:17: error: ‘String’ was not declared in this scope
String tmpname = filename + ".TMP";
^
mainwindow.cpp:1207:17: note: suggested alternatives:
In file included from /usr/local/include/libgig/DLS.h:27:0,
from /usr/local/include/libgig/gig.h:27,
from global.h:49,
from mainwindow.cpp:47:
/usr/local/include/libgig/RIFF.h:144:25: note: ‘RIFF::String’
typedef std::string String;
^
In file included from /usr/local/include/libgig/gig.h:27:0,
from global.h:49,
from mainwindow.cpp:47:
/usr/local/include/libgig/DLS.h:106:25: note: ‘DLS::String’
typedef std::string String;
^
In file included from global.h:50:0,
from mainwindow.cpp:47:
/usr/local/include/libgig/Serialization.h:119:25: note:
‘Serialization::String’
typedef std::string String;
^
In file included from global.h:49:0,
from mainwindow.cpp:47:
/usr/local/include/libgig/gig.h:94:25: note: ‘gig::String’
typedef std::string String;
^
mainwindow.cpp:1208:27: error: ‘tmpname’ was not declared in this scope
gig->Save(tmpname, &progress);
^
Makefile:721: recipe for target 'libgigedit_la-mainwindow.lo' failed
make[4]: *** [libgigedit_la-mainwindow.lo] Error 1
make[4]: Leaving directory
'/home/ubuntu-studio/Desktop/Linuxsampler/gigedit/src/gigedit'
On Fri, May 12, 2017 at 8:07 PM, Andrew C <countfuzzb...@gmail.com> wrote:
> Thanks, using 'make parser' worked fine and linuxsampler builds properly.
>
> On Fri, May 12, 2017 at 12:53 PM, Christian Schoenebeck <
> schoeneb...@linuxsampler.org> wrote:
>
>> On Friday, May 12, 2017 11:59:57 Andrew C wrote:
>> > Thanks, Christian, that works like a charm. Libgig compiled
>> successfully.
>> >
>> > Getting a makefile/make related error now when trying to build
>> Linuxsampler
>> > from SVN:
>> >
>> [snip]
>> > make[3]: Entering directory
>> > '/home/ubuntu-studio/Desktop/Linuxsampler/linuxsampler/src/scriptvm'
>> > make[3]: *** No rule to make target 'parser.h', needed by 'all'. Stop.
>>
>> Make sure bison is installed on your machine, then try this:
>>
>> cd TOPLEVELDIROFLSSOURCES
>> make parser
>> make
>>
>> If that does not do it, then make a clean rebuild instead:
>>
>> cd TOPLEVELDIROFLSSOURCES
>> make -f Makefile.svn clean
>> make -f Makefile.svn
>> ./configure
>> make
>>
>> Since you are using a Debian flavored distro, you can of course also build
>> .deb packages instead:
>>
>> cd TOPLEVELDIROFLSSOURCES
>> dpkg-buildpackage -b
>>
>> And then install the built .deb packages:
>>
>> dpkg -i REPLACE_BY_DEB_FILES
>>
>> There is also a (fairly old) Debian howto:
>>
>> http://linuxsampler.org/debian.html
>>
>> CU
>> Christian
>>
>> ------------------------------------------------------------
>> ------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> _______________________________________________
>> Linuxsampler-devel mailing list
>> Linuxsampler-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel
>>
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel