|
So I changed the Makefile to use cp instead of copy and cat instead of type. Then I executed "make release" and I learnt that it uses an hardcoded path to reference OpenSSL: C:\openssl-0.9.7b\
I manually executed the makefile directive and created a dummy windocs.pdf file (I don't have it on my computer) and executed innosetup:
Inno Setup 5 Command-Line Compiler Copyright (C) 1997-2005 Jordan Russell. All rights reserved. Portions by Martijn Laan
Compiler engine version: Inno Setup 5.0.8
Parsing [Setup] section, line 2
Parsing [Setup] section, line 3
Parsing [Setup] section, line 4
Parsing [Setup] section, line 5
Parsing [Setup] section, line 6
Parsing [Setup] section, line 7
Parsing [Setup] section, line 8
Parsing [Setup] section, line 9
Parsing [Setup] section, line 10
Parsing [Setup] section, line 11
Error on line 11 in C:\dev\VSS_HEN_UTILITIES\Deployment\tn5250\tn5250\win32\tn52
50_innosetup.iss: Unrecognized [Setup] section directive "AlwaysCreateUninstallIcon"
Compile aborted.
I bet they've changed the directives since then.
Furthermore, for some odd reason I couldn't manage to compile the newest openssl version. I have the 0.9.7f compiled with mingw (I already did this before!) and I want to update it with the new 0.9.7g. I have errors about not finding pwd (which I don't care) but it gives me no output. The mingw32-make -f ms/mingw32a.mak command fails instantly. I really don't remember what's the trick.
copy make.exe mingw32-make.exe
It's funny how the tn5250/win32 makefile uses standard windows commands and the openssl makefile uses standard linux shell command, but neither works on my machine. I must have incorrectly configured something...
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.