chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] trouble with qt egg


From: Thomas Bushnell BSG
Subject: Re: [Chicken-users] trouble with qt egg
Date: Sat, 30 Jan 2010 11:53:57 -0800

It's also not valid Pascal syntax.  Why is that a problem?

Thomas


On Sat, 2010-01-30 at 11:21 -0800, Sean D'Epagnier wrote:
> Hi,
> 
> I am using latest git chicken and I think there is a slight bug.  In
> chicken.h:1769
> 
>    return C_pbytevector(C_header_size(s), C_data_pointer(s));
> 
> This is vaild C but not C++, see:
> http://paste.lisp.org/display/94159
> 
> I fixed it by changing to:
> 
>    return C_pbytevector(C_header_size(s), (char*)C_data_pointer(s));
> 
> But is this the correct change?
> 
> Thanks
> Sean
> 
> 
> _______________________________________________
> Chicken-users mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/chicken-users






reply via email to

[Prev in Thread] Current Thread [Next in Thread]