File: UnitsMKS.texinfo

package info (click to toggle)
units 2.25-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,856 kB
  • sloc: ansic: 6,836; sh: 899; python: 803; yacc: 605; makefile: 490; perl: 435
file content (605 lines) | stat: -rw-r--r-- 20,072 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
\input texinfo   @c -*-texinfo-*-
@c %**start of header
@setfilename UnitsMKS.info
@finalout
@setchapternewpage off
@firstparagraphindent none
@set EDITION 2.22
@set VERSION 2.24
@set TKVERSION 10.4
@set OSVERSION 10
@set VSVERSION 2022
@set BUILDDATE @w{1 September} 2024
@c %**end of header

@copying
This manual is for building and installing GNU @command{units} (version
@value{VERSION}) on Microsoft Windows with the PTC MKS Toolkit.

Copyright @copyright{} 2016--2024 Free Software Foundation, Inc.

@end copying

@titlepage
@title @w{Building and Installing} @w{GNU @command{units}} on @w{Microsoft Windows} with the @w{MKS Toolkit}
@subtitle Edition @value{EDITION} for @command{units} Version @value{VERSION}
@author Jeff Conrad
@page
@vskip 0pt plus 1filll
@insertcopying
@end titlepage
@contents

@iftex
@headings off
@everyheading Building @command{units} on Windows with MKS Toolkit @| @| @thispage
@end iftex

@macro label {text}
@w{@sansserif{\text\}}
@end macro

@node Preface
@unnumbered Preface

This manual covers configuring, building, and installing GNU
@command{units} from the MKS Korn shell on Microsoft Windows.  The
process runs much as it would on Unix-like systems, and much of what
follows assumes that the installation will be in the same places as they
would on Unix-like systems (e.g., @file{C:/usr/local/bin} for the
executable).  Most of the discussion implicitly assumes using Microsoft
Visual Studio for compiling.

You can also build @command{units} from the Windows command
prompt using @file{Makefile.Win}---@pxref{Top,,,UnitsWin,UnitsWin} for
details.

The system on which the build was done had @file{/bin} as a symbolic
link to @w{@file{C:/Program Files/MKS Toolkit/mksnt}}; with this
approach, there is no need to change the first lines of any scripts in
the units distribution.

The most recent build was for @command{units} version @value{VERSION},
using the MKS Toolkit for Developers version @value{TKVERSION} and
Microsoft Visual Studio @value{VSVERSION} on Microsoft Windows
Professional @value{OSVERSION} on @value{BUILDDATE}.

  --- Jeff Conrad (@email{jeff_conrad@@msn.com}) @value{BUILDDATE}

@node Building and Installing @command{units}
@unnumbered Building and Installing @command{units}

@node Overview
@unnumberedsec Overview

On Unix-like systems, building and installing @command{units} is simple;
just type

@example
/configure; make; make install
@end example

@noindent
On Windows---even if Unix-like utilities such as the MKS Toolkit are
available---additional steps are usually needed.  A more realistic
procedure might be as follows:

@enumerate

@item
Create a @file{config.site} file that specifies several parameters for
@command{configure}.  Alternatively, you can pass the parameters to
@command{configure} at invocation.

@item
Start an instance of the Korn shell with administrative privilege.

@item
If you are using Microsoft Visual Studio, initialize the environment
variables for Visual Studio with the @command{setvcvars} script:

@example
 ./setvcvars
@end example

@item
Prepare the files needed to build @command{units} by running the
configuration script:

@example
/configure
@end example

@item
Manually adjust @file{Makefile} if necessary.

@item
Build the executable and support files:

@example
make
@end example

@item
If the build is successful, install the package:

@example
make install
@end example

@end enumerate

@noindent
Some of the issues involved are discussed below.

@node Configuring @command{configure}
@unnumberedsec Configuring @command{configure}

The @command{configure} script attempts to make the build process
system independent.  But on non--Unix-like systems, @command{configure}
often needs some help.  When using the MKS Toolkit on Windows,
@command{configure} depends on the environment variables
@env{ac_executable_extensions} and @env{PATH_SEPARATOR}.  It is often
easier to use the Microsoft Visual Studio C compiler @command{cl}
directly rather than through the MKS wrapper @command{cc}; for this to
happen, the variable @env{CC} must be set to @code{cl} or @code{cl.exe}.

The variables can be given to @command{configure} in several ways:

@itemize @bullet

@item
The variables can be passed to @command{configure} at invocation as
name--value pairs, i.e.,

@example
/configure [@var{name}=@var{value} ...]
@end example

@item
The variables can be set and marked for export, e.g.,

@example
@group
export ac_executable_extensions=".exe .sh .ksh"
export PATH_SEPARATOR=";"
@end group
@end example

