Re: [Xournal-devel] Error during building xournal 0.4.6.

2012-06-30 Thread Wouter Geelen
Btw. I can remember a e-mail in the mailinglist which was about making a android version of xournal. Currently I'm following some tutorials about android and with the summer coming up I got more sparetime then I need :P. I searched the Market and the app that comes most near to Xournal is the Lect

Re: [Xournal-devel] Error during building xournal 0.4.6.

2012-06-30 Thread Wouter Geelen
Thanks it worked! However I had to change xournal_LDADD = ttsubset/libttsubset.a @PACKAGE_LIBS@ $(INTLLIBS) -lX11 to xournal_LDADD = ttsubset/libttsubset.a @PACKAGE_LIBS@ $(INTLLIBS) -lX11 -lz -lm (-lz was not yet added). Further question, is there a changelog of 4.5.0 to 4.6.0? On Sun, Jul 1,

Re: [Xournal-devel] Error during building xournal 0.4.6.

2012-06-30 Thread Denis Auroux
Oops... yes, please edit the file src/Makefile.am, line 30, add "-lm" at the end of the line. I.e. change xournal_LDADD = ttsubset/libttsubset.a @PACKAGE_LIBS@ $(INTLLIBS) -lX11 -lz to xournal_LDADD = ttsubset/libttsubset.a @PACKAGE_LIBS@ $(INTLLIBS) -lX11 -lz -lm Sorry! Denis On 06/30/2012 03:

[Xournal-devel] Error during building xournal 0.4.6.

2012-06-30 Thread Wouter Geelen
Hello, I just tried to build xournal 0.4.6, but I get this error about libm.so, which he can't find. Can anyone tell me how to resolve this issue? Of course I did autogen.sh first. Also I know that libm.so.6 is located in /lib/i386-linux-gnu. Hopefully someone can help. -- With kind regards, W

[Xournal-devel] [ANNOUNCE] Cournal - Collaborative note taking

2012-06-30 Thread Fabian Henze
Hey guys, I am pleased to announce the first public release of Cournal. Cournal is a collaborative note taking application, which is heavily inspired by Xournal [1] and Gobby [2]. It currently supports annotating PDF files with simple colored strokes, but nothing fancy like adding and deleting p