Is there anything special about that combination that I need to know before compiling XOTcl on OSX?
Robert
Is there anything special about that combination that I need to know before compiling XOTcl on OSX?
xotcl may need private headers, I can't recall. Otherwise, no, it is TEA-based and should just work.
Jeff Hobbs, The Tcl Guy, http://www.ActiveState.com/
Jeff Hobbs schrieb:
Is there anything special about that combination that I need to know before compiling XOTcl on OSX?
xotcl may need private headers, I can't recall. Otherwise, no, it is TEA-based and should just work.
yes, the compilation of xotcl needs the private headers of tcl, and yes, it works out of the box (i am doing most of the development on Mac OS X).
I am not sure, whether ActiveTcl contains the private headers of Tcl (tclInt.h); in the worst case you have to get the matching tcl source and use --with-tcl during compilation (which might be a good idea anyhow, to avoid confusions with the precompiled tcl/xotcl from the max os x developer toolkit).
-gustaf neumann