Re: help with building nextcloud-client

2021-02-23 Thread Mukundan Ragavan
On 2/22/21 9:33 PM, Jerry James wrote: The compiler is telling you that it saw "#include " inside an extern "C" block, but that glib.h ultimately pulls in headers with C++ definitions. It looks like the glib headers already take care of defining things correctly depending on whether they are

Re: help with building nextcloud-client

2021-02-22 Thread Jerry James
On Mon, Feb 22, 2021 at 6:46 PM Mukundan Ragavan wrote: > I am trying to update nextcloud-client to 3.1.3. Build keeps failing > with this - > > /builddir/build/BUILD/desktop-3.1.3/src/gui/cloudproviders/cloudprovidermanager.cpp:15:1: > note: 'extern "C"' linkage started here > 15 | extern "C"