Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Build break - port amd64 - libcurses tests



On Mon, Apr 11, 2011 at 04:18:36AM +0000, David Holland wrote:
> 
> What are you trying to do? Pickle/unpickle a va_list? I don't think
> there's any portable way to do that.
> 

No, if I understand my code I should be just passing a couple of
char * pointers to vw_printw. Ah, and that is the problem the third
argument needs to be a va_list. I think I will just comment those guys
out and return unsupported for the moment.  As you say, trying to put a
va_list across simply won't fly since there is no facility for creating
one of those in the test language... yet.  It is interesting that it
compiled on i386 ok, it expect the function would explode when you tried
to call it.

> (Fiddling with ansi.h won't help; you'd need to change it in gcc, and
> then provide binary compat for vsnprintf and so on...)
> 

OK, that sounds sufficiently ugly for me not to try.

-- 
Brett Lymn
"Warning:
The information contained in this email and any attached files is
confidential to BAE Systems Australia. If you are not the intended
recipient, any use, disclosure or copying of this email or any
attachments is expressly prohibited.  If you have received this email
in error, please notify us immediately. VIRUS: Every care has been
taken to ensure this email and its attachments are virus free,
however, any loss or damage incurred in using this email is not the
sender's responsibility.  It is your responsibility to ensure virus
checks are completed before installing any data sent in this email to
your computer."




Home | Main Index | Thread Index | Old Index