[openbeosmediakit] Re: media adds on

"Salvatore Benedetto" <emitrax@xxxxxxxxx> 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.


Other related posts: