|
From: Pete S. <pst...@gm...> - 2008-11-17 22:02:50
|
PS>> Have you built tex2rtf recently?
KC> Everything is a fresh build. I built wxWidgets
KC> first, then tex2rtf, then jazz, all of that after
KC> you advertised your most recent instruction set
KC> on the webpage.
This is the correct order.
PS>> When did you build Jazz++?
PS>>
PS>> I ask because part of the build process runs
PS>> tex2rtf to generate help. If you built tex2rtf
PS>> recently, it requites the same wxWidgets shared
PS>> objects (well actually release versions) and
PS>> should have had problems too.
KC> I had a PATH issue on the first attempt, but I
KC> fixed that and all the builds finished without
KC> errors.
Did you try the "export LD_DEBUG=files" test?
What to see if you type
$ tex2rtf
in a terminal? Should be...
<tex2rtf output>
Tex2RTF: input or output file is missing.
Tex2RTF version 2.88
Usage: tex2rtf [input] [output] [switches]
where valid switches are
-bufsize <size in K>
-charset <pc | pca | ansi | mac> (default ansi)
-twice
-sync
-checkcurlybraces
-checksyntax
-version
-macros <filename>
-winhelp
-rtf
-html
-xlp
</tex2rtf output>
Sorry about all of the problems,
Pete
|