sks-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[2]: [Sks-devel] Compile error


From: Chris Kuethe
Subject: Re[2]: [Sks-devel] Compile error
Date: Tue, 4 May 2004 23:01:43 -0600 (MDT)

On Wed, 5 May 2004, Robert Golovniov wrote:

> On Tuesday, May 4, 2004, 8:20:37 PM, address@hidden wrote:
> 
> > jsdmo> I chickened out of using bdb 4.2, and installed 4.1 and used it.
> > jsdmo> That could be my bdb 4.2 install being cooked.
> 
> OK, here is another error... :-(
> 
> lib/kernel/string.c: In function `cz_size_of_string':
> lib/kernel/string.c:41: syntax error before `isspace'
> lib/kernel/string.c: In function `cz_of_string'"
> lib/kernel/string.c:86: syntax error before `isspace'
> gmake[1]: [lib/kernel/string-c.o] Error 1
> gmake[1]: Leaving directory `../sks-1.0.7/numerix-0.19'
> gmake: *** [lib/numerix.cma] Error 2


while isspace() statement;

should read

while (isspace()) statement;

i don't have the code handy, but it's just an extra set of parentheses...

-- 
Chris Kuethe, GCIA CISSP: Secure Systems Specialist - U of A CNS
      office: 157 General Services Bldg.    +1.780.492.8135
              address@hidden

     GDB has a 'break' feature; why doesn't it have 'fix' too?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]