On Mon, Oct 22, 2001, Larry W. Virden wrote:
> I was hoping there was some flag or variable to encourage plucker
> to be a LITTLE more verbose in what the problem was...
Using your .pluckerrc file (only changing the path for the map files)
and running "plucker-build -v -f Test" I got all the info I could ask
for,
Error parsing config file '/test/.pluckerrc': File contains parsing errors:
/test/.pluckerrc
[line 70]: ' compression = zlib\012'
[line 109]: ' bpp = 4\012'
[line 137]: ' image_parser = netpbm2\012'
[line 199]: ' palm1bit_graymap_file = /usr/local/netpbm/lib/palmgray1.map\012'
[line 200]: ' palm2bit_graymap_file = /usr/local/netpbm/lib/palmgray2.map\012'
[line 201]: ' palm4bit_graymap_file = /usr/local/netpbm/lib/palmgray4.map\012'
[line 202]: ' palm8bit_stdcolormap_file =
/usr/local/netpbm/lib/palmcolor8.map\012'
It seems like the parser doesn't like white space at the beginning of
the first enabled key in a section. After removing the white space
from 'compression' and 'palm1bit_graymap_file' it worked just fine.
/Mike