On Thu, 12 Nov 1998, Dave Helton wrote:

> In file included from sys-linux.c:68:
> /usr/local/src/ppp-2.3.5/include/linux/ppp_defs.h:97: parse error before 
> `ext_accm'
> /usr/local/src/ppp-2.3.5/include/linux/ppp_defs.h:97: warning: data 
> definition has no type or storage class
> /usr/local/src/ppp-2.3.5/include/linux/ppp_defs.h:113: parse error before 
> `__u32'

Errors of this kind indicate that preceding 'ext_accm' etc. there is
a type which is defined in a .h file that you need to include but
have not included.  See what it is in each case, and find -follow
-type f | xargs grep for it in /usr/include.  If you find a likely
candidate file, try #include on it in sys_linux.c

You can also try compiling it with gcc -E and look at how the source
is changed by cpp -- may give you some clues.


-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to