[fossil-users] 64-bit warnings

2009-09-23 Thread James Turner
I've been working on a fossil port for OpenBSD and noticed when compiling under OpenBSD amd64 I see a couple 'warning: cast from pointer to integer of different size' warnings attached are three patches that I was including in my port and was wondering if this is something worth changing

Re: [fossil-users] 64-bit warnings

2009-09-23 Thread D. Richard Hipp
On Sep 23, 2009, at 9:11 AM, James Turner wrote: I've been working on a fossil port for OpenBSD and noticed when compiling under OpenBSD amd64 I see a couple 'warning: cast from pointer to integer of different size' warnings attached are three patches that I was including in my port

Re: [fossil-users] 64-bit warnings

2009-09-23 Thread James Turner
I too haven't seen any problems running fossil on 64-bit systems without my patches. One of the OpenBSD port developers asked me if I could look into fixing the warnings and suggested I check upstream. Thanks for your feedback. On Sep 23, 2009, at 11:22 AM, D. Richard Hipp wrote: On Sep

Re: [fossil-users] 64-bit warnings

2009-09-23 Thread Bill Whiting
Has anyone had success using fossil on AIX? I was able to get the code to build, but it did not run successfully. I don't remember the exact error. At the time I needed to get my code to work, so I worked around fossil. //Bill On 09/23/2009 11:22 AM, D. Richard Hipp wrote: On Sep 23,

Re: [fossil-users] 64-bit warnings

2009-09-23 Thread D. Richard Hipp
On Sep 23, 2009, at 12:33 PM, Stephan Beal wrote: On Wed, Sep 23, 2009 at 5:47 PM, D. Richard Hipp d...@hwaci.com wrote: On Sep 23, 2009, at 11:41 AM, Bill Whiting wrote: Has anyone had success using fossil on AIX? I was able to get the code to build, but it did not run

Re: [fossil-users] compact fossil binaries

2009-09-23 Thread Altu Faltu
I use Windows and after making fossil.exe, I do 'strip fossil.exe' to reduce size. - Altu - Original Message - From: Andrey Cherezov and...@cherezov.koenig.su To: fossil-users@lists.fossil-scm.org Subject: Re: [fossil-users] compact fossil binaries Date: Wed, 23 Sep 2009 15:40:41

Re: [fossil-users] compact fossil binaries

2009-09-23 Thread Michael Richter
I just tried that myself on both Linux and Windows and saved almost a MB each. Maybe the makefile should have a strip step in it? 2009/9/24 Altu Faltu altufa...@mail.com I use Windows and after making fossil.exe, I do 'strip fossil.exe' to reduce size. - Altu - Original Message -