backtracking / bibtex2html

Other
95 stars 27 forks source link

El Capitan problem? #5

Open paynito opened 8 years ago

paynito commented 8 years ago

Hi, I used your pre-compiled mac64 binary.
internbibJan20.bib ➜ Desktop git:(master) ✗ /usr/local/bin/bibtex2html/bibtex2html internbibJan20.bib This is bibtex2html version 1.96, compiled on Mon Nov 22 10:33:42 CET 2010 Copyright (c) 1997-2010 Jean-Christophe Filliâtre and Claude Marché This is free software with ABSOLUTELY NO WARRANTY (use option --warranty)

Reading internbibJan20.bib...ok (10 entries). calling BibTeX... bibtex: Not writing to /var/folders/wb/cfz8yrnd3gs8570lx2l291sh0000gn/T/bib2htmlabc7db.blg (openout_any = p). I couldn't open file name `/var/folders/wb/cfz8yrnd3gs8570lx2l291sh0000gn/T/bib2htmlabc7db.blg' error 1 while running bibtex

paynito commented 8 years ago

/usr/local/bin/bibtex2html/bibtex2html internbibJan20.bib --debug bibtex2html: bad command line syntax

Usage: bibtex2html [filename] -s style BibTeX style (plain, alpha, ...) -c command BibTeX command (otherwise bibtex is searched in your path) -d sort by date

paynito commented 8 years ago

➜ Desktop git:(master) ✗ /usr/local/bin/bibtex2html/bibtex2html --debug internbibJan20.bib This is bibtex2html version 1.96, compiled on Mon Nov 22 10:33:42 CET 2010 Copyright (c) 1997-2010 Jean-Christophe Filliâtre and Claude Marché This is free software with ABSOLUTELY NO WARRANTY (use option --warranty)

Reading internbibJan20.bib...ok (10 entries). calling BibTeX... bibtex command: bibtex -min-crossrefs=1000 /var/folders/wb/cfz8yrnd3gs8570lx2l291sh0000gn/T/bib2html78b56b

bibtex: Not writing to /var/folders/wb/cfz8yrnd3gs8570lx2l291sh0000gn/T/bib2html78b56b.blg (openout_any = p). I couldn't open file name `/var/folders/wb/cfz8yrnd3gs8570lx2l291sh0000gn/T/bib2html78b56b.blg' error 1 while running bibtex ➜ Desktop git:(master) ✗ sudo /usr/local/bin/bibtex2html/bibtex2html --debug internbibJan20.bib Password: This is bibtex2html version 1.96, compiled on Mon Nov 22 10:33:42 CET 2010 Copyright (c) 1997-2010 Jean-Christophe Filliâtre and Claude Marché This is free software with ABSOLUTELY NO WARRANTY (use option --warranty)

Reading internbibJan20.bib...ok (10 entries). calling BibTeX... bibtex command: bibtex -min-crossrefs=1000 /tmp/bib2html00f27f

bibtex: Not writing to /tmp/bib2html00f27f.blg (openout_any = p). I couldn't open file name `/tmp/bib2html00f27f.blg' error 1 while running bibtex

paynito commented 8 years ago

do I need to stick "openout_any=a" somewhere http://tex.stackexchange.com/questions/223870/bibtex-error-not-writing-to-book-blg-openout-any-p-mactex-2014

backtracking commented 8 years ago

Hi, Have you tried the suggestion on bibtex2html's web site https://www.lri.fr/~filliatr/bibtex2html/ related to this issue, namely to use export TMPDIR=. ?