andrenho / xsw

Create a presentation based on a config file
GNU General Public License v3.0
2 stars 0 forks source link

Conversion does work #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Mac OS X 10.7.5, using homebrew installation.
$ brew --version
0.8.1

$ xsw --version
xsw 0.3.5, a slideshow presentation tool.
xsw is free software.
Copyleft (C) 2009 André Wagner <andre.nho@gmail.com> - all wrongs reserved

created hello world test file: test.xsw (attached)

slide:
    - "Hello" x:50 y:30 align:center
    + "World"

running works fine:
$ xsw test.xsw

converting doesn't:

$ xsw2pdf test.xsw
/usr/local/bin/xsw2pdf: line 3: 17675 Segmentation fault: 11  xswconv -fpdf $*

$ xsw2png test.xsw
/usr/local/bin/xsw2png: line 3: 19213 Segmentation fault: 11  xswconv -fpng $*

$ xsw2jpeg test.xsw
/usr/local/bin/xsw2jpeg: line 3: 19339 Segmentation fault: 11  xswconv -fjpeg $*

Original issue reported on code.google.com by parnm...@icloud.com on 5 Mar 2013 at 12:28

Attachments: