Re: media adds on

"Axel Dörfler" <[email protected]> Thu, 26 Jul 2007 19:53:04 +0200 CEST
Newsgroups gmane.os.openbeos.mediakit
Message-ID <8874332898-BeMail@ibm>
"Salvatore Benedetto" <[email protected]> wrote:
> > IIRC PRINT will just dump to stdout - which might not help you, 
> > also
> > you need to compile your add-ons with DEBUG=1 to see any output.
> I don't know how to do that with jamfiles.

Which explains why you didn't see anything...
But if you are using stdout anyway, you can just use printf(), too.

Anyway, to compile your media add-on in debug mode, use:
$ DEBUG=1 jam my.media_addon

Bye,
   Axel.