COMPILET(1) COMPILET(1)
NAME
compileet - tool for generating comerr error tables
SYNOPSIS
compileet [ --etout outdir ] [ --stringsout outstringsdir ] [
--base tablebase ] [ --manager managername ] errortable
DESCRIPTION
compileet is a tool to produce comerr style error code to string map-
pings for use with the comerr errormessage() API.
compileet takes the comerr error table file errortable and generates
a comerr source and header file for use with adderrortable() and
removeerrortable(). It also generates an optional strings file for
use with bundled applications. If the contents of the strings file are
added to Localizable.strings, then the application does not need to use
adderrortable() and removeerrortable().
compileet is intended to be used by Kerberos applications and plugins
(eg: KLoginLogoutNotification and KLPrincipalTranslation plugins).
OPTIONS
--etout outdir
output source, header and strings files to the directory
outdir. By default compileet places files in the current
working directory.
--stringsout outstringsdir
output the strings file to the directory outstringsdir. By
default compileet places the strings file in outdir (if it is
specified) or the current working directory.
--base tablebase
use tablebase as the error table base name. This is a four
character code which identifies the error table in the error ta-
ble database.
--manager managername
use managername as the name of the API or component which the
error corresponds to.
--prefix
prints the prefix with which Kerberos was built.
--exec-prefix
prints the exec-prefix with which Kerberos was built.
SEE ALSO
kerberos(1)
BUGS
Currently compileet has no support for generating strings files for
multiple localizations. Strings files must be manually localized.
COMPILET(1)
|