[cable] building tcl-wrappers - cable-headers not included - failure in cmake-stage of cable?
Brad King
brad.king at kitware.com
Thu Mar 6 09:30:48 EST 2003
> cable-generated string_tcl.cxx and found that the wrapper facility
> headers are all taken with a relative path (#include
> "CableTclFacility/ctCalls.h"). This code is hardcoded in
> cableTclGenerator.cxx. in TclGenerator::WriteHeaders().
[snip]
> generated dynamically but are in the cableTclGenerator.cxx. Should I
> just copy all the headers to my Build-tree or did something during the
> build go wrong?
Just add a -I flag to the project that compiles string_tcl.cxx to point at
the CABLE source tree or at the PREFIX/include/Cable for an installed
cable. See the "Compiling the Generated Wrappers" section of the web page
at
http://public.kitware.com/Cable/HTML/Running.html
-Brad
More information about the cable
mailing list