Built M and wxWindows with day old cvs. configure --with-python.
Got the following when I tried to start it up: [EMAIL PROTECTED] build]$ M Segmentation fault [EMAIL PROTECTED] build]$ gdb GNU gdb 5.3-25mdk (Mandrake Linux) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-mandrake-linux-gnu". (gdb) exec-file M (gdb) run Starting program: /usr/local/bin/M Program received signal SIGSEGV, Segmentation fault. 0x00000000 in ?? () (gdb) bt #0 0x00000000 in ?? () #1 0x082601cc in ?? () #2 0x08143490 in ?? () #3 0x081d0186 in ?? () #4 0x081d4aee in ?? () #5 0x405976de in wxEntry(int&, char**) ([EMAIL PROTECTED], argv=0xbffff6c4) at ../src/common/init.cpp:400 #6 0x081cef19 in ?? () #7 0x408bcc57 in __libc_start_main () from /lib/i686/libc.so.6 (gdb) When I did a without Python build, I got: [EMAIL PROTECTED] build]$ gdb GNU gdb 5.3-25mdk (Mandrake Linux) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-mandrake-linux-gnu". (gdb) exec-file M (gdb) run Starting program: /usr/local/bin/M [Debug] 21:08:18: Removing deleted folder 'Search results' from status cache. 21:10:09: Debug: There were memory leaks. 21:10:09: ----- Memory dump ----- 21:10:09: non-object data at $83D9A88, size 28 21:10:09: non-object data at $83D9AD8, size 28 21:10:09: non-object data at $83D9F40, size 28 21:10:09: non-object data at $84B6180, size 144 21:10:09: non-object data at $84B6240, size 144 21:10:09: non-object data at $84B6478, size 324 21:10:09: non-object data at $8552CE0, size 484 21:10:09: non-object data at $8555468, size 144 21:10:09: 21:10:09: 21:10:09: ----- Memory statistics ----- 21:10:09: 8 objects of class nonobject, total size 1324 21:10:09: 21:10:09: Number of object items: 0 21:10:09: Number of non-object items: 8 21:10:09: Total allocated size: 1324 21:10:09: 21:10:09: Program exited normally. (gdb) Better but different problems it seems ;-) HTH Dr. QA ------------------------------------------------------- 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
