Dear list, I have been trying to compile virtuoso under Fedora 11. I downloaded the file virtuoso-opensource-6.0.0-tp1.tar.gz from sourceforge (sha1sum: b4d43bcb188936370598249d03cf6ddd1bca9f62) and I tried to compile it. The build fails at the make stage with the error given in the attached document.
I have the complete build log available if needed. Did I miss something ? How can I correct this ? Thanks for your help, Best regards, Pierre
plugin_sample.c:30: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'bif_plugin_sample' plugin_sample.c: In function 'plain_plugin_connect': plugin_sample.c:41: warning: implicit declaration of function 'bif_define' plugin_sample.c:41: error: 'bif_plugin_sample' undeclared (first use in this function) plugin_sample.c:41: error: (Each undeclared identifier is reported only once plugin_sample.c:41: error: for each function it appears in.) plugin_sample.c: At top level: plugin_sample.c:45: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'plugin_sample_version' plugin_sample.c:60: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token make[3]: *** [plugin_sample_la-plugin_sample.lo] Error 1 make[3]: *** Waiting for unfinished jobs.... ar cru .libs/hosting_sample.a .libs/hosting_sample_la-hosting_sample.o ranlib .libs/hosting_sample.a creating hosting_sample.la (cd .libs && rm -f hosting_sample.la && ln -s ../hosting_sample.la hosting_sample.la)