Quote:
Originally Posted by NiLuJe
@ixtab: Pushed something, could you check if that fixes it on your system?
(I'm guessing awk is mawk or some other weird awk implementation on your system, and not GNU awk).
|
Hmm. Thanks, but it still doesn't seem to fix the problem.
Because I don't even know where the problem even comes from, there's a
new branch which contains the problematic files. Essentially, in src/com/mobileread/ixtab/kindlelauncher/resources:
parse-commented.awk is the input file.
parse.awk should be the output file.
parse.awk.ok is a sample of a working output file
parse.awk.produced is the output file.
The problem is mostly: why does my computer not produce anything reasonable, while others do? I honestly don't know, and I need your help.
PS:
Code:
ixtab@mbp:~$ awk --version|head -n 1
GNU Awk 3.1.8
Too old?