[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-dev] MacOS X build instructions / runtime error
- From: "Falko A." <fa1@xxxxxxxxx>
- Date: Fri, 1 Sep 2006 10:24:19 +0200
- Subject: [XaraXtreme-dev] MacOS X build instructions / runtime error
Hi,
I sent this mail some days before, but since I also had problems
subscribing to the list,
I'm not sure if it will ever arrive. So here's the message again (the
build instruction part
seems to be already fixed now...)
The error I got back while subscribing was:
<<< 450 Server configuration problem
<lists@xxxxxxxxxxxxxx>... Deferred: 450 Server configuration problem
<<< 554 Error: no valid recipients
I tried to build xara on MacOS X and noticed that wxWindows doesn't
build the libtiff if configured
with the arguments in the build instructions.
It's missing the --with-libtiff=builtin argument.
After adding it to the ./configure command, I could build xara
without problems, but it crashes as soon as I click into
the document window. (For some reason, the document window isn't
inside the main window as on the screenshots. Instead, it's
an independent window)
Here's a trace back of the crash:
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
Thread 0 Crashed:
0 com.xara.XaraLX 0x00d8fba0 wxWindowBase::ScreenToClient
(wxPoint const&) const + 80 (window.h:837)
1 com.xara.XaraLX 0x005e0dd4 CCamView::HandleDragScrolling
(wxPoint) + 212 (camview.cpp:4771)
2 com.xara.XaraLX 0x005e1988 CCamView::OnMouseMove
(wxMouseEvent&) + 1260 (camview.cpp:3507)
3 com.xara.XaraLX 0x0066e010 CRenderWnd::OnMouseMove
(wxMouseEvent&) + 84 (rendwnd.cpp:474)
4 com.xara.XaraLX 0x009face4
wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&,
wxEvtHandler*, wxEvent&) + 180 (camdoctp.cpp:237)
5 com.xara.XaraLX 0x009fafd0 wxEventHashTable::HandleEvent
(wxEvent&, wxEvtHandler*) + 224 (camdoctp.cpp:237)
6 com.xara.XaraLX 0x009fb818 wxEvtHandler::ProcessEvent
(wxEvent&) + 256 (camdoctp.cpp:237)
7 com.xara.XaraLX 0x00a64244
wxMacTopLevelMouseEventHandler(OpaqueEventHandlerCallRef*,
OpaqueEventRef*, void*) + 1940 (framemanager.cpp:3723)
8 com.xara.XaraLX 0x00a6541c wxMacTopLevelEventHandler
(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3640
(framemanager.cpp:3723)
9 com.apple.HIToolbox 0x931ea554 DispatchEventToHandlers
(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
10 com.apple.HIToolbox 0x931e9cac
SendEventToEventTargetInternal(OpaqueEventRef*,
OpaqueEventTargetRef*, HandlerCallRec*) + 372
11 com.apple.HIToolbox 0x931f0a60 SendEventToEventTarget + 40
12 com.apple.HIToolbox 0x9327cd48 HandleMouseEventForWindow
(OpaqueWindowPtr*, OpaqueEventRef*, unsigned short) + 236
13 com.apple.HIToolbox 0x9327c2c0 HandleMouseEvent
(OpaqueEventRef*) + 368
14 com.apple.HIToolbox 0x931f0dcc ToolboxEventDispatcherHandler
(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 496
15 com.apple.HIToolbox 0x931ea7a4 DispatchEventToHandlers
(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1284
16 com.apple.HIToolbox 0x931e9cac
SendEventToEventTargetInternal(OpaqueEventRef*,
OpaqueEventTargetRef*, HandlerCallRec*) + 372
17 com.apple.HIToolbox 0x931f0a60 SendEventToEventTarget + 40
18 com.xara.XaraLX 0x00a7abc0 wxApp::MacHandleOneEvent
(void*) + 44 (framemanager.cpp:3723)
19 com.xara.XaraLX 0x00a7acac wxApp::MacDoOneEvent() + 176
(framemanager.cpp:3723)
20 com.xara.XaraLX 0x00a7ad28 wxApp::MainLoop() + 36
(framemanager.cpp:3723)
21 com.xara.XaraLX 0x00b0ae3c wxEntry(int&, wchar_t**) +
144 (xh_odcombo.cpp:117)
22 com.xara.XaraLX 0x00683904 main + 60 (camelot.cpp:227)
23 com.xara.XaraLX 0x000022a4 _start + 340 (crt.c:272)
24 com.xara.XaraLX 0x0000214c start + 60
Best regards,
Falko