Sounds like a build problem.  How did you build gecko?

This is just another reason we need to factor out all of these build
problems and provide a binary distribution.  In this way, you could have
just tested what you were doing against the set of binaries that
mozilla.org or netscape or whomever stamped as 'certified'.


Ken wrote:

> Hi, all. I am embedding Gecko and am adding logging to my object. One
> is supposed to be able to specify an environment variable
> NSPR_LOG_FILE with a value of WinDebug, so the output will go to the
> debug window (see
> http://lxr.mozilla.org/seamonkey/source/nsprpub/pr/include/prlog.h)
>
> But it is not working. Logging to a file works fine, but not the debug
> window. A seach for WinDebug reveals
> http://lxr.mozilla.org/seamonkey/source/nsprpub/pr/src/io/prlog.c#304
>
> It appears XP_PC is not defined in the standard makefile, and
> therefore this code is not included. Is that the problem? I am
> building with Win2k and VC++ 6.0 SP4
>
> Thanks,
> Ken


Reply via email to