Thanks for your advice, in the meantime I have taken a sledgehammer
to the problem and just removed the troublesome functions from the
interface. As far as I can tell noone will miss them.
regards
Kevin
NB. The package is an interface from Oz (www.mozart-oz.org) to the gtk
library. The interfa
On Wed, 2004-08-25 at 07:52, Kevin Glynn wrote:
> Daniel Kobras writes:
> > On Tue, Aug 24, 2004 at 06:21:57PM +0200, Kevin Glynn wrote:
> > > fyi, it is because va_list is declared as a one-element array of
> > > structs on powerpc, unlike other architectures so code like:
> > >
> > > va_lis
Daniel Kobras writes:
> On Tue, Aug 24, 2004 at 06:21:57PM +0200, Kevin Glynn wrote:
> > fyi, it is because va_list is declared as a one-element array of
> > structs on powerpc, unlike other architectures so code like:
> >
> > va_list Arg4 = (va_list) OZ_getForeignPointer((*(_OZ_LOC[(4)])));
Michael Schmitz writes:
> On Tue, 24 Aug 2004, Daniel Kobras wrote:
>
> > On Tue, Aug 24, 2004 at 06:21:57PM +0200, Kevin Glynn wrote:
> > > fyi, it is because va_list is declared as a one-element array of
> > > structs on powerpc, unlike other architectures so code like:
> > >
> > > va_
On Wed, Aug 25, 2004 at 01:52:13PM +0200, Kevin Glynn wrote:
> I don't see how va_copy will help me. OZ_getForeignPointer(...)
> returns a void*, so I will still need to cast it to a va_list to be
> able to call va_copy.
Ah, I wasn't quite sure what you're trying to do. A va_list is an object
you
On Tue, 24 Aug 2004, Daniel Kobras wrote:
> On Tue, Aug 24, 2004 at 06:21:57PM +0200, Kevin Glynn wrote:
> > fyi, it is because va_list is declared as a one-element array of
> > structs on powerpc, unlike other architectures so code like:
> >
> > va_list Arg4 = (va_list) OZ_getForeignPointer((*(_O
On Tue, Aug 24, 2004 at 06:21:57PM +0200, Kevin Glynn wrote:
> fyi, it is because va_list is declared as a one-element array of
> structs on powerpc, unlike other architectures so code like:
>
> va_list Arg4 = (va_list) OZ_getForeignPointer((*(_OZ_LOC[(4)])));
>
> fails on powerpc, because you ca
Thanks for your help. I know the cause now, but not the solution
yet.
fyi, it is because va_list is declared as a one-element array of
structs on powerpc, unlike other architectures so code like:
va_list Arg4 = (va_list) OZ_getForeignPointer((*(_OZ_LOC[(4)])));
fails on powerpc, because you
On Mon, Aug 23, 2004 at 02:02:17PM +0200, Kevin Glynn wrote:
> To build you will need to install mozart, this is available in sid for
> powerpc.
> Then download the mozart-gtk source and try to build it.
http://www.buildd.net/cgi/package_status?powerpc_pkg=mozart-gtk&searchtype=go
says:
devel/
> Then download the mozart-gtk source and try to build it.
>
> http://packages.qa.debian.org/m/mozart-gtk.html
>
> When it fails please send me the BUILD/GtkNative.c file.
Done (off-list so as not to torment the list spam filters with the 300k
attachment).
--
Kevin B. McCarty <[EMAIL PROTEC
On Mon, Aug 23, 2004 at 02:02:17PM +0200, Kevin Glynn wrote:
>
>
> Hi,
>
> I am the maintainer of the mozart-* packages. mozart-gtk is failing
> to build on powerpc and I need help from a powerpc user to see why.
>
> http://buildd.debian.org/fetch.php?&pkg=mozart-gtk&ver=20040429-3&arch=power
Hi,
I am the maintainer of the mozart-* packages. mozart-gtk is failing
to build on powerpc and I need help from a powerpc user to see why.
http://buildd.debian.org/fetch.php?&pkg=mozart-gtk&ver=20040429-3&arch=powerpc&stamp=109223&file=log&as=raw
Building mozart-gtk causes C files to be
12 matches
Mail list logo