From owner-freebsd-stable@FreeBSD.ORG Mon Oct 16 23:31:57 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 8DA7716A407 for ; Mon, 16 Oct 2006 23:31:57 +0000 (UTC) (envelope-from kayve@sfsu.edu) Received: from iron1.sfsu.edu (iron1.sfsu.edu [130.212.10.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8140143D64 for ; Mon, 16 Oct 2006 23:31:51 +0000 (GMT) (envelope-from kayve@sfsu.edu) Received: from diana.sfsu.edu ([130.212.10.239]) by iron1.sfsu.edu with ESMTP; 16 Oct 2006 16:31:52 -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 k9GNVoQA2134476; Mon, 16 Oct 2006 16:31:51 -0700 Date: Mon, 16 Oct 2006 16:31:49 -0700 (PDT) From: KAYVEN RIESE To: mico-devel@mico.org, freeBSD bugs mailing list Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: 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: Mon, 16 Oct 2006 23:31:57 -0000 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 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