-
The exact package version is SOAP 1.6.7.1 (obtained via teapot)
Also I seem to remember that I had to install TclXML with teacup before getting asything going (dom wasn't found, but I guess is normal)
2008-05-08 11:22:25 UTC in TclSOAP
-
When loading SOAP (1.6.7) you get a mismatch message about the SOAP::Utils package
%package require SOAP
attempt to provide package SOAP::Utils 1.0 failed: package SOAP::Utils 1.0.1 provided instead
It seems the reason is that either utils.tcl declares the package to be 1.0.1 wrongly or that package loading in SOAP.tcl should require the 1.0.1 version.
2008-05-08 11:18:59 UTC in TclSOAP
-
Logged In: YES
user_id=667126
I think that
in cd_control.c linee 122
if( ( fd = open( cd_device, O_RDONLY | O_NONBLOCK) ) < 0 )
{
#ifdef DEBUG3
g_print( "device = %s\n", cd_device);
#endif
perror("CDROM device" );
return -1;
}
/* Read the cdrom's header information */
if( ioctl( fd, CDROMREADTOCHDR, &cdinfo->tochdr ) <
CDS_DISC_OK )
{...
2006-09-05 13:54:19 UTC in XfreeCD
-
If you start it without a CD inserted, the program hangs.
2006-09-05 13:52:21 UTC in XfreeCD