jun-zhang / fop-miniscribus

Automatically exported from code.google.com/p/fop-miniscribus
1 stars 0 forks source link

compile error #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
When compiling i get a error refering to this file
trunk/ fop_miniscribus.2.0.0/ src/ format_oasis/ OOReader.h

in this class:
class ChildImport : public QXmlStreamReader
{
public:
ChildImport::ChildImport( QIODevice* device = 0 );
/* copy all subelement from reader to writer out */
void ChildImport::copyDeep( QIODevice* device , QXmlStreamWriter &out  );
};

At lines 41 and 43 the "ChildImport::" is redundant and causes it. 
Removing the source compiles normaly.

Original issue reported on code.google.com by cochisepoeta on 24 Aug 2009 at 4:52

GoogleCodeExporter commented 9 years ago
I just hit this issue and the suggested fix solves it.

I'm attaching a patch.

Original comment by 4tmue...@gmail.com on 3 Sep 2009 at 1:43

Attachments:

GoogleCodeExporter commented 9 years ago
Yeah... I had the same problem with that issue.  The above-listed fix did the 
trick.  Thanks for posting that patch.  This <a 
href="http://www.ecrion.com">xsl-fo</a> can be a bit confusing if you're new to 
it.

Original comment by davycroc...@gmail.com on 22 Sep 2010 at 8:24