bug in Makefile.in for PT PDF generation
by Hélio Guilherme
Low priority bug,
Error:
cat ../../doc/commands/genr_funcs_pt.xml | grep -v DOCTYPE | grep -v 'xml
version' >> ftex_pt.xml && \
./xsltrans --funcs --tex ftex_pt.xml --docdir=../../doc/commands | \
./reflow > ../tex_pt/funcbody.tex && rm ftex_pt.xml touch functex_pt
./xsltrans: input file 'ftex_pt.xml'
rm: impossível remover «touch»: No such file or directory
rm: impossível remover «functex_pt»: No such file or directory
make[1]: *** [functex_pt] Error 1
make[1]: Leaving directory `/home/helio/gretl/doc/commands'
make: *** [functex] Error 2
Fix:
Add missing && before touch, at line 267 to
./doc/command/Makefile.in
./reflow > ../tex_pt/funcbody.tex && rm ftex_pt.xml && touch $@
(as agreed no commits from my side, other than usual business ;) )
Cheers,
Hélio
10 years, 11 months
Small bug
by Marcin Błażejowski
Hi,
I've tried to compile current CVS code I got following error:
----
../lib/src/random.c:103:27: error: 'rbuf' undeclared here (not in a
function)
#pragma omp threadprivate(rbuf, r_i)
^
../lib/src/random.c:103:33: error: 'r_i' undeclared here (not in a function)
#pragma omp threadprivate(rbuf, r_i)
^
make[1]: *** [random.lo] Błąd 1
make[1]: Opuszczenie katalogu `/home/marcin/tmp/cvs/Gretl/gretl/lib'
make: *** [lib] Błąd 2
----
Regards,
Marcin
--
Marcin Błażejowski
GG: 203127
10 years, 11 months