John,
I configure with various flags set, so:
Configuration:
Source code location: .
C++ Compiler: deccxx
C++ Compiler flags: -msg_display_number -msg_disable
11,193,236,261,401,611 -w0 -ptr
/usr/users/aleem/OTHERS_CODE/lyx/devel/lyx_cxx_repository -O2 C Compiler:
deccc
C Compiler flags: -O2
LyX binary dir: /usr/local/bin
LyX files dir: /usr/local/share/lyx
Special flags: frontend-qt2 assertions included-libsigc
Configuration of LyX was successful.
However, the Makefiles in the qt2 frontend do not pick up the CXXFLAGS at
all. All other Makefiles are fine. Could you fix this please?
(I have re-run autogen.sh and configure. No effect).
Angus
In the qt2 directory:
CXXFLAGS = -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR
In the frontends directory:
CXXFLAGS = -msg_display_number -msg_disable 11,193,236,261,401,611 -w0
-ptr
/usr/users/aleem/OTHERS_CODE/lyx/devel/lyx_cxx_repository -O2