Re: PowerPC request for Help

2006-05-07 Thread Sven Luther
CCing debian-boot since that is the best place for having this kind of discussion. None of them regularly reads debian-powerpc. On Sat, May 06, 2006 at 06:55:36AM -0400, Daniel Dickinson wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > I'm interested in actually contributing

PowerPC request for Help

2006-05-06 Thread Daniel Dickinson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I'm interested in actually contributing to d-i (finally), and I noticed that you've put out a request for the PowerPC architecture. As I only have a single StarMax 3000/160 I probably can't help with the entire arch, but I can help with Old World

Re: Building mozart-gtk on powerpc [request for help]

2004-08-25 Thread Kevin Glynn
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

Re: Building mozart-gtk on powerpc [request for help]

2004-08-25 Thread Albert Cahalan
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

Re: Building mozart-gtk on powerpc [request for help]

2004-08-25 Thread Kevin Glynn
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)])));

Re: Building mozart-gtk on powerpc [request for help]

2004-08-25 Thread Kevin Glynn
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_

Re: Building mozart-gtk on powerpc [request for help]

2004-08-25 Thread Daniel Kobras
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

Re: Building mozart-gtk on powerpc [request for help]

2004-08-24 Thread Michael Schmitz
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

Re: Building mozart-gtk on powerpc [request for help]

2004-08-24 Thread Daniel Kobras
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

Re: Building mozart-gtk on powerpc [request for help]

2004-08-24 Thread Kevin Glynn
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

Re: Building mozart-gtk on powerpc [request for help]

2004-08-23 Thread Ingo Juergensmann
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/

Re: Building mozart-gtk on powerpc [request for help]

2004-08-23 Thread Kevin B. McCarty
> 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

Re: Building mozart-gtk on powerpc [request for help]

2004-08-23 Thread Sven Luther
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

Building mozart-gtk on powerpc [request for help]

2004-08-23 Thread Kevin Glynn
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