> The more I'm looking into the code (and the development process) I'm
> getting the impression that that's not what is happening.
Why?
> Ryan's
> suggestion to refactor the xournal++ code (which has not seen it's first
> release) is a really extreme way of confirming my observation.
Ryan thought
Matthew Chan venit, vidit, dixit 09.05.2011 05:54:
> Hi Ryan,
>
> I'm not familiar with all the autotools magic you need to get it
> working, but I needed to modify the source files with the unresolved
> header dependencies to point to a local copy of CairoOutputDev.h
>
> Andreas and I have alrea
Hi Ryan,
I'm not familiar with all the autotools magic you need to get it working,
but I needed to modify the source files with the unresolved header
dependencies to point to a local copy of CairoOutputDev.h
Andreas and I have already discussed using PoDoFo as a replacement library
for the curren
Andreas et. al,
Any ideas on what to do here?
I just spend a number of hours getting my new codes to link properly against
poppler from git. Indeed we cannot compile/link xournal against the latest
git checkout from git straightaway.
The problem is definitely ours. We should not be using interna
Given that no one has replied so far I'd like to say that it would
already help if someone could say that he definitely has no problems
seleting text in any manner, even in larger documents.
I for my part definitely experience weird behaviour. By an unknown
pattern I might also experience times wh
Hi,
So I'm dedicated to trying to understand the xournal++ source code.
I've realized the only way to do that it seems is to rewrite it. I am
not suggesting that I am forking xournal at all, but I started in
XournalMain trying to refactor the run method and I am focusing
heavily on dealing underst
sorry for a dumb question, but for the life of me I cannot get
xournal++ to build anymore.
Last time I somehow managed to point xournal++ at my local copy of
poppler, with like a ./configure CXXFLAGS='/path/to/poppler/poppler/',
but neither that nore make -I path/to/poppler, seems to be working.