From owner-freebsd-stable@FreeBSD.ORG Wed Oct 11 03:53:21 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 118EC16A415 for ; Wed, 11 Oct 2006 03:53:21 +0000 (UTC) (envelope-from kayve@sfsu.edu) Received: from iron2.sfsu.edu (iron2.sfsu.edu [130.212.10.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53C9843D5A for ; Wed, 11 Oct 2006 03:53:14 +0000 (GMT) (envelope-from kayve@sfsu.edu) Received: from diana.sfsu.edu ([130.212.10.239]) by iron2.sfsu.edu with ESMTP; 10 Oct 2006 20:53:12 -0700 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== Received: from libra.sfsu.edu (kayve@libra.sfsu.edu [130.212.10.238]) by diana.sfsu.edu (8.13.4/8.13.4) with ESMTP id k9B3rC8U3031204 for ; Tue, 10 Oct 2006 20:53:12 -0700 Date: Tue, 10 Oct 2006 20:53:10 -0700 (PDT) From: KAYVEN RIESE cc: freebsd-stable@freebsd.org In-Reply-To: <565F40B9893580489B94B8D324460AF4DA16A6@zmy16exm63.ds.mot.com> Message-ID: References: <565F40B9893580489B94B8D324460AF4DA16A6@zmy16exm63.ds.mot.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: oh dear.. should mico/demo werk? is mico broke? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Oct 2006 03:53:21 -0000 -o client c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c server .cc -o server.o c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -L../../../ libs tree.o tree_impl.o server.o -lmico2.3.12 -lcompat -lssl -lcrypto -lm -lp thread -o server gmake[2]: Leaving directory `/usr/local/mico/demo/obv/tree' gmake[2]: Entering directory `/usr/local/mico/demo/obv/tricky' echo '# Module dependencies' > .depend /usr/local/mico/./admin/mkdepend -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE *.c *.cc >> .depend /usr/local/mico/./idl/idl tricky.idl c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c tricky .cc -o tricky.o c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c tricky _impl.cc -o tricky_impl.o c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c client .cc -o client.o c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -L../../../ libs tricky.o tricky_impl.o client.o -lmico2.3.12 -lcompat -lssl -lcrypto -lm -lpthread -o client c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c server .cc -o server.o c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -L../../../ libs tricky.o tricky_impl.o server.o -lmico2.3.12 -lcompat -lssl -lcrypto -lm -lpthread -o server gmake[2]: Leaving directory `/usr/local/mico/demo/obv/tricky' gmake[1]: Leaving directory `/usr/local/mico/demo/obv' gmake[1]: Entering directory `/usr/local/mico/demo/services' Makefile:52: warning: overriding commands for target `install' ../MakeVars:76: warning: ignoring old commands for target `install' for i in naming naming-lb naming-mt events property-daemon; do gmake -C $i || e xit 1; done gmake[2]: Entering directory `/usr/local/mico/demo/services/naming' echo '# Module dependencies' > .depend /usr/local/mico/./admin/mkdepend -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE *.c *.cc >> .depend /usr/local/mico/./idl/idl account.idl c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c accou nt.cc -o account.o c++ -I. -I../../../include -O2 -Wall -D_REENTRANT -D_THREAD_SAFE -c clien t.cc -o client.o client.cc:2:28: coss/CosNaming.h: No such file or directory client.cc: In function `int main(int, char**)': client.cc:27: error: `CosNaming' has not been declared client.cc:27: error: `NamingContext_var' undeclared (first use this function) client.cc:27: error: (Each undeclared identifier is reported only once for each function it appears in.) client.cc:27: error: expected `;' before "nc" client.cc:30: error: `nc' undeclared (first use this function) client.cc:39: error: `CosNaming' has not been declared client.cc:39: error: `Name' undeclared (first use this function) client.cc:39: error: expected `;' before "name" client.cc:40: error: `name' undeclared (first use this function) client.cc:56: error: `CosNaming' has not been declared client.cc:56: error: `NotFound' has not been declared client.cc:56: error: invalid catch parameter client.cc:60: error: `CosNaming' has not been declared client.cc:60: error: `CannotProceed' has not been declared client.cc:60: error: invalid catch parameter client.cc:64: error: `CosNaming' has not been declared client.cc:64: error: `InvalidName' has not been declared client.cc:64: error: invalid catch parameter client.cc:56: error: `...' handler must be the last handler for its try block client.cc:60: error: `...' handler must be the last handler for its try block gmake[2]: *** [client.o] Error 1 gmake[2]: Leaving directory `/usr/local/mico/demo/services/naming' gmake[1]: *** [subs] Error 1 gmake[1]: Leaving directory `/usr/local/mico/demo/services' gmake: *** [prg] Error 1 bsd# pwd /usr/local/mico/demo bsd#