In file included from ../../../trunk/esidl/npapi/src/bridge.cpp:17:
../../../trunk/esidl/npapi/include/esnpapi.h:28:20: error: object.h:
No such file or directory
In file included from ../../../trunk/esidl/npapi/../cplusplus/sequence.h:20,
from ../../../trunk/esidl/npapi/../cplusplus/any.h:27,
from ../../../trunk/esidl/npapi/include/esnpapi.h:29,
from ../../../trunk/esidl/npapi/src/bridge.cpp:17:
../../../trunk/esidl/npapi/../cplusplus/org/w3c/dom/ObjectArray.h:29:
error: invalid use of incomplete type ‘struct Object’
../../../trunk/esidl/npapi/../cplusplus/nullable.h:23: error: forward
declaration of ‘struct Object’
../../../trunk/esidl/npapi/src/bridge.cpp: In function ‘void
convertToVariant(NPP_t*, Object*, NPVariant*)’:
../../../trunk/esidl/npapi/src/bridge.cpp:586: error: cannot
dynamic_cast ‘value’ (of type ‘struct Object*’) to type ‘class
ProxyObject*’ (source is a pointer to incomplete type)
../../../trunk/esidl/npapi/src/bridge.cpp:592: error: invalid use of
incomplete type ‘struct Object’
../../../trunk/esidl/npapi/../cplusplus/nullable.h:23: error: forward
declaration of ‘struct Object’
I'm using Ubuntu Karmic 64-bit, but I don't think that's relevant.
When I run 'find -name object.h' in the source directory (~/es),
nothing is returned. Anybody else having trouble?
--
Evan Kroske
http://welcome2obscurity.blogspot.com/
The personal blog of Evan Kroske,
novice software developer.
Thanks for reporting this. I've just committed two Makefile.am to fix
this issue (r1512).
Please test (you might need to execute automake manually again in the trunk).
Thank you,
- Shiki
> --
> You received this message because you are subscribed to the Google Groups "es-operating-system" group.
> To post to this group, send email to es-operat...@googlegroups.com.
> To unsubscribe from this group, send email to es-operating-sy...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/es-operating-system?hl=en.
>
>
In file included from src/bridge.cpp:17:
include/esnpapi.h:28:20: error: object.h: No such file or directory
I'm at the latest revision, and that is what I get when I run ./setup.
Am I missing a step?
- Shiki
- Shiki