Home
The Toolkit for Online Communities
15889 Community Members, 0 members online, 1740 visitors today
Log In Register

Forum .LRN Q&A: Re: installing xotcl

OpenACS Home : Forums : .LRN Q&A : Re: installing xotcl : One Message

+
6: Re: installing xotcl (response to 5)
Posted by Gustaf Neumann on
when configure runs without errors, then the problem must be somewhere else.

you wrote:
>"XoTclGetClass" declared 'static' but never defined
>'CallStackGetFrame' declared....
>'XOTcl_DeprecatedCmd' defined but not used
>'NSTail' defined but not used....

Please report the first the first error message, you got, and as well the command leading to the error message. there is no function "XoTclGetClass", only a "XOTclGetClass", and this is quite later in the file. seems, as if you picked a few random messages you are seeing.

what os you are working with? which compiler do you use?

+
7: Re: installing xotcl (response to 6)
Posted by john zhang on
my OS is FreeBSD 6.1. the screen only left me the last few lines of the messages.
+
8: Re: installing xotcl (response to 7)
Posted by Gustaf Neumann on
you can always redirect the output to a file.

however, there is a freebsd port for xotcl,
This "port" is actually the freebsd installer, i think, it asks whether it should install xotcl as an oacs module. This port was developed by martin matuska, who works in my institute. If i remember correctly, xotcl is already included in the newest freebsd release.
http://groups.google.at/group/mailing.freebsd.cvs/browse_frm/thread/334c8e1dcb1e327b/7e80190cc9a17823?lnk=st&q=xotcl+freebsd&rnum=1&hl=de#7e80190cc9a17823

martin made as well a port for openacs + dotlrn
http://groups.google.at/group/mailing.freebsd.ports-bugs/browse_frm/thread/1447b203aa457c77/027d2ccd2046a650?lnk=st&q=openacs+freebsd&rnum=1&hl=de#027d2ccd2046a650

+
9: Re: installing xotcl (response to 8)
Posted by john zhang on
This is really helpful.
Many thanks, Gustaf!!!