All of lore.kernel.org
 help / color / mirror / Atom feed
* gnome-games builds again
@ 2010-01-20  3:21 Philip Balister
  2010-01-20  7:30 ` Robert P. J. Day
  2010-01-20 17:53 ` Robert P. J. Day
  0 siblings, 2 replies; 5+ messages in thread
From: Philip Balister @ 2010-01-20  3:21 UTC (permalink / raw)
  To: openembedded-devel

Henning tracked down a problem in the libsdl sdl.m4 macro and pushed a 
fix. gnome-games builds on my F11 box now. Still having issues with 
mkubifs though :)

Philip



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gnome-games builds again
  2010-01-20  3:21 gnome-games builds again Philip Balister
@ 2010-01-20  7:30 ` Robert P. J. Day
  2010-01-20 12:26   ` Philip Balister
  2010-01-20 17:53 ` Robert P. J. Day
  1 sibling, 1 reply; 5+ messages in thread
From: Robert P. J. Day @ 2010-01-20  7:30 UTC (permalink / raw)
  To: openembedded-devel

On Tue, 19 Jan 2010, Philip Balister wrote:

> Henning tracked down a problem in the libsdl sdl.m4 macro and pushed a fix.
> gnome-games builds on my F11 box now. Still having issues with mkubifs though
> :)

  whoo hoo!  i can confirm that gnome-games finally builds on my f12
system.  i'll check the git log to see what fixed it, i'm definitely
curious as to what it was that allowed it to build on any other distro
but fedora.

  all that's left now is mplayer.

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gnome-games builds again
  2010-01-20  7:30 ` Robert P. J. Day
@ 2010-01-20 12:26   ` Philip Balister
  2010-01-20 15:50     ` Robert P. J. Day
  0 siblings, 1 reply; 5+ messages in thread
From: Philip Balister @ 2010-01-20 12:26 UTC (permalink / raw)
  To: openembedded-devel

On 01/20/2010 02:30 AM, Robert P. J. Day wrote:
> On Tue, 19 Jan 2010, Philip Balister wrote:
>
>> Henning tracked down a problem in the libsdl sdl.m4 macro and pushed a fix.
>> gnome-games builds on my F11 box now. Still having issues with mkubifs though
>> :)
>
>    whoo hoo!  i can confirm that gnome-games finally builds on my f12
> system.  i'll check the git log to see what fixed it, i'm definitely
> curious as to what it was that allowed it to build on any other distro
> but fedora.

It looked like (from what Henning said) that the sdl.m4 macron ran 
sdl-config from the build machine, so if you installed sdl on the build 
machine you were in trouble.

Philip



>
>    all that's left now is mplayer.
>
> rday
> --
>
> ========================================================================
> Robert P. J. Day                               Waterloo, Ontario, CANADA
>
>              Linux Consulting, Training and Kernel Pedantry.
>
> Web page:                                          http://crashcourse.ca
> Twitter:                                       http://twitter.com/rpjday
> ========================================================================
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gnome-games builds again
  2010-01-20 12:26   ` Philip Balister
@ 2010-01-20 15:50     ` Robert P. J. Day
  0 siblings, 0 replies; 5+ messages in thread
From: Robert P. J. Day @ 2010-01-20 15:50 UTC (permalink / raw)
  To: openembedded-devel

On Wed, 20 Jan 2010, Philip Balister wrote:

> On 01/20/2010 02:30 AM, Robert P. J. Day wrote:
> > On Tue, 19 Jan 2010, Philip Balister wrote:
> >
> > > Henning tracked down a problem in the libsdl sdl.m4 macro and pushed a
> > > fix.
> > > gnome-games builds on my F11 box now. Still having issues with mkubifs
> > > though
> > > :)
> >
> >    whoo hoo!  i can confirm that gnome-games finally builds on my
> > f12 system.  i'll check the git log to see what fixed it, i'm
> > definitely curious as to what it was that allowed it to build on
> > any other distro but fedora.
>
> It looked like (from what Henning said) that the sdl.m4 macron ran
> sdl-config from the build machine, so if you installed sdl on the
> build machine you were in trouble.

  and that's exactly what was happening here -- i had SDL-devel
installed, which provided a native sdl-config.

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: gnome-games builds again
  2010-01-20  3:21 gnome-games builds again Philip Balister
  2010-01-20  7:30 ` Robert P. J. Day
@ 2010-01-20 17:53 ` Robert P. J. Day
  1 sibling, 0 replies; 5+ messages in thread
From: Robert P. J. Day @ 2010-01-20 17:53 UTC (permalink / raw)
  To: openembedded-devel

On Tue, 19 Jan 2010, Philip Balister wrote:

> Henning tracked down a problem in the libsdl sdl.m4 macro and pushed a fix.
> gnome-games builds on my F11 box now. Still having issues with mkubifs though
> :)

  by the way, where is mkubifs coming from?  i see no such recipe in
the dev branch.  am i just looking in the wrong place?

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

            Linux Consulting, Training and Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Twitter:                                       http://twitter.com/rpjday
========================================================================



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-01-20 17:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-20  3:21 gnome-games builds again Philip Balister
2010-01-20  7:30 ` Robert P. J. Day
2010-01-20 12:26   ` Philip Balister
2010-01-20 15:50     ` Robert P. J. Day
2010-01-20 17:53 ` Robert P. J. Day

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.