[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Fri, 16 Apr 2004 05:45:01 +0000 (UTC) 
Subject:Re: Status of OpenPoplog (fwd) 
From:bfulgham 
Volume-ID: 

One thing I do notice is that Poplog doesn't seem to build properly 
under recent versions
of GCC due to the removal of the <varargs.h> compatibility.  It 
assumes C89/C99 semantics,
which requires at least one known parameter type.  (This affects the 
extern/lib/c_core.c compile).

-Brent