@item
The variables can be set in a site configuration script that is read by
@command{configure} at invocation.  Such a script might include

@example
@group
ac_executable_extensions=".exe .sh .ksh"
PATH_SEPARATOR=";"
@end group
@end example

@noindent
By default, the script is @w{@file{/usr/local/share/config.site}}.  If
you specify a location other than @file{/usr/local/} for the
installation with the @option{--prefix} option to @command{configure},
the configuration script is expected to be @w{@file{@var{prefix}/local/
share/config.site}}.  If you wish to have a fixed location for the
configuration script, you can do so with the @env{CONFIG_SITE}
environment variable.  For example, if you have a configuration script
that you want read regardless of the @option{--prefix} option, you could
give

@example
CONFIG_SITE="C:/usr/local/share/config.site"
@end example

@noindent
A more complete @file{config.site} might include

@example
@group
ac_executable_extensions=".exe .sh .ksh"
ac_ext=cpp
prefix=C:/usr/local
PATH_SEPARATOR=";"
INSTALL="C:/usr/local/bin/install.exe -c"
CC=cl.exe
CFLAGS="-O2 -W3 -D_CRT_SECURE_NO_WARNINGS -nologo"
CXX=cl.exe
CXXFLAGS="-O2 -W3 -D_CRT_SECURE_NO_WARNINGS -nologo"
@end group
@end example

(@env{ac_ext}, @env{CXX}, and @env{CXXFLAGS} are not needed for building
@command{units})
@end itemize

@node Customizing the Installation
@unnumberedsec Customizing the Installation

By default, @samp{make install} installs @command{units} in
subdirectories of @file{/usr/local}; you can specify a different
location using the @option{--prefix} option.  For example,
if you want to install @command{units} in
@file{C:/Program Files/GNU}, you might invoke @command{configure}
with

@example
@./configure --prefix=C:/Progra~1/GNU
@end example

@noindent
The Windows ``8.3'' short name is used because the installation process
does not like spaces or parentheses in pathnames.  The short name for
@file{C:/Program Files} is usually as shown, but can vary from
system to system.  You can find the actual short name on your system
with the @command{dosname} command, e.g.,

@example
dosname "C:/Program Files"
@end example

If you don't specify a prefix, or you specify a prefix without a drive
letter, the installation will be on the same drive as the MKS Toolkit.

@command{configure} provides many other options for customizing the
installation; typing

@example
/configure --help
@end example

