Re: [fossil-users] Compilation with SSL option fails on Win7

2014-09-29 Thread tonyp
: Joe Mistachkin Sent: Monday, September 29, 2014 6:39 PM To: 'Fossil SCM user's discussion' Subject: Re: [fossil-users] Compilation with SSL option fails on Win7 Stephan Beal wrote: Pure speculation: is it a side-effect of the missing pushd, causing it not to be able to (A) change dirs

Re: [fossil-users] Compilation with SSL option fails on Win7

2014-09-29 Thread Joe Mistachkin
Stephan Beal wrote: > > Pure speculation: is it a side-effect of the missing pushd, causing it not to > be able to (A) change dirs and (B) find the file(s) it expects in those dirs > (because (A) failed)? > Great catch. The MSVC makefile is designed to be used from the directory it is contain

Re: [fossil-users] Compilation with SSL option fails on Win7

2014-09-29 Thread Stephan Beal
On Mon, Sep 29, 2014 at 5:05 PM, Joe Mistachkin wrote: > Tony Papadimitriou wrote: > > NMAKE : fatal error U1077: 'pushd' : return code '0x2' > > Stop. > > > > Pure speculation: is it a side-effect of the missing pushd, causing it not to be able to (A) change dirs and (B) find the file(s) it expe

Re: [fossil-users] Compilation with SSL option fails on Win7

2014-09-29 Thread Joe Mistachkin
Tony Papadimitriou wrote: > > link /nologo /subsystem:console /opt:ref /debug > /out:out32\md4test.exe @C:\Users\Tony\AppData\Local\Temp\nm7D8C.tmp > LINK : fatal error LNK1181: cannot open input file 'link.obj' > NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio > 1

Re: [fossil-users] Compilation with SSL option fails on Win7

2014-09-29 Thread Tony Papadimitriou
---Original Message- From: Joe Mistachkin Sent: Sunday, September 28, 2014 11:55 PM To: 'Fossil SCM user's discussion' Subject: Re: [fossil-users] Compilation with SSL option fails on Win7 As of the very latest trunk [80b4adddec], you'll also need t

Re: [fossil-users] Compilation with SSL option fails on Win7

2014-09-28 Thread Joe Mistachkin
As of the very latest trunk [80b4adddec], you'll also need to add the following to the command lines: FOSSIL_BUILD_SSL=1 -- Joe Mistachkin ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin

Re: [fossil-users] Compilation with SSL option fails on Win7

2014-09-28 Thread Joe Mistachkin
to...@acm.org wrote: > > I'm building on Win7 64-bit. Tomorrow, at work, I can try again on a Win7 > 32-bit, and see if that makes a difference. > Ok, that explains it. I had not tested x64 compilation with SSL enabled prior to today. Thanks for the report. Please try again with the latest

Re: [fossil-users] Compilation with SSL option fails on Win7

2014-09-28 Thread tonyp
nt: Sunday, September 28, 2014 10:44 PM To: 'Fossil SCM user's discussion' Subject: Re: [fossil-users] Compilation with SSL option fails on Win7 to...@acm.org wrote: When I tried with an earlier version [ee46563cbd], it worked OK. Since the latest trunk fails consistently (r

Re: [fossil-users] Compilation with SSL option fails on Win7

2014-09-28 Thread Joe Mistachkin
to...@acm.org wrote: > > When I tried with an earlier version [ee46563cbd], it worked OK. Since the > latest trunk fails consistently (regardless of Perl version used), something > must have broken sometime in between these two check-ins. > That version ([ee46563cbd]) makes no attempt to au

Re: [fossil-users] Compilation with SSL option fails on Win7

2014-09-28 Thread tonyp
: [fossil-users] Compilation with SSL option fails on Win7 to...@acm.org wrote: (I have installed the latest perl - Strawberry Perl, and I have installed openssl-1.0.1i.tar.gz under the compat subdirectory) I suspect this may have to do with the line-endings in the OpenSSL files. Please

Re: [fossil-users] Compilation with SSL option fails on Win7

2014-09-28 Thread Joe Mistachkin
to...@acm.org wrote: > > (I have installed the latest perl - Strawberry Perl, and I have installed > openssl-1.0.1i.tar.gz under the compat subdirectory) > I suspect this may have to do with the line-endings in the OpenSSL files. Please try again with ActiveState Perl and let us know if that

Re: [fossil-users] Compilation with SSL option fails on Win7

2014-09-28 Thread tonyp
...@acm.org Sent: Sunday, September 28, 2014 8:44 PM To: Fossil SCM user's discussion Subject: [fossil-users] Compilation with SSL option fails on Win7 Here's what I do: (I have installed the latest perl - Strawberry Perl, and I have installed openssl-1.0.1i.tar.gz under the compat subdirect

[fossil-users] Compilation with SSL option fails on Win7

2014-09-28 Thread tonyp
Here's what I do: (I have installed the latest perl - Strawberry Perl, and I have installed openssl-1.0.1i.tar.gz under the compat subdirectory) Then (with MSVC) I do: nmake -f Makefile.msc FOSSIL_ENABLE_SSL=1 and after some successful work, it halts with this message: -- C: