I'm testing an rpmbuild of a 3.0 nightly and getting a weird error as a
result of the configure process.

The compile error happens because HAVE_CONFIG_H isn't being defined to the
compiler, which results in config.h not being included into the
PlatformUtils.cpp file. The problem seems to be that HAVE_CONFIG_H is
included in the DEFS definition in the root Makefile, but not in
src/Makefile, and that's the one that's getting fed to the compile command.

I think the problem is that DEFS is being defined in src/Makefile.am, and
it's blocking the value that configure would otherwise create.

I can't imagine why this would be specific to this box, but it isn't
specific to rpmbuild. I get the same Makefiles from a direct call to
configure. And I can't see how this could be building anywhere on a
config.h-driven platform. Maybe I just caught a bad snapshot?

I can supply config.log or whatever else would be helpful.

-- Scott


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to