<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Dear Hsin-Yu,<br>
<br>
Are you trying to make the documentation of which version of QE,
the svn or the 5.1? In the two cases the tclu library is in
different places, namely in <br>
<br>
espresso-svn/GUI/Guib/lib/<br>
espresso-5.1/PWgui-5.1/lib/Guib-0.5.1/lib/ (in this case you
would need to download also the PWGui package)<br>
<br>
I used to have the same problem when trying to make the doc in the
released version of QE, as the default strategy is to have
not-compiled documentation in the svn, while having only the
compiled versions in the release. This was changed recently, and
from the next releases it should be possible to compile the
documentation also from the release. In the meatime, you could
modify the helpdoc file as suggested to me by Tone Kokalj, namely<br>
<br>
In the helpdoc.d/helpdoc.tcl file replace the second line:
<br>
<br>
lappend auto_path $dir [file join $dir .. .. GUI Guib lib]
<br>
<br>
with:
<br>
<br>
# do we use the svn version
<br>
<br>
set libdir [file join $dir .. .. GUI Guib lib]
<br>
#
<br>
if { [file isdirectory $libdir] } {
<br>
lappend auto_path $dir $libdir
<br>
<br>
} else {
<br>
# do we use the tarball version
<br>
<br>
set libdir [glob -nocomplain -directory [file join $dir ..
..] [file join PWgui-* lib Guib-* lib]]
<br>
#
<br>
if { $libdir != {} && [file isdirectory $libdir] } {
<br>
lappend auto_path $dir $libdir
<br>
<br>
} else {
<br>
puts stderr "no usable directory containing the tclu
library found; you need to download the PWgui package"
<br>
exit 1
<br>
}
<br>
}
<br>
<br>
Best,<br>
<br>
Oliviero<br>
<br>
On 09/02/2014 11:05 PM, Hsin-Yu Ko wrote:<br>
</div>
<blockquote cite="mid:54063110.30703@Princeton.EDU" type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<font face="serif">Dear QE developers,<br>
<br>
While trying to make some update in the CPV/Doc, I found that
the tclu package undefined.<br>
</font><font face="serif"><font face="serif">After some search I
found it hard to identify which package tclu comes with;
hence, I was wondering if I could ask some help from here?<br>
<br>
The following is the command I was used to make the
documentation of CP:<br>
</font><br>
----------shell input/output--------------------<br>
# inside CPV/Doc<br>
$ make INPUT_CP.html <br>
../../dev-tools/helpdoc
INPUT_CP.def
<br>
can't find package tclu
0.9
<br>
while
executing &n!
bsp;
<br>
"package require tclu
0.9"
<br>
(file
"/home/hyk/Hosts/Teller.git/QE-dev/dev-tools/helpdoc.d/helpdoc.tcl"
line
4)
<br>
invoked from
within
<br>
"source [file join $sourcedir
helpdoc.tcl]"
<br>
(file "../../dev-tools/helpdoc" line
8)
<br>
make: *** [INPUT_CP.html] Error 1<br>
</font>------------------------------------------------------<br>
<font face="serif"><br>
<br>
<font face="serif"><font face="serif">Following the
dev-tools/README.helpdoc, I checked the following packages
(tcl-8.5.15, tcllib-1.15, and xsltproc*) are </font><font
face="serif"><font face="serif"> installed</font>.</font><br>
<br>
*------ xsltproc --version ----<br>
Using libxml 20901, libxslt 10128 and libexslt 817<br>
xsltproc was compiled against libxml 20901, libxslt 10128 and
libexslt 817<br>
libxslt 10128 was compiled against libxml 20901<br>
libexslt 817 was compiled against libxml 20901<br>
---------------------------------------<br>
<br>
<br>
</font>Thanks a million,<br>
Hsin-Yu</font><font face="serif"><br>
</font>
<pre class="moz-signature" cols="72">--
Hsin-Yu Ko
Graduate Student
Princeton University
Department of Chemistry
151 Frick Laboratory</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Q-e-developers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Q-e-developers@qe-forge.org">Q-e-developers@qe-forge.org</a>
<a class="moz-txt-link-freetext" href="http://qe-forge.org/mailman/listinfo/q-e-developers">http://qe-forge.org/mailman/listinfo/q-e-developers</a>
</pre>
</blockquote>
<br>
</body>
</html>