From owner-freebsd-stable@FreeBSD.ORG Tue Oct 17 04:56:31 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 D40C616A407 for ; Tue, 17 Oct 2006 04:56:31 +0000 (UTC) (envelope-from chris#@1command.com) Received: from mail.1command.com (mail.1command.com [216.177.243.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB8B043D6D for ; Tue, 17 Oct 2006 04:56:26 +0000 (GMT) (envelope-from chris#@1command.com) Received: from mail.1command.com (localhost.1command.com [127.0.0.1]) by mail.1command.com (8.13.3/8.13.3) with ESMTP id k9H4uFMF094706 for ; Mon, 16 Oct 2006 21:56:24 -0700 (PDT) (envelope-from chris#@1command.com) Received: (from www@localhost) by mail.1command.com (8.13.3/8.13.3/Submit) id k9H4uETo094705 for freebsd-stable@freebsd.org; Mon, 16 Oct 2006 21:56:14 -0700 (PDT) (envelope-from chris#@1command.com) X-Authentication-Warning: mail.1command.com: www set sender to chris#@1command.com using -f Received: from secure.1command.com (secure.1command.com [216.177.243.34]) by webmail.1command.com (H.R. Communications Messaging System) with HTTP; Mon, 16 Oct 2006 21:56:14 -0700 Message-ID: <20061016215614.qspq9131cgwwwgw8@webmail.1command.com> X-Priority: 3 (Normal) Date: Mon, 16 Oct 2006 21:56:14 -0700 From: "Chris H." To: freebsd-stable@freebsd.org References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: H.R. Communications Internet Messaging System (HCIMS) 4.1 Professional (not for redistribution) / FreeBSD-5.5 Subject: Re: can't compile mico app 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: Tue, 17 Oct 2006 04:56:31 -0000 Greetings, ... Quoting KAYVEN RIESE : > > it's not finding CORBA.h > > .h:121: error: `CORBA' has not been declared > account.h:121: error: ISO C++ forbids declaration of `Long' with no type > account.h:121: error: `Long' declared as a `virtual' field > account.h:121: error: expected `;' before "balance" > account.h:133: error: `CORBA' has not been declared > > i can't seem to redirect the compilation errors to a file Try the following. Works without fail for me: script /path/to/my/chosen/logfile.name job that I'm attempting to log results from In your case: script ./err mico-c++ -I. -c client.cc When the job completes, script will exit informing you. The results (in the second example) will be in the file named: err in the current directory. Hope this helps. --Chris > > tried > > mico-c++ -I. -c client.cc > err > > and > > mico-c++ -I. -c client.cc 2> err > > what directory are you talking about when u do something > like this: > > #include > > ? > > is it /usr/local/indclude ? > > because i tried having the above line in and it still > didn't find it even tho i checked and CORBA.h was there > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- panic: kernel trap (ignored) ----------------------------------------------------------------- FreeBSD 5.4-RELEASE-p12 (SMP - 900x2) Tue Mar 7 19:37:23 PST 2006 /////////////////////////////////////////////////////////////////