I installed the aolserver, and then proceeded to install tDOM. In the CONFIG file I edited it to read:
aolsrc="/usr/local/src/aolserver/aolserver"
../configure --enable-threads --disable-tdomalloc \
--with-aolserver=$aolsrc \
--with-tcl=$aolsrc/tcl8.3.2/unix
Compiling tDOM-0.7.8 for OpenACS 5.0.0rc1, I get the following error message on make:
"In file included from ../generic/xmlsimple.c:69
../generic/dom.h:487: error: parse error before "Tcl_Obj"
. . .
[many more lines of error]
Apparently from an earlier configure warning, tDOM complained that although --enable-threads were enabled, they weren't. Now, this version calls upon the built-in version of tcl8.3.2, so my question: is there a bug is this program?
Assuming that the problem might be a conflict with the present Mandrake 9.1 distro tcl/tk version installed in /usr/lib, I d/l another tar.gz copy of tcl8.3.2 and installed it in /usr/local/src (with --enable-threads of course). Did a make clean, and re-ran -- same error.
Then I replaced tcl8.3.2 found in the aolserver/aolserver/ dir with my new compiled version. This time no configuration warning about threads not being enabled, but still no change in the error message. I've run out of ideas on how to fix this problem. Any ideas what I can do next?
Btw, the prog looks really great -- an d I can't wait to try it out.
Tia,
Andre