[clean-list] Compiling the chat TCP demo with Clean 1.3.3.

Fabien Todescato f.todescato@larisys.fr
Wed, 7 Mar 2001 09:58:04 +0100


Dear cleaners,

Trying to generate the executable for the chatClient.icl delivered with the
TCP library, I get the following error messages :

	Error [StdEventTCP.dcl,17,ChannelEnv]:lds(PSt) instance not defined
	Error [StdEventTCP.dcl,17,ChannelEnv]:lds(IOSt) instance not defined

related to the following line of code :

	instance ChannelEnv (PSt  .l), (IOSt .l)

in the StdEventTCP.dcl definition module.

I must confess that I do not know the details of the TCP library, and am
unable at the moment to find the fix.

Help will be greatly appreciated :)

Thanks, Fabien TODESCATO

PS.I am using the Clean 1.3.3 compiler with up-to-date versions of the TCP
and ObjectIO library.