← Back to team overview

calibre-devs team mailing list archive

Re: lp:~llasram/calibre/oeb2lit ready for merge

 

On Tue, Dec 16, 2008 at 10:23 PM, Kovid Goyal <kovid@xxxxxxxxxxxxxx> wrote:

> Hmm I only saw a change to a .py file in the commit log, must have missed the
> change to the extension. At any rate, rebuilding worked. Sorry about that.
> I'll be releasing 116 soon, at which point feel free to start a thread on
> Mobileread advertising LIT output.

Awesome!

> Untar it and run the calibre executable. Let me know what happens.

No errors on the console, but the GUI is bitmapless.

Here's some libraries my shell-fu suggests may be missing:

$ find . -type f | xargs -n1 env LD_LIBRARY_PATH="$(find "$PWD" -type
d | paste -s -d:)" ldd 2>&1 | grep 'not found' | sort -u | awk
'{print$1}'
libQtOpenGL.so.4
libQtSql.so.4
libatlas.so.0
libblas.so.0
libcblas.so.0
liblapack.so.0
libncursesw.so.5
libqca.so.2
libreadline.so.5
libtiff.so.3

-Marshall



Follow ups

References