I have some bad news and some good news. :)

I tried on Win7 32-bit, and I get the same error (and, yes, I used the latest trunk and the new FOSSIL_BUILD_SSL=1 setting on the command line):

-------------------
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 12.0\VC\BIN\link.EXE"' : return code '0x49d'
Stop.
NMAKE : fatal error U1077: 'pushd' : return code '0x2'
Stop.
-------------------

But then, I also tried without the new FOSSIL_BUILD_SSL=1 (only the FOSSIL_ENABLE_SSL=1 option), and it built OK. (I suppose you separated the build of SSL from the inclusion of SSL.)

My observations so far:

1. The problem is with the build process of SSL because using pre-built libraries apparently works.
2. Both 32-bit and 64-bit Win7 behave the same in either case.
3. Latest trunk version builds FOSSIL executable successfully but only if the FOSSIL_BUILD-SSL is not given.

So, if you manage to build on your machine with the FOSSIL_BUILD_SSL=1 option, then apparently there must be some component(s) missing on mine. I have:

Fresh installation of ActivePerl.
openssl-1.0.1i installed under compat before each attempt (in case some files are corrupted by the failed build).
ActiveTCL (8.6) installed.

-----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 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/mailman/listinfo/fossil-users
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to