cl broken

Hello,
 I'm tring to compile an image processing library (DCMTK) with CMake. CMake performs a check for a functional compiler (cl) and allegedly tries to compiles a test program. This part of the process is failing  - giving me a message  "cl is broken". I'm assuming that the CMake files provided by the DCMTK guys is correct and that I've missed something in my VS2005 Express set up. Does anyone have any ideas

Thanks


Answer this question

cl broken

  • Rochak

    Well, to make several things clear.

    Make sure you have all the paths set up correctly before you compile. Make sure you have all the libraries that are specified before hand too.

    You may also need the Platform SDK for the windows headers and libraries because they aren't included in the express edition.

    If this doesn't help, try to find the program itself and see what it is and if you can compile it manually since there are a few breaking changes in the current compiler, and if it is coded in such a way then it wont compile.



  • cl broken