Skip to main content
Participant
August 8, 2007
Question

Compiling xDocBookWorkFlow (ID CS2--MAC)

  • August 8, 2007
  • 1 reply
  • 276 views
Hello all,

I would like to use the plugin XDocBookWorkflow as I believe it enables InDesign CS2 to import CALS tables as tables, with which we are very much strugling.

I have downloaded xdocbookworkflow, which contains lots of headers and .cpp files and is not compiled. I understand that I need to compile all these files with codewarrior 9.3 to get the .framework to make it work but I have no clue how to do that . I have few questions regarding the same, if somebody can guide me that will be appreciated:

1. Where to buy/download CW 9.3 as it now not available for purchase with Freescale Semiconductor. Can this be done with XCode. I am working ID CS2 on MAC version 10.x.

2. I have read in one of the topic that I need to select .mcp file to build a project, but I've not found any of the .mcp file in xDocbookWorkflow.

3. Is there any document available with instructions for the same.
Thanks in advance.
Pankaj
This topic has been closed for replies.

1 reply

Known Participant
August 8, 2007
I am not sure where you've got this sample code but in SDK source and project files are not located in same directories.

For project files you'll find them within {SDK} build/ folder tree.

Be aware this sample is implementing 2 plugins - UI + model - leading to 2 different project files indeed.

Beside that - XCode is required for CS3 but won't do it for previous versions of the SDK: you are correct assuming that CS2 does require a compiler that's not available anymore - Metrowerks Codewarrior.

Finally - I don't understand what kind of document you are looking for (the same what?) - but there is a lot of readings in SDK - enough to keep you reading for several months I am afraid . . .

Best regards

Patrick Perroud