[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Installation problem with GT-ITM,



Seems it's unable to find u_char, etc. Can you edit geog.c and insert
those typedefs?

- Haobo

On Thu, 12 Aug 1999, Yan (Lily) Lin wrote:

> Hi,
> 
> I have problem to install GT-ITM. I tried to use GT-ITM packet from both
> GT-ITM seperate piece and all at once packet(ns-allinonce-2.1b5a). Both
> have problems when compiled the geog.c . I use linux 5.2 OS. Did anybody
> know what causes this problem happened? Any help will be apprecaited.
> 
> Thanks in advance.
> 
> Yan Lin
> _____________________________________________________________
> The errors attched below happened when I use all at once
> packet(ns-allinonce-2.1b5a).
> 
> gcc  -I../include -L../lib  -DFBSD   -c itm.c -o itm.o
> gcc  -I../include -L../lib  -DFBSD   -c geog.c -o geog.o
> geog.c: In function `geo':
> geog.c:154: `u_char' undeclared (first use this function)
> geog.c:154: (Each undeclared identifier is reported only once
> geog.c:154: for each function it appears in.)
> geog.c:154: `occ' undeclared (first use this function)
> geog.c:155: parse error before `register'
> geog.c:157: `u_long' undeclared (first use this function)
> geog.c:169: `scale' undeclared (first use this function)
> geog.c:189: `G' undeclared (first use this function)
> geog.c:192: `nbytes' undeclared (first use this function)
> geog.c:195: parse error before `)'
> geog.c:196: `mallocd' undeclared (first use this function)
> geog.c:198: parse error before `)'
> geog.c:202: `i' undeclared (first use this function)
> geog.c:207: `vp' undeclared (first use this function)
> geog.c:208: `namestr' undeclared (first use this function)
> geog.c:213: invalid lvalue in assignment
> geog.c:214: invalid operands to binary /
> geog.c:214: invalid operands to binary %
> geog.c:215: invalid operands to binary /
> geog.c:215: invalid operands to binary %
> geog.c:220: `up' undeclared (first use this function)
> geog.c:221: `j' undeclared (first use this function)
> make: *** [geog.o] Error 1
>