Re: Loading/registering multiple xsubs

2011-10-14 Thread Jeffrey Ratcliffe
On 12 October 2011 16:00, Torsten Schoenfeld kaffeeti...@gmx.de wrote: Looks like Glib's mechanism is not C++-safe: specifically, the extern XS trick does not work because boot_Foo is already inside an extern C section.  Try this: It didn't help - same error message. In the end, I took the

Re: error: reference to 'group' is ambiguous

2011-10-14 Thread Steffen Mueller
On 10/14/2011 08:18 AM, Jeffrey Ratcliffe wrote: I'm getting this error wrapping a C++ library: Group.c: In function 'void XS_Foo__Group_new(PerlInterpreter*, CV*)': Group.c:84: error: reference to 'group' is ambiguous /usr/include/grp.h:44: error: candidates are: struct group group.h:41: