ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: [Ethereal-dev] build error under win 2000

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: ilker <ilkerdeligoz@xxxxxxxxx>
Date: Wed, 9 Mar 2005 04:25:56 +0200
hello
i can not build svn revision 13668 on my win 2000.
error occurs in packet-kink.c
nmake shows error at line 325
    timer_t timer;                 /* For showing utc */

i added time.h to include list and changed the line to
time_t timer;                 /* For showing utc */
and compile continued..

but i got these errors (just i copied few of them)
ethereal-tap-register.c
ethereal-tap-register.c(4) : error C2182: 'File' : illegal use of type 'void'
ethereal-tap-register.c(4) : error C2146: syntax error : missing ';' before iden
tifier 'STDIN'
ethereal-tap-register.c(4) : error C2059: syntax error : ';'
ethereal-tap-register.c(5) : error C2146: syntax error : missing ';' before iden
tifier 'STDIN'
ethereal-tap-register.c(5) : error C2059: syntax error : ')'
ethereal-tap-register.c(8) : error C2182: 'File' : illegal use of type 'void'

did i do something wrong ?