lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Re: Compile problems w/Borland CBuilder4 (C++5.4)


From: dickey
Subject: Re: lynx-dev Re: Compile problems w/Borland CBuilder4 (C++5.4)
Date: Thu, 20 May 1999 07:23:58 -0400 (EDT)

> 
> On Tue, May 18, 1999 at 10:19:23PM -0400, address@hidden wrote: 
> > > using windows.h includes stdarg.h, precluding varargs.h.  However,  
> > > 4 lines are still sticking in HTString.c:  
> > >   Wrong number of arguments in call of macro 'va_start' in function 
> > > HTSprintf0  
> > the ANSI (stdard.h) va_start uses two arguments, while the K&R uses one. 
> > you probably haven't got __STDC__ defined, so the ifdef for ANSI_VARARGS 
> > in HTUtils.h isn't defining HAVE_STDARG_H 
>  
> Defining __STDC__ causes other problems, which I can't track right now: 

"Defining" __STDC__ causes problems in general - I meant for you to examine
the ifdef's around the stdarg.h and make it turn on just that feature, turn
off the varargs.h

> ../../Library/Implementation/HTParse.c: 
> Error E2188 D:/programs/borland/CBuilder4/INCLUDE\wtypes.h 1105:  
>   Expression syntax 
> Error E2188 D:/programs/borland/CBuilder4/INCLUDE\oaidl.h 387:  
>   Expression syntax 
> Error E2188 D:/programs/borland/CBuilder4/INCLUDE\oleauto.h 849:  
>  Expression syntax 
>  
> ------ 
> <http://www.cs.indiana.edu/picons/db/users/us/md/lib/bcpl/jspath/face.xbm> 
> <http://www.altavista.com/cgi-bin/query?q=%22web+home+for+jim+spath%22> 
> Marvin the Paranoid Android says: 
> As bad days go, this is one of the worst. 


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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