But after working around that problem, I started getting errors because tclxslt tries to build against the tclxml-libxml2 stub library. But this library isn't built as part of tclxml-libxml2. And my efforts to get it to build have failed so far.
I also tried building against the standard tclxml-libxml2 shared library, but that doesn't help either because this shared gets installed in a location where tclxslt can't find it when libtclxslt is installed.
Has anyone else been able to build tclxslt 3.1 on Linux, and if so, did you have to do anything special to get it to build and run correctly?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've been having a lot of trouble getting tclxslt 3.1 to build properly. The first problem that I was able to work around is related to a missing tcllibxml2Config.sh file (see http://sourceforge.net/tracker/index.php?func=detail&aid=1384235&group_id=13178&atid=113178\)
But after working around that problem, I started getting errors because tclxslt tries to build against the tclxml-libxml2 stub library. But this library isn't built as part of tclxml-libxml2. And my efforts to get it to build have failed so far.
I also tried building against the standard tclxml-libxml2 shared library, but that doesn't help either because this shared gets installed in a location where tclxslt can't find it when libtclxslt is installed.
Has anyone else been able to build tclxslt 3.1 on Linux, and if so, did you have to do anything special to get it to build and run correctly?
Has anyone found a solution so far? I kept searching and trying without any success.
Applying the patches from http://tcltkaqua.sourceforge.net/8.4.10/patches/ did not help either...