Quote:
Previously the emulate mode compiled with no error in my Gentoo x64 machine. But it fails on my freshly installed x86 Ubuntu today. I modified the Makefile and now it works on my Ubuntu too. You may want to checkout the latest code from the official repo
|
I can confirm that emulate mode now compiles without errors on Ubuntu 12.04 Desktop 32-bit. For what it's worth, I can also confirm the same for Linux Mint 13 Cinnamon 32-bit, which is not surprising since it's based on Ubuntu 12.04. (I had it lying around, so I thought I should try it before I download 3GB of FC12

. It worked! Then I saw your post, and it became clear why lol. I went back to Ubuntu, deleted kindlepdfview, cloned again, etc, etc and it worked on Ubuntu too). Thank you.
On another note: can someone please explain why
make HOST=arm-kindle-linux-gnueabi thirdparty works, and
HOST=arm-kindle-linux-gnueabi make thirdparty doesn't, and readme specifies
EMULATE_READER=1 make thirdparty kpdfview (setting variable first). Not that it matters, but I'm curious. Sorry if the question is basic, but I'm a noob afterall

.