[haiku-development] Re: Adding Screen Savers to Haiku

  • From: "François Revol" <revol@xxxxxxx>
  • To: haiku-development@xxxxxxxxxxxxx
  • Date: Fri, 28 Mar 2008 14:25:11 +0100 CET

> Hello All,
>
> I am trying to add a new screen saver to the Haiku source.  I've
> placed
> the files in "src/add-ons/screen_savers/leaves/".  When I run jam in
> the
> source directory the only output is "...found 10 target(s)..." but
> nothing is compiled.  The jam file is attached.  If anyone has any
> ideas
> why this is not compiling I would appreciate the help.

First, make sure you added the subdir to the parent Jamfile (the one in
screen_savers).

You need to explicitely give the target to jam, like:

jam -q Leaves

Also, if you want it to appear in the image you have to add Leaves into
build/jam/HaikuImage.

François.

Other related posts: