Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Mac Binaries

<< < (6/25) > >>

takeshimiya:
Reduced ver.:


--- Code: ---#if defined (__WXMSW__) || defined (__WXMAC__)
    m_BreakOnEntry = false;
    m_ManualBreakOnEntry = false;
    // start the process
    QueueCommand(new DebuggerCmd(this, _T("run")));
#else
    m_BreakOnEntry = breakOnEntry;
    m_ManualBreakOnEntry = true;
    // start the process
    QueueCommand(new DebuggerCmd(this, _T("start")));
#endif
--- End code ---

mandrav:

--- Quote ---Bascialy what you need is this change in src/plugins/debuggergdb/gdb_driver.cpp
--- End quote ---

I wasn't asking about the debugger, but about anything else you had to do to make it work. According to afb's posts, C::B had layout problems in MAC. Have you solved them? Did you do anything special? That's the patch I 'm talking about :)

Mithos:
Well I had lot´s of problems to make autoconf and automake works right. But wat I did was basicaly folow what is described on this link and use wxwidgets 2.6.3.


There was some problems with libtool. But basicaly what you need to do is use dynamic libs.


There are some minor problems like the stats on the windows not refreshing right. Those I will try to look better latter but apears to be wxwindows bugs.

It took me something like 3 days to make it work like I wanted. I should have donne somthing like a walk trought with all that was needed. Well if can help anyone latter I will

afb:

--- Quote from: Mithos on April 14, 2006, 08:31:37 pm ---Well I had lot´s of problems to make autoconf and automake works right. But wat I did was basicaly folow what is described on this link and use wxwidgets 2.6.3.
--- End quote ---

It still looks "bad" in wx 2.6.1, so I will try upgrading to 2.6.3...

What problems did you have with autoconf/automake/glibtool ?
Beyond the need for a newer version, I didn't have any of those.

Mithos:
They didn´t reconized some installed features and I had a problem making them build the right dynlib

But just some configuration paramters. And needing to upgrade wasn´t so funny :-)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version