June 01, 2006
Has anyone got Build to work on the Macintosh platform? If so, what did you have to do to get it working?

-- 
Derek
(skype: derek.j.parnell)
Melbourne, Australia
"Down with mediocracy!"
1/06/2006 4:38:18 PM
June 01, 2006
Derek Parnell skrev:
> Has anyone got Build to work on the Macintosh platform? If so, what did you
> have to do to get it working?
> 

This one I have:
peylow@imanicken:~$ build
Path and Version : build v2.9(1197)
  built on Mon Feb 13 23:13:52 2006

There was only one problem as I can recall:

The problem was that the object files where created where the sources are, but at linking stage they where all assumed to be in the root. So I did a quick hack and forced the object files to always be at root.

(Could have been the the other way around, compiled at root and at linking expecting correct, sorry my memory is vague, and I did not keep the source)

// Fredrik Olsson