Thread: [CSCMail-Users] cscmail quits
Brought to you by:
countzer0
From: Tony J. <nov...@bi...> - 2000-08-03 22:18:34
|
I just installed cscmail today and it`s perfect for me except for one thing: I get weekly newsletters from CD NOW! which have lots of html pictures embedded. CSCMail simply quits when it tries to display it, and the terminal reports this: [.. etc ..] http://images4.postdirect.com/master-images/400338/spacer.gif: No such file or directory http://images4.postdirect.com/master-images/400338/spacer.gif: No such file or directory http://images4.postdirect.com/master-images/400338/JasonOlim_signa.gif: No such file or directory http://images4.postdirect.com/master-images/400338/spacer.gif: No such file or directory http://images4.postdirect.com/master-images/400338/bordertop.gif: No such file or directory Assertion failed: html->html.anchors[i].base != NULL (file layout.c, line 458) Aborted I can`t view or even delete these mails. Any solution to this? -- nov...@bi... |
From: Steven K. <st...@vo...> - 2000-08-04 15:34:14
|
On 03 Aug 2000 23:13:17 GMT, Tony Jones said: > I just installed cscmail today and it`s perfect for me except for one > thing: I get weekly newsletters from CD NOW! which have lots of html > pictures embedded. What version of CSCMail? What HTML widget? If using CSCMail 1.6.x I recommend upgrading to 1.7.x ... It is stable and the only reason it's not 1.8.0 is because I haven't had time to write nice upgrade scripts. If using XmHTML try upgrading to GtkHTML. XmHTML is very buggy, and crashes on quite a few HTML mails. -CZ -- ---------------------------------------------------------------------- Steve Kordik st...@vo... System Administrator Tel 212.332.5045 VOILA - France Telecom North America Fax 212.332.2362 1270 Avenue of the Americas New York, NY 10020 USA ---------------------------------------------------------------------- Customized Search Engines for your web site at: http://voilasearch.com ---------------------------------------------------------------------- |
From: Tony J. <nov...@bi...> - 2000-08-07 12:59:42
|
On 04 Aug 2000 11:30:04 EDT, Steven Kordik said: > html > > pictures embedded. > > What version of CSCMail? 1.6.x > What HTML widget? XmHTML > If using XmHTML try upgrading to GtkHTML. XmHTML is very buggy, and I`ve installed GtkHTML 0.5, but the perl module will not compile. I`m using RH 6.2 with gcc 2.95.1. cc -c -I/usr/include -I/usr/lib/glib/include -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/X11R6/include -I/usr/include/gnome-xml -Dbool=char -DHAS_BOOL -I/usr/local/include -O2 -m486 -fno-strength-reduce -DVERSION=\"0.7002\" -DXS_VERSION=\"0.7002\" -fPIC -I/usr/lib/perl5/5.00503/i386-linux/CORE -DPERL_POLLUTE -DNEW_GNOME -DGTK_HVER=0x010208 -I../build -Ibuild -I. -I../Gtk xs/GtkHTMLEmbedded.c GtkHTMLEmbedded.xs: In function `XS_Gtk__HTMLEmbedded_new': GtkHTMLEmbedded.xs:23: warning: passing arg 3 of `gtk_html_embedded_new' makes pointer from integer without a cast GtkHTMLEmbedded.xs:23: too few arguments to function `gtk_html_embedded_new' [..] make: *** [xs/GtkHTMLEmbedded.o] Error 1 -- nov...@bi... |
From: Steven K. <st...@vo...> - 2000-08-07 13:22:51
|
On 07 Aug 2000 13:57:24 GMT, Tony Jones said: > cc -c -I/usr/include -I/usr/lib/glib/include -DNEED_GNOMESUPPORT_H > -I/usr/lib/gnome-libs/include -I/usr/X11R6/include > -I/usr/include/gnome-xml -Dbool=char -DHAS_BOOL -I/usr/local/include > -O2 GtkHTML 0.5 has changed it's API a little, and the GNOME-PERL bindings have not been kept up to date (at least not the last time I did a CVS checkout.) Change line 24 of gnome-perl/GtkHTML/xs/GtkHTMLEmbedded.xs to read: RETVAL = GTK_HTML_EMBEDDED(gtk_html_embedded_new(classid, name, type, width, height)); That should solve the problem... Guess I should add a FAQ entry for this... -CZ -- ---------------------------------------------------------------------- Steve Kordik st...@vo... System Administrator Tel 212.332.5045 VOILA - France Telecom North America Fax 212.332.2362 1270 Avenue of the Americas New York, NY 10020 USA ---------------------------------------------------------------------- Customized Search Engines for your web site at: http://voilasearch.com ---------------------------------------------------------------------- |
From: Tony J. <nov...@bi...> - 2000-08-07 16:37:14
|
On 07 Aug 2000 09:18:18 EDT, Steven Kordik said: > RETVAL = GTK_HTML_EMBEDDED(gtk_html_embedded_new(classid, (and add char * type to the following definition) > That should solve the problem... Guess I should add a FAQ entry for not quite :) In GtkHTML.xs, line 101 needs the ", url" removed and line 103 needs removing. HTML now works fine. 8-) -- nov...@bi... |
From: Steven K. <st...@vo...> - 2000-08-07 18:48:29
|
On 07 Aug 2000 17:36:22 GMT, Tony Jones said: > On 07 Aug 2000 09:18:18 EDT, Steven Kordik said: > > > RETVAL = GTK_HTML_EMBEDDED(gtk_html_embedded_new(classid, > > (and add char * type to the following definition) > > > That should solve the problem... Guess I should add a FAQ entry > for > > not quite :) In GtkHTML.xs, line 101 needs the ", url" removed and > line > 103 needs removing. > > HTML now works fine. 8-) Thanks! Could ya do a quick and dirty, FAQ style summary of the steps needed to fix this, and I'll add it to the FAQ? Thanks! -CZ -- ---------------------------------------------------------------------- Steve Kordik st...@vo... System Administrator Tel 212.332.5045 VOILA - France Telecom North America Fax 212.332.2362 1270 Avenue of the Americas New York, NY 10020 USA ---------------------------------------------------------------------- Customized Search Engines for your web site at: http://voilasearch.com ---------------------------------------------------------------------- |
From: Tony J. <nov...@bi...> - 2000-08-07 20:52:03
|
On 07 Aug 2000 14:43:54 EDT, Steven Kordik said: > needed to fix this, and I'll add it to the FAQ? In your inbox. In the options dialogs, CSCMail assumes Netscape. however I use Galeon but could easily use Lynx or w3m or whatever. -- nov...@bi... |
From: Tony J. <nov...@bi...> - 2000-08-07 20:52:04
|
On 07 Aug 2000 14:43:54 EDT, Steven Kordik said: > needed to fix this, and I'll add it to the FAQ? In your inbox. In the options dialogs, CSCMail assumes Netscape, however I use Galeon but could easily use Lynx or w3m or whatever. -- nov...@bi... |
From: Steven K. <st...@vo...> - 2000-08-07 21:06:25
|
On 07 Aug 2000 21:46:30 GMT, Tony Jones said: > In the options dialogs, CSCMail assumes Netscape, however I use Galeon > but could easily use Lynx or w3m or whatever. You mean where it says "Path to Netscape" ? True, you can put any external web browser in there, but it will break a few lil things... We use Netscape's remote stuff to cause Netscape to load in a new window what link you click on, if you already have netscape running, and to launch a new netscape if you don't. I guess we should make it more generic... Have you put another HTML viewer in there besides Netscape and had it work? -CZ -- ---------------------------------------------------------------------- Steve Kordik st...@vo... System Administrator Tel 212.332.5045 VOILA - France Telecom North America Fax 212.332.2362 1270 Avenue of the Americas New York, NY 10020 USA ---------------------------------------------------------------------- Customized Search Engines for your web site at: http://voilasearch.com ---------------------------------------------------------------------- |
From: Tony J. <nov...@bi...> - 2000-08-07 21:17:13
|
On 07 Aug 2000 17:01:50 EDT, Steven Kordik said: > launch a new netscape if you don't. I guess we should make it more > generic... Have you put another HTML viewer in there besides Netscape Yes, I use Galeon which is a lean, mean Mozilla. > and > had it work? Galeon crashes a bit at the mo, but that`s nothing to do with CSCMail. :-) -- nov...@bi... |