[Insight-developers] CableSwig Configuration Error on install

Hans Johnson hans-johnson at psychiatry.uiowa.edu
Fri Apr 29 15:28:04 EDT 2005


Brad,
 
A little minor fix is needed to the GCC/4.0/CMakeList file. Currently a
"make install" fails because it is trying to copy the "bits" directory
as a file. The change is quite easy, but I don't have write permissions
on CableSwig.

cvs diff
cvs diff: Diffing .
Index: CMakeLists.txt
===================================================================
RCS file:
/cvsroot/CableSwig/CableSwig/GCC_XML/Support/GCC/4.0/CMakeLists.txt,v
retrieving revision 1.1
diff -r1.1 CMakeLists.txt
2c2
< FILE(GLOB HEADERS [a-z]*)
---
> FILE(GLOB HEADERS "[a-z]*.h")


Regards,
Hans Johnson
hans-johnson at uiowa.edu



More information about the Insight-developers mailing list