Search found 2 matches

by textchimp
Fri Nov 16, 2012 2:47 pm
Forum: General LinuxSampler Discussion
Topic: Compilation error: missing binary operator before token "("
Replies: 1
Views: 14941

Re: Compilation error: missing binary operator before token

Does no-one have any idea what is causing this? A bit more information: Regarding the first error, /usr/include/sys/cdefs.h:46:44: error: missing binary operator before token "(" Line 46 reads # if !defined __cplusplus && __GNUC_PREREQ (3, 3) THe problem seems to be that the __GNUC_PREREQ macro is n...
by textchimp
Sat Nov 03, 2012 1:53 am
Forum: General LinuxSampler Discussion
Topic: Compilation error: missing binary operator before token "("
Replies: 1
Views: 14941

Compilation error: missing binary operator before token "("

Hi all, I'm trying to compile LinuxSampler from SVN on Ubuntu 10.04 for the first time, and my build died with the following cascade of errors. The errors seem to be originating in system files, such as /usr/include/sys/cdefs.h, which is weird. I've already compiled and installed libgig and liblscp ...