On Aug 17, 2007, at 4:05 AM, Jean-Marc Lasgouttes wrote:
Bennett Helm <[EMAIL PROTECTED]> writes:
I decided to try playing around with settings to see if I could
get things to work for me. It turns out that the culprit for me
was --
without-aiksaurus: leaving everything else in my configure line the
same but removing that option (and opting for a static build) enables
me to configure without any warnings, and compilation succeeds (with
a working LyX.app),
This is very, very strange.
Hmm, if I look closer at the config.log file, I find
CXXCPP=''
which means that the g++ preprocessor has been set to empty.
[...]
I think I know now why this happens. Could you try the following
patch?
cc1plus: warning: ././pch.h.gch: not used because `PIC' not defined
(Does that mean I *should* disable pch, as Jean-Marc does?)
Not sure. I do it because I do not see the gain.
JMarc
<cxxcpp.diff>
Have you already applied this patch?
patch -p0 < ~/Desktop/cxxcpp.diff
patching file config/lyxinclude.m4
Reversed (or previously applied) patch detected! Assume -R? [n]
Apply anyway? [n]
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file config/
lyxinclude.m4.rej
Anyway, with current svn, I've reconfigured with --disable-aiksaurus,
and I don't get any more configure warnings. Compilation succeeds.
Bennett