[PolyORB-users] GNAT.SOCKETS.SOCKET_ERROR while compiling?

Jerome Hugues hugues at infres.enst.fr
Tue Dec 28 15:06:37 CET 2004


Martin Krischik (krischik at users.sourceforge.net):

> Am Dienstag, 28. Dezember 2004 12:24 schrieb Martin Krischik:
> 
> > 2) The compile stops after starting the name service.
> 
> Seems to be and automake problem. ${PROGS} are created by 
> ${GNATMAKE_FOR_TARGET}
> 
> .PHONY: force
> 
> $(PROGS): $(FORCE) $(GEN)
>  $(GNATMAKE_FOR_TARGET) $@ \
>         -m \
>         $(ADAFLAGS) \
>  -bargs $(BARGS) \
>  -largs $(LDFLAGS) \
>  --LINK=$(LINKER) \
>         $(POLYORB_LIBS) $(XMLADA_LIBS) 
> 
> ${GNATMAKE_FOR_TARGET} is defined twice, both empty:
> 
> GNAMAKE_FOR_TARGET = 
> GNATCHOP = gnatchop
> GNATFLAGS = -g -O2 -gnatfy -gnatwae -gnatpn
> GNATMAKE = gnatmake
> GNATMAKE_FOR_TARGET = 
> GNAT_PERFECT_HASH_GENERATORS = GNAT.Perfect_Hash.Generators

Hum, in fact there is a typo in support/ada.m4 

note you have in your makefile

GNAMAKE_FOR_TARGET =
GNATMAKE_FOR_TARGET =

This is now corrected, thanks for reporting this.

-- 
Jerome


More information about the PolyORB-users mailing list