datafueled / memory-pool-system

Reconstruction of some history for MPS
http://www.ravenbrook.com/project/mps/
Other
8 stars 2 forks source link

OS X make files refer to files that don't exist #2

Open waywardmonkeys opened 12 years ago

waywardmonkeys commented 12 years ago

in xci3gc.gmk and xcppgc.gmk, the SWPF variable references vmxc.c which doesn't exist.

rptb1 commented 12 years ago

On 2012-08-06, at 08:58, Bruce Mitchener reply@reply.github.com wrote:

in xci3gc.gmk and xcppgc.gmk, the SWPF variable references vmxc.c which doesn't exist.

Hi Bruce. Did you want to build the ScriptWorks product? Or is this just a general note about something you spotted? Note that I plan to phase out xci3gc and xcppgc in favour of xci3ll and xci6ll using Clang. I have no way to build and test xcppgc in particular.

waywardmonkeys commented 12 years ago

Just something I noticed. I've no idea what ScriptWorks is. I was adding some build configurations to mps.c and noticed this while doing so.

rptb1 commented 12 years ago

I wouldn't bother adding xc??gc or any Unix flavours except FreeBSD and Linux.

rptb1 commented 12 years ago

I must speak to Global Graphics about whether we can or should maintain CONFIG_PROD_SW. I am pretty sure we can't build it.

waywardmonkeys commented 12 years ago

Right, I was just adding Linux and was comparing to the XCode build and wondered what was what and then noticed that it referenced vmxc.c ... I try to be complete :)

rptb1 commented 12 years ago

I appreciate it! For Mac OS X, try xcodebuild rather than make (or "open mps.xcodeproj").