|
From: | Scott Christley |
Subject: | Re: [swarm-hackers] Swarm on MacOS 10.6 Snow Leopard |
Date: | Sun, 08 Nov 2009 18:21:43 -0800 |
Great Nima, the idea is this: Right now configure has the option --enable-gnustep. We want to change that to be --enable-openstep so that it implies both gnustep and cocoa; this is done by changing configure.in and renaming. Then define some conditionals. Keep ENABLE_GNUSTEP as is, but also add SWARM_OPENSTEP. I will deprecate ENABLE_GNUSTEP over time. Then if the system is a darwin system, we will assume Cocoa, so also define the conditional SWARM_OSX. If its not a darwin system, we will assume GNUstep but we don't need to define a conditional for that. Put these conditionals into swarmconfig.h.in so that they get defined when configure is run. Most Swarm code includes swarmconfig.h so it will see the conditionals. And if everything works right, you should be able to remove SWARM_OSX from Heatbugs. Scott On Nov 8, 2009, at 3:00 PM, Nima Talebi wrote: Sure! Tell me your plan, and I'll do it. |
[Prev in Thread] | Current Thread | [Next in Thread] |