Re: [Cgdb-devel] Mac OS X 10.5 cgdb Patches
Brought to you by:
bobbybrasko,
crouchingturbo
From: Kyle M. <ma...@gm...> - 2009-06-19 17:45:20
|
On Jun 19, 2009, at 04:04, Bob Rossi wrote: > 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 Bob, Sorry, I don't have any publicly-visible machines. I do have both 10.5.7 and 10.4.11 running on different machines though and would be happy to build specific revisions and/or tarballs cgdb on those machines and send you the script output so you can verify a successful build (a manual tinderbox). Kyle |