Re: CosNaming



On Fri, 27 Oct 2000, Rene Maldonado wrote:

> [rema linux-des time3]$ make
> orbit-idl reloj.idl
> gcc `orbit-config --cflags server`   -c reloj-client.c -o reloj-client.o
> 
> reloj-client.c: In function `main':
> reloj-client.c:42: warning: assignment makes pointer from integer
> without a cast
> gcc `orbit-config --cflags server`   -c reloj-common.c -o reloj-common.o
> 
> gcc `orbit-config --cflags server`   -c reloj-stubs.c -o reloj-stubs.o
> gcc -o reloj-client reloj-client.o reloj-stubs.o \
> reloj-common.o  -lIIOP -lORBit -lORBitutil `orbit-config --libs server`
> gcc `orbit-config --cflags server`   -c reloj-server.c -o reloj-server.o
> 
> reloj-server.c: In function `main':
> reloj-server.c:58: warning: assignment from incompatible pointer type
> reloj-server.c:60: warning: passing arg 1 of
> `CosNaming_NamingContext_bind' from incompatible pointer type
> gcc `orbit-config --cflags server`   -c reloj-skels.c -o reloj-skels.o
> gcc -o reloj-server reloj-server.o reloj-skels.o \
> reloj-common.o  -lIIOP -lORBit -lORBitutil `orbit-config --libs server`

Add '--use-service=CosNaming' to the orbit-config command line.

-- Elliot
[ "In a democracy, the government is the people," Milo explained. "We're people,
aren't we? So we might just as well keep the money and eliminate the middleman." ]
							- Catch-22






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