Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 05 Jan 1999 17:08:58 -0500 (EST)
From:      Marc Giannoni <marc@versa.eng.comsat.com>
To:        freebsd-ports@FreeBSD.ORG
Subject:   ORBit-0.3.91 package problems
Message-ID:  <XFMail.990105182724.marc@versa.eng.comsat.com>

next in thread | raw e-mail | index | archive | help
Hi:

I've got some information about the ORBit-0.3.91 package which may be
of interest to this list.  This thing won't compile due to some problem
with make ore else with the Makefiles.

The target is failing in:

ORBit-0.3.91/libIDL
ORBit-0.3.91/src/services/name
ORBit-0.3.91/src/daemons/interface_repository

It seems as though "$<" is not expanding to the target file name
for the "idl-compiler" rules:

ORBit-0.3.91/libIDL/Makefile:
lexer.c: $(srcdir)/lexer.l
        @rm -f $@         
        $(LEX) $(LFLAGS) -t $< | sed -e 's/yy/__IDL_/g' >$@

parser.c parser.h: $(srcdir)/parser.y
        $(YACC) $(YFLAGS) $<
        test -f y.tab.c && mv -f y.tab.c parser.c
        test -f y.tab.h && mv -f y.tab.h parser.h

ORBit-0.3.91/src/services/name/Makefile:
$(CosNaming_built): CosNaming.idl $(srcdir)/LName.h $(IDL)
        $(IDL) $<
        cat $(srcdir)/LName.h >>CosNaming.h

ORBit-0.3.91/src/daemons/interface_repository/Makefile:
$(orbit_ird_built): interface_repository.idl $(IDL)
        $(IDL) $<


----------------------------------
E-Mail: Marc Giannoni <marc@versa.eng.comsat.com>
Date: 05-Jan-99
Time: 17:08:58

This message was sent by XF-Mail
----------------------------------

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.990105182724.marc>