In article <Pine.LNX.4.64.0811241339040.7628(a)login.ecs.soton.ac.uk>,
John-Mark Bell <jmb(a)netsurf-browser.org> wrote:
On Mon, 24 Nov 2008, Michael Gerbracht wrote:
> Inside rufl I cannot find the print statements, can you tell me
where
> this text is output?
Lines 130, 146, and 1043 of rufl_init.c :)
Ok, problem was that this file was not on my machine since I did not build
rufl by myself. Anyway, I just downloaded svn and also .../trunk/rufl and
got it now... It's just everything new to me, so I cannot say I have
enough overview ;-)
If you build RUfl with debug turned off (add -DNDEBUG to CFLAGS in
the
Makefile), then they should be silenced.
Ok, found the place but to compile it, I need one of three things:
- GCCSDK on Unix/Windows/...
- Norcroft compiler for RISC OS
- or Knowledge how to write a makefile for RISC OS GCC
I guess I have to buy the Norcroft compiler anyway, also for other
projects, so this is probably the way to go.
But thanks anyway, I think I know now what I have to do. For the moment
it's ok because it outputs what it should.
As for Pencil, the only time it will print anything out is if you
call
pencil_dump().
Thanks, I commented out the call, not every printf statement.
Michael