Builds fine out of the box in various versions of OS X.  (10.5 and  
10.6) You just have to have X code installed.

        --jim

On Jul 7, 2010, at 8:00 AM, [email protected]  
wrote:

> Send fossil-users mailing list submissions to
>       [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil- 
> users
>
> or, via email, send a message with subject or body 'help' to
>       [email protected]
>
> You can reach the person managing the list at
>       [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of fossil-users digest..."
>
>
> Today's Topics:
>
>   1. Makefile (Michael Richter)
>   2. Re: Makefile (Paul Ruizendaal)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 7 Jul 2010 16:34:31 +0800
> From: Michael Richter <[email protected]>
> Subject: [fossil-users] Makefile
> To: [email protected]
> Message-ID:
>       <[email protected]>
> Content-Type: text/plain; charset="utf-8"
>
> I'd like to re-engineer the Makefile approach in fossil so that it's  
> easier
> to work out what needs to be put in place for any given platform.   
> Is there
> enough interest in this that it's worth doing the work in my private  
> branch
> for inspection?
>
> -- 
> "Perhaps people don't believe this, but throughout all of the  
> discussions of
> entering China our focus has really been what's best for the Chinese  
> people.
> It's not been about our revenue or profit or whatnot."
> --Sergey Brin, demonstrating the emptiness of the "don't be evil"  
> mantra.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: 
> http://lists.fossil-scm.org:8080/pipermail/fossil-users/attachments/20100707/33c1059a/attachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Wed, 07 Jul 2010 12:34:52 +0200
> From: Paul Ruizendaal <[email protected]>
> Subject: Re: [fossil-users] Makefile
> To: <[email protected]>
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=UTF-8
>
> On Wed, 7 Jul 2010 16:34:31 +0800, Michael Richter <[email protected] 
> >
> wrote:
>> I'd like to re-engineer the Makefile approach in fossil so that it's
> easier
>> to work out what needs to be put in place for any given platform.  Is
> there
>> enough interest in this that it's worth doing the work in my private
> branch
>> for inspection?
>
> I find that building on Linux and FreeBSD works out of the box, and  
> I'm
> told that cross-building Win executables on Linux with gcc-mingw  
> installed
> also works out of the box. Building on Windows itself with gcc-mingw
> doesn't work for me (just mingw installed, not cygwin or msys). I keep
> finding myself making the following adjustments to Makefile and
> src/main.mk:
>
> - change from slash to backslash in the file paths
> - create VERSION.h by hand: even with awk installed, the quoting  
> involved
> doesn't work
>
> There was an attempt to fix both issues a few weeks back, but is was a
> botched attempt and the changes were backed out. The slash/backslash  
> thing
> should not be too hard to correct, and I'm thinking to have a little C
> program to generate VERSION.h instead of using awk for that. The  
> source is
> already heavily preprocessed, so building one more tool should not  
> upset
> the build design.
>
> Perhaps others can comment on building fossil on OS X and Solaris.
>
> How can I help?
>
> Paul
>
>
>
> ------------------------------
>
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
> End of fossil-users Digest, Vol 30, Issue 4
> *******************************************

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to