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

Martin Krischik krischik at users.sourceforge.net
Tue Dec 28 13:46:00 CET 2004


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

Fixed it by patching the Makefile and it's now compiling :-) .

With Regards

Martin
-- 
Martin Krischik
mailto://krischik@users.sourceforge.net
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : /pipermail/polyorb-users/attachments/20041228/cfa620ba/attachment.bin


More information about the PolyORB-users mailing list