From: Forest W. <lyr...@ti...> - 2003-05-02 17:05:49
|
>Can anyone help? The tcldom/src directory contains the tcldompro implementation of tcldom. As of the version 2.6 distribution, it didn't build properly, but that was fixed in CVS just over a month ago. Here are the steps I used to build from a CVS checkout I did on 28 March: (This worked on linux and solaris.) 1. build expat: cd expat-1.95.6 ./configure --enable-shared=3Dno --prefix=3D/usr/local make make install 2. build tcldom: (TclDOMPro implementation) cd tcldom-2.6/src ./configure --prefix=3D/usr/local make make install |