Re: CORBA_sequence_CORBA_long__allocbuf
- From: Michael Meeks <michael ximian com>
- To: orbit-list gnome org
- Subject: Re: CORBA_sequence_CORBA_long__allocbuf
- Date: Wed, 11 Jul 2001 09:24:24 -0400 (EDT)
Hi Samuele,
It looks very much as if you have forgotten to include listaDisp.h
- or at least, the errors are inconsistant:
> 123. servant->attr_dispID._buffer =
> dispList_list__allocbuf(servant->attr_dispID._length+1);
> listaDisp.o: In function `impl_dispList_addDisp':
> listaDisp.o(.text+0x1c2): undefined reference to
`dispList_list__allocbuff'
This is not possible - somewhere there is a type 'allocbuf' is
correct 'allocbuff' is not.
> that seems not to recognize the ...__allocbuf as a function, but it
> has correcly been declared by the orbit-idl in the -common.c file.
> Why? What happens??
Both of these methods are probably #defines that do not exist as
methods, you need to include the generated header.
Regards,
Michael.
--
mmeeks@gnu.org <><, Pseudo Engineer, itinerant idiot
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]