<div>Back with another question...</div>
<div> </div>
<div>I've run into an error using makeskel and haven't figured out how to fix it.</div>
<div> </div>
<div>running makeskel with all of the .pas files in paszlib generated an unhandled exception.</div>
<div> </div>
<div>I've narrowed it down to the zbase.pas file, so a command line of :</div>
<div> </div>
<div>makeskel --package=paszlib --output=paszlib.xml --input=zbase.pas</div>
<div> </div>
<div>throws:</div>
<div> </div>
<div>An unhandled exception occurred at $00420B12 :<br>EParserError : Invalid character '?'<br>  $00420B12<br>  $00420CD4<br>  $00420954<br>  $0042059E<br>  $004028DA<br><br> </div>
<div>I searched the file for ? and found a deliberate syntax error if MAX_MATCH_IS_258 is not defined (at line 374).</div>
<div> </div>
<div>This is defined in the zconf.inc file that is included at the beginning of the zbase.pas file.</div>
<div> </div>
<div>I tried a commandline of:</div>
<div> </div>
<div>
<div>makeskel --package=paszlib --output=paszlib.xml --input='-dMAX_MATCH_IS_258 zbase.pas'</div>
<div> </div>
<div>but the result was no different.</div>
<div> </div>
<div>Can you give me a clue on what I'm doing wrong?</div>
<div> </div>
<div>Thanks, Scott</div>
<div> </div></div>
<div><span class="gmail_quote">On 9/20/06, <b class="gmail_sendername">Michael Van Canneyt</b> <<a href="mailto:michael@freepascal.org">michael@freepascal.org</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br><br>On Wed, 20 Sep 2006, Scott Pascoe wrote:<br><br>> Ok,<br>><br>> Assuming that the makeskel has been run, then it would probably need to be
<br>> fleshed out. So, would the proper location for the xml documentation file be<br>> in the root of the fpcdoc and should it be named paszlib.xml?<br><br>Yes.<br><br>Michael.<br>_______________________________________________
<br>fpc-devel maillist  -  <a href="mailto:fpc-devel@lists.freepascal.org">fpc-devel@lists.freepascal.org</a><br><a href="http://lists.freepascal.org/mailman/listinfo/fpc-devel">http://lists.freepascal.org/mailman/listinfo/fpc-devel
</a><br></blockquote></div><br>