Re: hurd/trans/hello.c changes

2009-12-29 Thread Shakthi Kannan
Hi, --- On Mon, Dec 28, 2009 at 4:13 AM, wrote: | I guess the hurd/ prefix is not necessary when building in-tree. As I | already said on IRC, the file was never meant to be compiled standalone. \-- Ok. --- | But perhaps it still works with the Prefix even in-tree... Could you | test that? \--

Re: hurd/trans/hello.c changes

2009-12-28 Thread olafBuddenhagen
Hi, On Wed, Dec 23, 2009 at 10:52:14PM +0530, Shakthi Kannan wrote: > 1. version.h is located in /usr/include/hurd/version.h, so hello.c > should include? > > === PATCH === > > -#include > +#include > > === END === I guess the hurd/ prefix is not necessary when building in-tree. As I alread

translator stderr (was: hurd/trans/hello.c changes)

2009-12-28 Thread olafBuddenhagen
Hi, On Thu, Dec 24, 2009 at 12:32:53PM +0530, Shakthi Kannan wrote: > | Printing to a file is nothing fancy: the fprintf functions should | > suffice. > > I would appreciate if I could see a working example. When I use > fprintf(stdout, "message"); or fprintf(stderr, "error"); in a > translator,

Re: hurd/trans/hello.c changes

2009-12-24 Thread Sergiu Ivanov
Hello, On Thu, Dec 24, 2009 at 12:32:53PM +0530, Shakthi Kannan wrote: > --- On Thu, Dec 24, 2009 at 12:42 AM, Sergiu Ivanov > | Printing to a file is nothing fancy: the fprintf functions should > | suffice. > \-- > > I would appreciate if I could see a working example. When I use > fprintf(stdou

Re: hurd/trans/hello.c changes

2009-12-23 Thread Shakthi Kannan
Hi, --- On Thu, Dec 24, 2009 at 12:42 AM, Sergiu Ivanov wrote: | I'd say it would be better if you had just posted the whole set of | your changes as a single patch with the necessary comments, both | because this way your E-mail is ready to be applied as a patch and | because it's less work for

Re: hurd/trans/hello.c changes

2009-12-23 Thread Sergiu Ivanov
Hello, On Wed, Dec 23, 2009 at 10:52:14PM +0530, Shakthi Kannan wrote: > >From git://git.sv.gnu.org/hurd/hurd.git, > > On commit 908ba8441182f34a7b565a692ebb60e8af321d17, some > clarifications on hurd/trans/hello.c: > > 1. version.h is located in /usr/include/hurd/version.h, so hello.c > should

hurd/trans/hello.c changes

2009-12-23 Thread Shakthi Kannan
Hi, >From git://git.sv.gnu.org/hurd/hurd.git, On commit 908ba8441182f34a7b565a692ebb60e8af321d17, some clarifications on hurd/trans/hello.c: 1. version.h is located in /usr/include/hurd/version.h, so hello.c should include? === PATCH === -#include +#include === END === 2. trivfs_modify_sta