On Mon, 17 Apr 2017, Bernd Blümmel wrote:
Hi,
i've played a little bit with the template application sample in the
examples folder. Running make end in errors when executing the dthelptag
command (linux system). This depends on the systems default shell
(bash). dthelptag is a korn shell (ksh) script, but the interpreter tag
is "#!/bin/sh", so the default shell is used. It results in a core dump.
One solution: replace "#!/bin/sh" with "#!/bin/ksh" (1st line of
dthelptag) or run the make command from ksh
# ksh
$ make -f Makefile.Linux
$ ^D
The second error depends on the message file (.msg) syntax, gencat
understands (linux version). There must be a space behind the comment
char ("$"). There a some comment lines at the top of "C/template.msg"
with a single '$'. Replace it with "$ " and make will do it's work.
Interesting - yes, I've certainly seen that "$ " problem before.
If one could tell me where to find a simple diff/patch tutorial/example,
I would attach the .patch-files in future.
There are a variety of tutorials and google-able information out there
on some of the specifics, but generally you would:
- clone the repository
- create a new branch - call it something like template_fixes
- make your changes and test them.
- "add" them and commit them with a commit message explaining what you
are doing.
- test them again in a "clean" repo to make sure it actually works :)
- use the format-patch git mode to create a "diff-like" file you can
send to the list as an attachment.
It shouldn't be too hard if you've used other source code control
software before.
--
Jon Trulson
"Feedom is the answer to a question you don't have to ask."
- Loving Your Own Way
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
cdesktopenv-devel mailing list
cdesktopenv-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel