On Mon, Feb 1, 2010 at 16:45, Tom Browder <[email protected]> wrote: > I am now running into a situation where my development system is using > the latest release of BRL-CAD (7.16.4) and my remote team mate is > using an older one (7.12.6) and some function signatures have changed. > Specifically, > > void rt_db_free_internal(struct rt_db_internal *ip, struct resource *resp); > > became > > void rt_db_free_internal(struct rt_db_internal *ip);
I am running into the situation again and am using a compiler flag hack successfully, but I still would like to see BRL-CAD versioned similarly to the way it's done in gcc. Would anyone object if I figure out a patch that will not bother anyone but that will do the trick automatically? It need not be advertised loudly, and it would make my life much easier. Regards, -Tom ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ BRL-CAD Developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/brlcad-devel
