On Mon, 13 Oct 2003 09:45:44 -0400 (EDT) Richard Welty <[EMAIL PROTECTED]> wrote:

RW> i've worked past my issues with WXUNUSED_UNLESS_DEBUG by the expedient of
RW> commenting out the debugging references (mostly ASSERTS) immediately
RW> following the appearance of WXUNUSED_UNLESS_DEBUG. this is hardly a long
RW> term solution, but it let me get M built from cvs.

 It looks like you built debug version of M with non debug version of
wxWindows (or vice versa). This should work, in principle, but in practice
it doesn't.

RW> now, the next question i have is what flag do i need to give to get it to
RW> statically link with wxWindows?

 "make semistatic" should do it provided you have static wxWin libs in the
first place (you should configure with --disable-shared for this, by
default it builds only shared libs).

 Regards,
VZ



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to