Hi, folks!
I am trying to compile DosEMU-1.0.1 and when it came to net/net it started
yelling at me
that it can not find some headers. I hacked Makefile and told it to look for
those headers
in src/include. It compiled ipx but duped at libpacket. Can anyone help?

Thanks much,

                        Sergei


gcc -c -I../../../include -o libpacket.o libpacket.c
In file included from libpacket.c:37:
../../../include/emu.h:366: parse error before `__u16'
../../../include/emu.h:366: warning: no semicolon at end of struct or union
../../../include/emu.h:367: warning: data definition has no type or storage
class
../../../include/emu.h:368: parse error before `sb_irq'
../../../include/emu.h:368: warning: data definition has no type or storage
class
../../../include/emu.h:371: parse error before `mpu401_base'
../../../include/emu.h:371: warning: data definition has no type or storage
class
../../../include/emu.h:374: warning: data definition has no type or storage
class
libpacket.c: In function `OpenNetworkType':
libpacket.c:78: invalid use of undefined type `struct config_info'
libpacket.c:85: invalid use of undefined type `struct config_info'
libpacket.c:94: invalid use of undefined type `struct config_info'
libpacket.c: In function `OpenBroadcastNetworkType':
libpacket.c:109: invalid use of undefined type `struct config_info'
libpacket.c:119: invalid use of undefined type `struct config_info'
libpacket.c: In function `WriteToNetwork':
libpacket.c:164: invalid use of undefined type `struct config_info'
libpacket.c: In function `GetDeviceHardwareAddress':
libpacket.c:223: invalid use of undefined type `struct config_info'

Reply via email to