Hello !

I'm trying to make sqlite3 documentation to use locally and got this error:

====

make all

...

Processing ./pages/btreemodule.in
./tclsh: missing close-brace
    while executing
"hd_puts {"
    ("eval" body line 590)
    invoked from within
"eval "hd_puts \173$text\175""
    (procedure "hd_resolve" line 5)
    invoked from within
"hd_resolve [subst {

    $PREAMBLE

    <div class=fancy>
<div style="font-size:2em;text-align:center;color:#80a796">$zTitle</div>
    <div style=..."
    (procedure "fancyformat_document" line 19)
    invoked from within
"fancyformat_document "SQLite B-Tree Module" {hlr50000.txt llr50000.txt} {

  [h1 "Document Overview"]

  [h2 "Scope and Purpose"]

  <p>
    This docu..."
    ("eval" body line 38)
    invoked from within
"eval {

hd_keywords {btree design}
source [file join $::DOC pages fancyformat.tcl]

foreach header {btree.h sqliteInt.h} {
  set fd [open [file join $..."
    ("eval" body line 2)
    invoked from within
"eval "hd_resolve \173$in\175""
    ("foreach" body line 16)
    invoked from within
"foreach infile [lrange $argv 3 end] {
  cd $HOMEDIR
  puts "Processing $infile"
  set fd [open $infile r]
  set in [read $fd]
  close $fd
  if {[strin..."
    (file "./wrap.tcl" line 783)
make: *** [base] Error 1

====

Has someone build the latest documentation ?

Cheers !

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to