>>>>> "Jan" == Jan Martin <[EMAIL PROTECTED]> writes:

Jan> Well, I'd be glad to take a shot at getting lyx to run on my HP
Jan> with aCC, so I'll get 1.1.4 and the fixes and see how it goes.
Jan> One thing about the HP (and SGI) C++ compiler is that it is
Jan> getting more and more ansi-compliant, so C++ programs should be
Jan> getting more portable as time goes on.

Cxx is pretty strict too in strict_ansi mode (but it has problems of
its own). CC is strict, but there are bugs we could not work around
yet. The problem with strict compilers is that they issue errors
instead of warnings...

Jan> One additional thing in configure: I've found a bug in aCC when
Jan> it calls the preprocessor as aCC -E - it drops the \n at the end
Jan> of the file, so that the test for xpm version in configure fails.
Jan> A workaround is to use CPP instead of CXXCPP in ac_cpp, since cc
Jan> -E works right. The fix doesn't seem to affect anything else, but
Jan> I haven't checked extensively.

I do not see from the code where the problem lies... If you can
provide a precise description, or better fix the code, we should
definitely make it work with aCC -E.

JMarc

Reply via email to