On Sun, 21 Dec 2003 16:10:59 +1000 [EMAIL PROTECTED] wrote:

> Hi Vadim,
> 
> OK. Current wx/M cvs's. deleted configure settings and recreated them.
> ../configure && make && make install wxWindows, ../configure && make M:

 You must have [left overs of] another wxWindows version somewhere. Either
a wrong wx/setup.h (check in /usr/include!) or the wrong library. This is
really all I can think of...

> wx/common/vcard.o(.text+0x27): In function `wxVCardModule::wxCreateObject()':
> /home/markl/projects/M/include/wx/vcard.h:45: undefined reference to 
> `wxObject::operator new(unsigned, char const*, int)'

 This means that this file has been compiled with wx/setup.h with
wxUSE_MEMORY_TRACING enabled (otherwise wxObject::new is not defined, look
at wx/object.h). As I said, you should not use this option anyhow and if
you didn't you shouldn't have it in your wx/setup.h. The only explanation
is that a wrong wx/setup.h is used. I really can't do anything more from
here, but you should be able to find it easily.

 Regards,
VZ



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to