Compaq cxx gives me the following error:
mycxx -DHAVE_CONFIG_H -I. -I../../lyx-devel/src -I. -I../../lyx-devel/images
-I../../lyx-devel/src/cheaders -I/afs/rocq/home/meval/common/include
-I/usr/local/include -O1 -c ../../lyx-devel/src/paragraph.C
cxx: Error: ../../lyx-devel/src/support/lyxmanip.h, line 15: omanip is not a
template
omanip<int> newlineAndDepth(int n)
^
cxx: Error: ../../lyx-devel/src/support/lyxmanip.h, line 17: identifier
"omanip" is undefined
return omanip<int>(newlineAndDepth_helper, n);
---------------^
I could not find any omanip in either cxx include files or C++ ISO
standard. What is that?
JMarc