Re: CORBA_sequence_CORBA_long__allocbuf



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]