@noindent
gives a summary of these options.  Running @command{configure} is
discussed in detail under the section ``Running @command{configure}
Scripts'' in the GNU documentation for @command{autoconf}, available at
@url{http:// www.gnu.org/software/autoconf/}.

@node Administrative Privilege
@unnumberedsec Administrative Privilege

If you plan to install @command{units} in a location where you lack write
permission, you'll need administrative permission for the installation
and perhaps for the configuration and build (@pxref{``install'' Programs}).
The easiest way to do this is to start the shell by right-clicking on
the shell icon (or a shortcut) from Explorer and using the
@label{Run as administrator} option from the context menu.

@node Environment Variables for Visual Studio
@unnumberedsec Environment Variables for Visual Studio

Microsoft Visual Studio requires that several environment variables
(e.g., @env{PATH}) be set to include numerous directories for a build
from the command line.
Visual Studio provides an option on the Windows Start Menu to run an
instance of the Windows command interpreter with these variables
initialized.

@node Initialization with the Korn Shell
@unnumberedsubsec Initialization with the Korn Shell

The @command{setvcvars} script included in the units distribution will
set these variables for the shell by running the batch file used for the
Visual Studio command prompt, writing the variable values to the
standard output, and reading them into the shell.  For the values to
persist, the script must of course be run in the current environment,
e.g., @samp{source ./setvcvars} or @w{@samp{. ./setvcvars}}.  These
variables must be set for any command-line build with Visual Studio, so
it may be helpful to copy the script to a directory that's in @env{PATH}
(e.g., @file{/usr/local/bin}).

The default compilation is 64 bit; to compile a 32-bit version, set the
environment by passing the script an argument of @samp{x86},
e.g., @samp{source ./setvcvars x86} or @w{@samp{. ./setvcvars x86}}.

@node Adjustment for Different Visual Studio Installations
@unnumberedsubsec Adjustment for Different Visual Studio Installations

The name and location of the batch file and the values of the
environment variables are installation specific; the @command{setvcvars}
script assumes a standard installation of Visual Studio 2022 Community.
For a nonstandard installation or for a different version, the value of
@code{vsbatfile} in the script may need to be modified.

On @w{Windows 10}, find
@label{Visual Studio 2@var{yyy}} on the Start Menu,
click to open the menu, right click on
@label{x64 Native Tools Command Prompt for VS 2@var{yyy}},
find @label{More}, right click, and select @label{Open file location}.  In
the instance of File Explorer that opens, find the
@label{x64 Native Tools Command Prompt for VS 2@var{yyy}}
shortcut, right click, and select @label{Properties};
the @label{Target} on the @label{Shortcut} tab should contain the proper
path for the batch file.

If you prefer to compile a 32-bit version, use the procedure above but
choose
@label{x86 Native Tools Command Prompt for VS 2@var{yyy}} to find the
proper batch file.

The exact names of the menu choices may vary with the version of Visual
Studio that is installed.

Earlier versions of Windows may require slightly different steps, but
the objective is the same: find the name and location of the batch file
that is opened by the appropriate Visual Studio command prompt and assign it to
@code{vsbatfile} in the @command{setvcvars} script.

@node ``install'' Programs
@unnumberedsec ``install'' Programs

If you have an executable @command{install} program, you may get an
error message to the effect of

@example
cannot execute: The requested operation requires elevation
@end example

@noindent
while running @command{configure} without elevated privileges on Windows
Vista or later with User Account Control (UAC) enabled.  If UAC is
enabled, the system thinks executable programs whose names contain
``install'', ``patch'', ``update'', and similar always require elevated
privilege, and will refuse to run them without this privilege.

If this happens, @command{configure} will simply use the
@command{install-sh} script included with the
@command{units} distribution.  But if for some reason you wish to use
your version of @command{install}, there are several ways to do so.

@node Running with Administrative Privilege
@unnumberedsubsec Running with Administrative Privilege

The easiest solution is to do the configure with a shell with
administrative privilege, as discussed in
@ref{Administrative Privilege}.
After installation, testing should be done using a shell without
elevated privilege.

@node Providing a Manifest File
@unnumberedsubsec Providing a Manifest File

An alternative is to tell UAC that elevated privilege is not required.
To do this, create a manifest file containing
@example
@group
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
      <requestedPrivileges>
        <!-- Tell UAC that administrative privilege is not needed -->
        <requestedExecutionLevel level="asInvoker" uiAccess="false"/>
      </requestedPrivileges>
    </security>
  </trustInfo>
</assembly>
@end group
@end example

@noindent
name it @file{install.exe.manifest}, and place it in the same directory as
install.exe.  Sometimes this has no effect; if this happens, adjust the
modification times of the manifest and executable so they match.

The procedure is discussed at @url{https://github.com/bmatzelle/gow/issues/156},
and a similar discussion for GNU patch is given at
@url{http://math.nist.gov/oommf/software-patchsets/patch_on_Windows7.html}.

@noindent
Last access: 16 May 2016

@node Embedding a Manifest in the install Program
@unnumberedsubsec Embedding a Manifest in the install Program

If you are using MS Visual Studio, an alternative to having the manifest
file in the executable directory is to embed the manifest in the
executable using the manifest tool @command{mt.exe}, obviating the need
to worry about the time stamps of the files.  This is discussed in NIST
link above; if the command is run from the shell, the semicolon must be
escaped:

@example
mt -manifest install.exe.manifest -outputresource:install.exe@backslashchar{};1
@end example

@noindent
Microsoft describe manifests at
@url{https://msdn.microsoft.com/en-us/library/bb756929.aspx}.

The Code Project also discusses UAC awareness:
@url{http://www.codeproject.com/Articles/17968/Making-Your-Application-UAC-Aware}.

@node Fine Tuning @file{Makefile}
@unnumbered Fine Tuning @file{Makefile}

@node MKS @command{make} and Suffix Rules
@unnumberedsec MKS @command{make} and Suffix Rules

The MKS version of @command{make} ignores suffix rules in @file{Makefile} unless
the line

@example
POSIX:
@end example

@noindent
appears in @file{Makefile} before any suffix rules.  This target is also
required for the currency updater @command{units_cur} to run properly from
@file{Makefile}.  The configure script attempts to detect the Toolkit by
running mksinfo, and if this succeeds, the @code{.POSIX} target is
added.  If you have the MKS Toolkit and it somehow is not detected, you
should add this line manually.

@node Install Program
@unnumberedsec Install Program

If the @env{PATH} at shell invocation uses the backslash as the path
separator, and you have a BSD-compatible @command{install} program that
is detected by @command{configure}, the backslashes may be removed,
giving an incorrect @file{Makefile} entry something like

@example
INSTALL = c:usrlocalbin/install.exe -c
@end example

@noindent
Add the slashes to get

@example
INSTALL = c:/usr/local/bin/install.exe -c
@end example

@noindent
If you will always want to use the same installation program, you can
specify it with the @env{INSTALL} variable---@pxref{Configuring @command{configure}}.

Giving a @env{PATH} with forward slashes in a file given by @env{ENV}
will have no effect because configure unsets that variable, and the file
will not be read.

@node Icons and File Association
@unnumbered Icons and File Association

Two icons are provided: @file{unitsfile.ico} and @file{unitsprog.ico}.
The former is made the default icon for @command{units} data files, and
the latter is embedded in the executable file by the build process.  The
latter also may be useful if you wish to create a shortcut to the
@command{units} program.  Both icons are copied to the same directory as
the @command{units} data files.

The installation process associates @command{units} data files with the
MKS graphical @command{vi} editor @command{viw}; double-clicking on the
file icon opens the file for editing.  The encoding is set to UTF-8.

@node MKS @command{units}
@unnumbered MKS @command{units}

The MKS Toolkit includes a very old version of @command{units}; if the
MKS executable directory is earlier in @env{PATH} than the installation
directory for GNU @command{units}, a command-line invocation will run
the MKS version.  To ensure that you run GNU @command{units}, either
change @env{PATH} so that GNU @command{units} is found first, or create
an alias for GNU @command{units}.

@node Currency Definitions and CPI Updater
@unnumbered Currency Definitions and CPI Updater

The script @command{units_cur} is used to update currency
definitions and the US Consumer Price Index; it requires Python
(available from @url{https://www.python.org/}).

@node Installing Python
@unnumberedsec Installing Python

If you want to use the currency updater, install Python if it is not
already installed; ensure that Python is installed @emph{before} running
@command{configure}.  If you need to install Python, unless you have (or
anticipate having) applications that depend on @w{Python 2}, the best
choice is probably to install @w{Python 3}.

Python's location must be included in @env{PATH} so the shell can find
it; the Python installer usually offers to do this.

When you first run @command{units_cur}, you may get a complaint about
a missing module; for example,

@codequoteundirected on
@example
ModuleNotFoundError: No module named 'requests'
@end example
@codequoteundirected off

@noindent
If so, you will need to install the missing module.  The easiest way to
do this is with the @command{pip} command; for example,

@example
pip install requests
@end example

@noindent
If you have @w{Python 2.7.9} or later or @w{Python 3.4} or later, you
should have @command{pip}, though you may need to upgrade to the latest
version.  If you do not have @command{pip}, you will need to install it
manually; see the Python documentation or the Python website for
instructions on how to do this.

@node Python and @command{configure}
@unnumberedsec Python and @command{configure}

The complete pathname in @file{Makefile} may contain backslashes; for example,

@example
PYTHON = C:\Program Files\Python\Python37/python.exe
@end example

@noindent
or

@example
PYTHON = C:\Progra~1\Python\Python37/python.exe
@end example

@noindent
The build will fail unless the backslashes are changed to forward
slashes; for example,

@example
PYTHON = C:/Progra~1/Python/Python37/python.exe
@end example

The backslashes can be avoided by passing @env{PYTHON} to
@command{configure} at invocation, or by specifying it in
@file{config.site}, e.g.,

@example
PYTHON=C:/Progra~1/Python/Python37/python.exe
@end example

@noindent
A disadvantage is that if the installation directory changes with a
future version of Python, @file{config.site} will need to be manually
updated. A better approach is to give the normal Unix/Linux pathname:

@example
PYTHON=/usr/bin/python
@end example

@noindent
This file need not exist; it simply tells the shell to use Python.  Do
not include the volume specifier (e.g., @code{C:}) or the @code{.exe}
extension; if you do, the shell will assume that the path @emph{does}
exist, and will complain that it cannot find it.

@node Running the Currency and CPI Updater
@unnumbered Running the Currency and CPI Updater

@node Updating from the Command Line
@unnumberedsec Updating from the Command Line

If the location of @command{units_cur} is on your @env{PATH}, you can
update the currency definitions and the US CPI by entering
@samp{units_cur} from the command line; you will need elevated
permission if you lack write permission on the file.

Reliable free sources of currency exchange rates have been annoyingly
ephemeral, sometimes causing update attempts to fail.  Accordingly,
several different sources are now supported---see the units manual for
details.

@node Automatic Updates
@unnumberedsec Automatic Updates

The easiest way to keep definitions updated is to create an entry in the
Windows Task Scheduler.  The Task Scheduler is fussy about the format
for the action, which must be an executable file; an entry might look
something like

@example
C:\Windows\py.exe "C:\usr\local\bin\units\units_cur"
@end example

@noindent
if the Python launcher is in @file{C:\Windows} and the script is in
@file{C:\usr\local\bin}.

@bye