Re: dlopen error with newly introduced (but still unused) c++ class

2016-02-01 Thread Geert Janssens
On Sunday 31 January 2016 12:34:17 Rob Gowin wrote: > Geert, > > The reason you are not seeing these errors at link time is because, as > Derek hinted at, when you link a shared object, the link step is only > checking that the object files in the shared object are internally > consistent. It will

Re: dlopen error with newly introduced (but still unused) c++ class

2016-01-31 Thread Rob Gowin
Geert, The reason you are not seeing these errors at link time is because, as Derek hinted at, when you link a shared object, the link step is only checking that the object files in the shared object are internally consistent. It will not check that any external symbols that are used are actually

Re: dlopen error with newly introduced (but still unused) c++ class

2016-01-30 Thread Geert Janssens
On Saturday 30 January 2016 08:33:56 John Ralls wrote: > > On Jan 30, 2016, at 6:04 AM, Geert Janssens > > wrote: > > When running gnucash in this setup, I get this warning: > > > > WARN Failed to dlopen() > > '/home/janssege/Lokaal/installs/gnucash/master/lib/gnucash/libgncmo > > > I'm a bit

Re: dlopen error with newly introduced (but still unused) c++ class

2016-01-30 Thread John Ralls
> On Jan 30, 2016, at 6:04 AM, Geert Janssens > wrote: > > Hi, > > I'm adding c++ code to the csv-importer. Various classes have been defined so > far, > though they aren't really in use yet. They are compiled and linked into the > csv-import > shared lib. > > When running gnucash in this

Re: dlopen error with newly introduced (but still unused) c++ class

2016-01-30 Thread Derek Atkins
Not necessarily. -derek Sent on my mobile. Please forgive any typos. - Reply message - From: "Geert Janssens" To: "Derek Atkins" Cc: Subject: dlopen error with newly introduced (but still unused) c++ class Date: Sat, Jan 30, 2016 9:20 AM The module compiles

Re: dlopen error with newly introduced (but still unused) c++ class

2016-01-30 Thread Geert Janssens
Please forgive any typos. > > - Reply message - > From: "Geert Janssens" > To: > Subject: dlopen error with newly introduced (but still unused) c++ > class Date: Sat, Jan 30, 2016 9:04 AM > > Hi, > > I'm adding c++ code to the csv-importer. Variou

Re: dlopen error with newly introduced (but still unused) c++ class

2016-01-30 Thread Derek Atkins
Did you check you don't have undefined symbols in the module? -derek Sent on my mobile. Please forgive any typos. - Reply message - From: "Geert Janssens" To: Subject: dlopen error with newly introduced (but still unused) c++ class Date: Sat, Jan 30, 2016 9:04 AM Hi

dlopen error with newly introduced (but still unused) c++ class

2016-01-30 Thread Geert Janssens
Hi, I'm adding c++ code to the csv-importer. Various classes have been defined so far, though they aren't really in use yet. They are compiled and linked into the csv-import shared lib. When running gnucash in this setup, I get this warning: WARN Failed to dlopen() '/home/janssege/Lokaal/i