[Tux4kids-tuxtype-dev] Tux4kids-tuxtype-dev Digest, Vol 17, Issue 1

Caroline Ford caroline.ford.work at googlemail.com
Thu Apr 2 07:47:26 UTC 2009


The MOST IMPORTANT thing is to get your application into the official  
webapp before the deadline as that deadline is set by Google not us.

Caroline


Sent from a mobile device.

On 2 Apr 2009, at 02:49, Bristow Thankachan <bristow.thankachan at gmail.com 
 > wrote:

> Hi,
>
> I had a bike accident last week and I'm recovering from it. I was  
> not able to do a patch till now as I was admitted in the hospital. I  
> just wanted to know if I can submit the patch after the deadline of  
> student proposal(but definitely before the list of accepted students  
> is published).
>
> Thanks
> Bristow.
>
> On Wed, Apr 1, 2009 at 5:31 PM, <tux4kids-tuxtype-dev-request at lists.alioth.debian.org 
> > wrote:
> Send Tux4kids-tuxtype-dev mailing list submissions to
>        tux4kids-tuxtype-dev at lists.alioth.debian.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.alioth.debian.org/mailman/listinfo/tux4kids-tuxtype-dev
> or, via email, send a message with subject or body 'help' to
>        tux4kids-tuxtype-dev-request at lists.alioth.debian.org
>
> You can reach the person managing the list at
>        tux4kids-tuxtype-dev-owner at lists.alioth.debian.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Tux4kids-tuxtype-dev digest..."
>
>
> Today's Topics:
>
>   1. Build issue (Zach Elko)
>   2. Re: Build issue (Zach Elko)
>   3. GSoC student application deadline approaching - April 3
>      (David Bruce)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 31 Mar 2009 19:54:01 -0400
> From: Zach Elko <zachelko at gmail.com>
> Subject: [Tux4kids-tuxtype-dev] Build issue
> To: tuxtype <tux4kids-tuxtype-dev at lists.alioth.debian.org>
> Message-ID:
>        <35d671480903311654r499e81d2m1459202da576ccea at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi folks,
>
> I'm running into the following issue upon trying to build TuxType with
> ./configure;make;
>
> Making all in comets
> make[4]: Entering directory
> `/home/zach/programming/tuxtype/trunk/data/images/comets'
> make[5]: Entering directory `/home/zach/programming/tuxtype/trunk'
> make[5]: Leaving directory `/home/zach/programming/tuxtype/trunk'
> make[4]: Nothing to be done for `all'.
> make[4]: Leaving directory
> `/home/zach/programming/tuxtype/trunk/data/images/comets'
>
> Making all in hands
> make[4]: Entering directory
> `/home/zach/programming/tuxtype/trunk/data/images/hands'
> make[4]: *** No rule to make target `all'.  Stop.
> make[4]: Leaving directory
> `/home/zach/programming/tuxtype/trunk/data/images/hands'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/home/zach/programming/tuxtype/trunk/data/images'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/zach/programming/tuxtype/trunk/data'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/zach/programming/tuxtype/trunk'
> make: *** [all] Error 2
>
> The error occurs because there is no Makefile in the hands/  Is there
> something I need to tell make so that it doesn't try to make in this  
> folder,
> or should there be a Makefile there?
>
> Cheers,
>  Zach J. Elko
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.alioth.debian.org/pipermail/tux4kids-tuxtype-dev/attachments/20090331/1dd4be04/attachment-0001.htm
>
> ------------------------------
>
> Message: 2
> Date: Tue, 31 Mar 2009 20:01:50 -0400
> From: Zach Elko <zachelko at gmail.com>
> Subject: Re: [Tux4kids-tuxtype-dev] Build issue
> To: tuxtype <tux4kids-tuxtype-dev at lists.alioth.debian.org>
> Message-ID:
>        <35d671480903311701nb4ce650s62605d82bdcba986 at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Oops, sorry. Figured that one out. I forgot to run autoreconf. =)
>
> Cheers,
>  -Zach
>
> On Tue, Mar 31, 2009 at 7:54 PM, Zach Elko <zachelko at gmail.com> wrote:
>
> > Hi folks,
> >
> > I'm running into the following issue upon trying to build TuxType  
> with
> > ./configure;make;
> >
> > Making all in comets
> > make[4]: Entering directory
> > `/home/zach/programming/tuxtype/trunk/data/images/comets'
> > make[5]: Entering directory `/home/zach/programming/tuxtype/trunk'
> > make[5]: Leaving directory `/home/zach/programming/tuxtype/trunk'
> > make[4]: Nothing to be done for `all'.
> > make[4]: Leaving directory
> > `/home/zach/programming/tuxtype/trunk/data/images/comets'
> >
> > Making all in hands
> > make[4]: Entering directory
> > `/home/zach/programming/tuxtype/trunk/data/images/hands'
> > make[4]: *** No rule to make target `all'.  Stop.
> > make[4]: Leaving directory
> > `/home/zach/programming/tuxtype/trunk/data/images/hands'
> > make[3]: *** [all-recursive] Error 1
> > make[3]: Leaving directory
> > `/home/zach/programming/tuxtype/trunk/data/images'
> > make[2]: *** [all-recursive] Error 1
> > make[2]: Leaving directory `/home/zach/programming/tuxtype/trunk/ 
> data'
> > make[1]: *** [all-recursive] Error 1
> > make[1]: Leaving directory `/home/zach/programming/tuxtype/trunk'
> > make: *** [all] Error 2
> >
> > The error occurs because there is no Makefile in the hands/  Is  
> there
> > something I need to tell make so that it doesn't try to make in  
> this folder,
> > or should there be a Makefile there?
> >
> > Cheers,
> >   Zach J. Elko
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.alioth.debian.org/pipermail/tux4kids-tuxtype-dev/attachments/20090331/d376bf44/attachment-0001.htm
>
> ------------------------------
>
> Message: 3
> Date: Tue, 31 Mar 2009 19:17:19 -0500
> From: David Bruce <davidstuartbruce at gmail.com>
> Subject: [Tux4kids-tuxtype-dev] GSoC student application deadline
>        approaching - April 3
> To: Tux Math <tuxmath-devel at lists.sourceforge.net>,     Tux Typing
>        <tux4kids-tuxtype-dev at lists.alioth.debian.org>,          
> Discussion list for
>        Tux Paint developers    <tuxpaint-devel at lists.sourceforge.net>
> Message-ID:
>        <9a3504f50903311717q44da3688nf65f40928ffa98ea at mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi,
>
> Just a reminder that the GSoC student application deadline is Friday,
> Apr 3.  If you want to be considered as a GSoC student, you must
> submit a proposal by the deadline via the GSoC Melange web app at the
> GSoC site.  Note, we are also requiring that students submit a small
> (even tiny) patch just to show you do in fact know how to write a few
> lines of C and use basic utilities.  The patches should be sent by
> email to tux4kids.gsoc at gmail.com.  Note that you must do *both*.  I
> realize it would be cooler if we had the patch submission somehow
> built into our template on the web app, but we don't.
>
> Again, make sure you fill out the application at the GSoC website
> *and* email a patch to the above address.
>
> Just making yourself known by email or IRC won't help with Google's
> deadline - you need to get your proposal in on time.
>
> It should be noted that there are a lot of really qualified people
> expressing interest in Tux4Kids - we (core developers and mentors) are
> going to have to make some tough decisions, and there are going to be
> some really good applicants who don't get picked :-(
>
>  There's not much we can do about it, but we will try to be as fair as
> possible, and we definitely don't want to generate any hard feelings.
>
> Best,
>
> David Bruce
>
>
>
> ------------------------------
>
> _______________________________________________
> Tux4kids-tuxtype-dev mailing list
> Tux4kids-tuxtype-dev at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/tux4kids-tuxtype-dev
>
>
> End of Tux4kids-tuxtype-dev Digest, Vol 17, Issue 1
> ***************************************************
>
> _______________________________________________
> Tux4kids-tuxtype-dev mailing list
> Tux4kids-tuxtype-dev at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/tux4kids-tuxtype-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.alioth.debian.org/pipermail/tux4kids-tuxtype-dev/attachments/20090402/dcced28f/attachment-0001.htm 


More information about the Tux4kids-tuxtype-dev mailing list