Re: [Cgdb-devel] Mac OS X 10.5 cgdb Patches
Brought to you by:
bobbybrasko,
crouchingturbo
From: Bob R. <bo...@br...> - 2009-06-19 11:41:26
|
On Mon, Jun 15, 2009 at 04:18:51PM -0700, Kyle McKay wrote: > cgdb-0.6.4 has difficulties building for Mac OS X 10.5. It needs to > have HAVE_OPENPTY defined. > > You can either do: > > CFLAGS=-DHAVE_OPENPTY ./configure > > Or apply a patch to configure.init. The patches are attached to cgdb > bug 2806868 here: > > https://sourceforge.net/tracker/?func=detail&aid=2806854&group_id=72581&atid=534974 > > Additionally, Mac OS X commonly uses files with > extensions .cp, .m, .mm and .M. These files are not currently > colorized by the cgdb tokenizer. The C tokenizer does a very good job > with these (.cp = C++, .m = Objective-C, .mm/.M = Objective-C++). A > simple patch to tokenizer.c allows the C tokenizer to colorize these. > The patch is attached to cgdb bug 2806868 here: > > https://sourceforge.net/tracker/?func=detail&aid=2806868&group_id=72581&atid=534974 Hi Kyle, Thanks for the work here. We would love to add these patches to cgdb and finally get another release out. One thing we are researching is, how to get access to a Mac maching for testing purposes. Up until now, we can't seem to get access to one. Would you have an account available somewhere you could provide us with, temporarily of course? Thanks, Bob Rossi |