The Problem is that I access Poppler through internal Headers, which are 
not installed on every system (e.g. Ubuntu install these headers).

But for me there is currently no other way, so I created a workaround, 
which didn't work for you.


You have to install poppler/CairoOutputDev.h OR you have to change

src/pdf/popplerdirect/workaround/workaround.h

change

> #ifdef HAVE_POPPLER_CAIRO_OUTPUT_DEV
> #include <poppler/CairoOutputDev.h>
> #else
> #include "CairoOutputDev.h"
> #endif

to (delete 4 lines)

> #include "CairoOutputDev.h"

and try again (make)


Andreas

Am 15.12.2011 14:03, schrieb Nikolai Neff:
> Hi everyone!
>
> I'm using xournal on a daily basis and i'm simply loving it. I'd like to
> test some of the new features though.
> I already had various different nightly builds compiled and running on
> my tablet running ubuntu, but I recently switched to the (imho much
> better) Fedora 16 where i'm unable to compile xournal++
>
> I'm not very experienced in compiling itself, so the error my totally be
> on my side.
>
> Here's my terminal output if i try to use ./configure
> http://pastebin.com/kFFwiyQP
> And here's what happens if I try to use the php buildsystem:
> http://pastebin.com/U6pdxVw2
>
> Hopefully, someone can help me to get Xournal++ running so i can start
> to report bugs and help on improoving it ;-)
>
> Regards,
> Niko
>
> ------------------------------------------------------------------------------
> 10 Tips for Better Server Consolidation
> Server virtualization is being driven by many needs.
> But none more important than the need to reduce IT complexity
> while improving strategic productivity.  Learn More!
> http://www.accelacomm.com/jaw/sdnl/114/51507609/
> _______________________________________________
> Xournal-devel mailing list
> Xournal-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xournal-devel

------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Xournal-devel mailing list
Xournal-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xournal-devel

Reply via email to