Am Tue, 20 Apr 2004 21:59:54 +1000 schrieb (Mark Livingstone <[EMAIL PROTECTED]>):

> Hi Vadim,
> 
> This is getting wierd. Since this message I have rebuilt current wxWindows CVS'es 
> with and without exceptions enabled and both ways give the exact same error below.
> 
> If you put on your wx hat for a moment, do you have any different insights?
> 
> TIA
> 
> Dr. QA
> 
> 
> > On Fri, 9 Apr 2004 13:03:44 +1000 Mark Livingstone <[EMAIL PROTECTED]> wrote:
> > 
> > ML> make clean all against current M/wxWindows CVS resulted in this:
> > ML> 
> > ML> c++ -o classes/MessageView.o -c -I/home/markl/projects/M/build/include 
> > -I/home/markl/projects/M/include -I/usr/include/python2.3 -DNO_IDEA -DNO_DSA 
> > -DOPENSSL_NO_KRB5 -DDEBUG -DDEBUG_markl -I/usr/local/lib/wx/include/gtkd-2.5 
> > -I/usr/local/include -D__WXDEBUG__ -D__WXGTK__ -D_FILE_OFFSET_BITS=64 
> > -D_LARGE_FILES -I/home/markl/projects/M/extra/include 
> > -I/home/markl/projects/M/build/extra/src/c-client 
> > -I/home/markl/projects/M/extra/src/compface -I/home/markl/projects/M/src/wx/vcard 
> > -fno-exceptions -fno-rtti -fno-operator-names -g3 -O0 -MMD -Wall 
> > .src/classes/MessageView.cpp
> > ML> In file included from /home/markl/projects/M/include/gui/wxMApp.h:22,
> > ML>                  from .src/classes/MessageView.cpp:37:
> > ML> /usr/local/include/wx/app.h: In member function `virtual bool 
> > wxAppConsole::OnExceptionInMainLoop()':
> > ML> /usr/local/include/wx/app.h:124: error: exception handling disabled, use 
> > -fexceptions to enable
> > ML> make[1]: *** [classes/MessageView.o] Error 1
> > ML> make[1]: Leaving directory `/home/markl/projects/M/build/src'
> > ML> make: *** [all] Error 2
> > 
> >  It looks like you have -fno-exceptions compiler option coming from somewhere.
> > I don't know where would this be but you should either remove it or rebuild
> > wxWindows with it (--disable-exceptions to configure) as well.

Hello,

I get the same effect.
Here is what I did:
- Downloaded a complete fresh copy of both Mahogany and wsWidgets from
  their CVS some days ago.
- Configured wxWidgets with:
  ../configure --with-gtk --prefix=/pd/wxGTK_cvs3
  Build and installed
- Configured Mahogany with:
  ./configure --prefix=/pd/mahogany0.66cvs --with-wx-prefix=/pd/wxGTK_cvs3
  This gets problems as above...

- Added "--enable-no_exceptions" to wxWidgets
  Reconfigured (configarg.cache now contains:
wxUSE_NO_EXCEPTIONS=yes
wxUSE_GTK=1
  Rebuild, reinstalled
- Configured and rebuild Mahogany fresh
=> Same problem

- Configured Mahogany again with:
  ./configure --prefix=/pd/mahogany0.66cvs --with-wx-prefix=/pd/wxGTK_cvs
(This falls back to the old wxGTK, I already had installed)

Now the configure and build works.
(So the expection-problem seems to come from wxWidgets (?))

But the resulting executable behaves "funny":
At startup I get: "Impossible to load message catalog(s) for the locale de_DE, do you 
want to retry next time?"

But:
ll /pd/mahogany0.66cvs/share/locale/de_DE
lrwxrwxrwx    1 pd       users           2 2004-04-18 17:03 
/pd/mahogany0.66cvs/share/locale/de_DE -> de
(I created the symlink, in case M looks for a name like that; with the old version it 
works without this.)

And:
-rw-r--r--    1 pd       users      305114 2004-04-17 22:04 
/pd/mahogany0.66cvs/share/locale/de/LC_MESSAGES/M.mo

(I'm starting M as a member of 'users')

Deleting ~/.M/config to have M create it fresh doesn't help for the problem.

So, for the moment I still use my older version of M.

Let me know, if you want details like e.g. configure-output.

Martin




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to