ber.c b compile problem

Nina Pham <[email protected]> Mon, 10 Jul 2006 13:36:25 -0700
Newsgroups gmane.network.ethereal.devel
Message-ID <[email protected]>
I just did a svn update on the trunk, and tried to build. I got the 
following errors when I did nmake -f makefile.nmake

ber.c
ber.c(69) : error C2146: syntax error : missing ')' before identifier 
'G_GINT64_
MODIFIER'
ber.c(70) : error C2059: syntax error : ')'
ber.c(169) : warning C4244: '=' : conversion from '__int64 ' to 'int ', 
possible
 loss of data
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~4\VC98\BIN\NMAKE.EXE' : 
return co
de '0x2'
Stop.

should I change something in any config files to get pass this?