I've installed the JCL into Rad-Studo XE2 and chose the option to modify the library paths as appropriate. This added z:\3rd party\Jedi 3.45\jcl\lib\d16\win32, and z:\3rd party\Jedi 3.45\jcl\source\include to the library path in my environment. The win32 directory contains all of the dcu, obj, lib, dcp and res files, freshly compiled, just like it should.
The problem is that if I use a jcl file in my code I am unable to build it unless I add all of the jcl*.pas files to the path. Once I've done that code completion goes for poo, as it seems to be continually recompiling everything.
Where have I gone wrong?