From: Joe E. <jen...@fl...> - 2003-04-01 01:29:45
|
Forest W wrote: > I'm trying to build TclDOMPro (from the tcldom/src directory) on > Windows, but I don't see anything that looks like a windows makefile, > and ./configure dies this message under cygwin: > > "checking for expat library... Usage: cygpath (-d|-m|-u|-w|-t TYPE) > [-c HANDLE] [-f FILE] [options] NAME" > > How do I build TclDOMPro on Windows? I was afraid you were going to ask about that next :-( Truth is, I've never built it on Windows. You can try: sh configure --with-expat=/some/path where /some/path is the directory containing the expat archive library. But that probably won't work either, there's other stuff that needs to be ported. Also: cygwin might not work very well for compiling Tcl extensions. AFAIK, mingw and MSVC are the currently-recommended compilers. Let me get back to you in a few days... This may be a case of "edit the Makefile by hand..." --Joe English jen...@fl... |