can't compile mico app

KAYVEN RIESE kayve at sfsu.edu
Tue Oct 17 02:14:26 UTC 2006



On Mon, 16 Oct 2006, KAYVEN  RIESE wrote:

>
> 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 <CORBA.h>
>
> ?
>
> 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
>
>


More information about the freebsd-ports mailing list