ddd
[Top][All Lists]
Advanced

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

RE: building DDD - Suse Linux + LessTif


From: David Johnson
Subject: RE: building DDD - Suse Linux + LessTif
Date: Thu, 21 Jun 2001 12:53:27 -0400

I found a way around this, in vsl-gramma.C there is a getenv prototype:
extern char* getenv()
when I change this to:
extern char* getenv( const char* pVarname)
VSLRead.c builds OK.

I guess that argument-less prototype is an old form that maybe the latest gcc doesn't tolerate very well.




reply via email to

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