Unable to build multi-language PDF target

This forum is for all Flare issues not related to any of the other categories.
Post Reply
ThomasK
Jr. Propeller Head
Posts: 9
Joined: Wed May 10, 2017 6:09 am

Unable to build multi-language PDF target

Post by ThomasK »

I've (partially) translated a Flare project in Lingo, and exported it back to a second Flare project, just so I could get a preview of what i'm doing is OK or not.

I then added the new language & corresponding project to the "Language" tab of the target I wish to use; however I can now no longer build this target.

The error I get is "Build failed: The current node cannot contain other nodes.".

It looks like it first builds the original english fine, but when starting on the translated version, it seems to crash when processing the CSS file.

Build log:

Code: Select all

...
Saving PDF Manual_PR.pdf...
Removing temporary chapter files...
Generating final output...
Patching links and page references...
Generated ../Manual_PR.pdf
Saving result set...
Ignored Compiler Warnings: 418
Output generated in 28 second(s).

Done
Removing previously generated content...
Note: auto-sync of imported files is disabled for this target!
Gathering Glossary information...
Gathering Auto-index information...
Loading Master TOC...
Processing Master TOC...
Generating Glossary...
Processing Page Layouts...
Collecting source files...
Processing source files...
Processing topic: Title page.htm
Processing CSS: Resources\Stylesheets\MainStyles.css...
Build failed: The current node cannot contain other nodes.
Any suggestions what might be happening, or what I did wrong?
ThomasK
Jr. Propeller Head
Posts: 9
Joined: Wed May 10, 2017 6:09 am

Re: Unable to build multi-language PDF target

Post by ThomasK »

Seems I managed to solve this by simply re-building it a third time :roll:
Post Reply