Great Circle Associates Majordomo-Users
(February 1995)
 

Indexed By Date: [Previous] [Next] Indexed By Thread: [Previous] [Next]

Subject: Re: Compilation errors in wrapper (majordomo 1.93)
From: Bryan Curnutt <curnutt @ Stoner . COM>
Date: Mon, 27 Feb 1995 14:19:09 -0600 (CST)
To: Frostie @ wyoming . com (Frostie Sprout)
Cc: majordomo-users @ GreatCircle . COM
In-reply-to: <199502271847.LAA15290@calamity.wyoming.com> from "Frostie Sprout" at Feb 27, 95 11:47:50 am

Frostie Sprout wrote:
> 
> but I come up with another error during compilation:
> wrapper.c:65: warning: comparison between pointer and integer

I'd call that a "warning" rather than an error, but...
You can probably fix it by including "string.h" or "strings.h"
(whichever Linux has -- if it's POSIX-ish, it should have
string.h), doing something like

#ifndef STRCHR
#  include <string.h>
#  define STRCHR(s,c) strchr(s,c)
#endif

in the STRCHR ifndef in wrapper.c.

-- 
Bryan Curnutt                                  Stoner Associates, Inc.
bryan.curnutt@stoner.com                 5177 Richmond Ave., Suite 900
+1 713 626 9568 voice  +1 713 622 7832 fax            Houston TX 77056


References:
Indexed By Date Previous: Re: Compilation errors in wrapper (majordomo 1.93)
From: "Franklin R. Jones" <frjones@nma.mnet.uswest.com>
Next: Re: Can't display message_footer!--SOLVED! Thanks!
From: "Phil Jung(KD6SWQ)" <pjung@bigbird.scu.edu>
Indexed By Thread Previous: Re: Compilation errors in wrapper (majordomo 1.93)
From: "Franklin R. Jones" <frjones@nma.mnet.uswest.com>
Next: Re: Compilation errors in wrapper (majordomo 1.93)
From: Frostie@wyoming.com (Frostie Sprout)

Google
 
Search Internet Search www.greatcircle.com