Re: [Xournal-devel] on poppler dependencies

2011-05-08 Thread Andreas Butti
> 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

Re: [Xournal-devel] on poppler dependencies

2011-05-08 Thread Michael J Gruber
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

Re: [Xournal-devel] on poppler dependencies

2011-05-08 Thread Matthew Chan
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

[Xournal-devel] on poppler dependencies

2011-05-08 Thread Ryan Lewis
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

Re: [Xournal-devel] Freeze when (rectangle-)selecting

2011-05-08 Thread Cedric Sodhi
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

[Xournal-devel] refactoring xournal++

2011-05-08 Thread Ryan Lewis
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

[Xournal-devel] help me compile!

2011-05-08 Thread Ryan Lewis
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.