Re: [fossil-users] Errors during compile in Windows 7 x64

2011-01-03 Thread Wilson, Ronald
Windows users - please try this on your machines and let me know if you have problems.  Thanks everyone for your help in fixing this problem. Makefile.mingw Works for me in Win7+MSYS+MINGW. I think it will be very difficult to make a VS2008 or VS2010 solution that will do the build in the

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-30 Thread Richard Hipp
On Thu, Dec 30, 2010 at 7:07 AM, Kohn Bernhard bernhard.k...@ait.ac.atwrote: Hello I can try to contribute a VS2010 solution. But I need some information regarding the tool. As I am not firm in reading/understanding makefiles, can you explain me, in which order I have to call the mkindex,

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-23 Thread Adam J Richardson
On Thu, 23 Dec 2010 13:49:39 + (GMT) mailer-dae...@sqlite.org (Mail Delivery System) wrote: This is the mail system at host sqlite.org. I'm sorry to have to inform you that your message could not be delivered to one or more recipients. It's attached below. For further assistance,

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-23 Thread Petr Ferdus
__ Od: Richard Hipp d...@sqlite.org Komu: fossil-users@lists.fossil-scm.org Datum: 23.12.2010 19:44 Předmět: Re: [fossil-users] Errors during compile in Windows 7 x64 I now have the build working using mingw on my windows7 box

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-23 Thread Lluís Batlle i Rossell
On Wed, Dec 22, 2010 at 07:29:13PM -0500, Richard Hipp wrote: I spent a very frustrating morning on Monday, downloading mingw and trying to get the makefile to work on a new windows7 box I have sitting off to might right. It appears that getting the makefile to work on win7 will be very hard

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-23 Thread Lluís Batlle i Rossell
On Thu, Dec 23, 2010 at 09:24:46PM +0100, Lluís Batlle i Rossell wrote: You can build fossil with any Express (free) edition of Visual Studio (with the Visual C compiler). VS2010 Express is just fine. It comes with a batch script that will put all its programs in the PATH. It also puts an

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-23 Thread Clark Christensen
: Re: [fossil-users] Errors during compile in Windows 7 x64 I now have the build working using mingw on my windows7 box. Using the latest Fossil sources: \mingw\msys\1.0\bin\make -f win/Makefile.mingw I had to install zlib in \mingw\include and \mingw\lib but otherwise no changes were made

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-23 Thread Clark Christensen
Subject: Re: [fossil-users] Errors during compile in Windows 7 x64 I now have the build working using mingw on my windows7 box. Using the latest Fossil sources: \mingw\msys\1.0\bin\make -f win/Makefile.mingw I had to install zlib in \mingw\include and \mingw\lib but otherwise no changes

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-23 Thread Ross Berteig
At 10:43 AM 12/23/2010, Richard Hipp wrote: I had to install zlib in \mingw\include and \mingw\lib but otherwise no changes were made to the MinGW installation. Windows users - please try this on your machines and let me know if you have problems. Thanks everyone for your help in fixing

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-22 Thread Arnel Legaspi
On 12/22/2010 5:35 PM, fossil-users-requ...@lists.fossil-scm.org wrote: On Mon, Dec 20, 2010 at 6:11 PM, Arnel Legaspijalespr...@gmail.com wrote: Hello, Compiling Fossil in 64-bit Windows 7 appears to stop after the makeheaders step. It produces the following error: Can't read input file

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-22 Thread Petr Ferdus
Od: Arnel Legaspi jalespr...@gmail.com Komu: fossil-users@lists.fossil-scm.org Datum: 22.12.2010 20:21 Předmět: Re: [fossil-users] Errors during compile in Windows 7 x64 On 12/22/2010 5:35 PM, fossil-users-requ...@lists.fossil-scm.org wrote: On Mon, Dec 20, 2010 at 6:11 PM, Arnel

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-22 Thread Richard Hipp
AM, altufa...@mail.com wrote: OBJDIR = ./wobj in Makefile.w32 -Original Message- From: Richard Hipp d...@sqlite.org To: fossil-users@lists.fossil-scm.org Sent: Tue, Dec 21, 2010 5:40 pm Subject: Re: [fossil-users] Errors during compile in Windows 7 x64 On Mon, Dec 20, 2010

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-22 Thread Ross Berteig
At 04:29 PM 12/22/2010, Richard Hipp wrote: I spent a very frustrating morning on Monday, downloading mingw and trying to get the makefile to work on a new windows7 box I have sitting off to might right. It appears that getting the makefile to work on win7 will be very hard indeed. If

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-22 Thread altufaltu
@lists.fossil-scm.org Sent: Thu, Dec 23, 2010 7:04 am Subject: Re: [fossil-users] Errors during compile in Windows 7 x64 At 04:29 PM 12/22/2010, Richard Hipp wrote: I spent a very frustrating morning on Monday, downloading mingw and trying to get the makefile to work on a new windows7 box I have

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-22 Thread Ross Berteig
At 06:34 PM 12/22/2010, altufa...@mail.com wrote: Hi Ross, I face this issue even on Win32 XP SP2. It used to build successfully before recent commit [e084092a07]. Were you successful to build it after above commit? I don't know (yet). The last build I built myself was probably [6fd2ff1b09]

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-21 Thread Richard Hipp
On Mon, Dec 20, 2010 at 6:11 PM, Arnel Legaspi jalespr...@gmail.com wrote: Hello, Compiling Fossil in 64-bit Windows 7 appears to stop after the makeheaders step. It produces the following error: Can't read input file .\wobj\add_.c;.\wobj\add.h // and so on... What do you have OBJDIR set

Re: [fossil-users] Errors during compile in Windows 7 x64

2010-12-20 Thread altufaltu
Me too get this error, compiling on XP (MinGW). Looks like one of the side effects of http://localhost/fossil/fossil/info/e084092a07. -Original Message- From: Arnel Legaspi jalespr...@gmail.com To: fossil-users@lists.fossil-scm.org Sent: Tue, Dec 21, 2010 4:41 am Subject: [fossil-users]