No fancy warnings this time; just errors!
Angus

cxx -std strict_ansi -nocleanup -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ 
-I../.. -I../.. -I../../src/cheaders -I/usr/local/include -ptr 
/usr/users/aleem/OTHERS_CODE/lyx/devel/lyx_cxx_repository -O2 -MD -c 
insettabular.C -o insettabular.ocxx: Warning: insettabular.h, line 148: "void
          InsetTabular::GetCursorPos(BufferView *, unsigned long &, unsigned
          long &) const" does not match "UpdatableInset::GetCursorPos" --
          virtual function override intended?
    void GetCursorPos(BufferView *, unsigned long & x,
---------^
cxx: Warning: insettabular.C, line 826: unrecognized preprocessing directive
#warning Jürgen, have a look. Is this correct? (Lgb)
-^
cxx: Error: insettabular.C, line 1252: a value of type
          "LyXTabular::VAlignment" cannot be assigned to an entity of type
          "LyXAlignment"
          setAlign=LyXTabular::LYX_VALIGN_TOP;
------------------^
cxx: Error: insettabular.C, line 1256: a value of type
          "LyXTabular::VAlignment" cannot be assigned to an entity of type
          "LyXAlignment"
          setAlign=LyXTabular::LYX_VALIGN_BOTTOM;
------------------^
cxx: Error: insettabular.C, line 1260: a value of type
          "LyXTabular::VAlignment" cannot be assigned to an entity of type
          "LyXAlignment"
          setAlign=LyXTabular::LYX_VALIGN_CENTER;
------------------^
cxx: Info: 3 errors detected in the compilation of "insettabular.C".
make: *** [insettabular.lo] Error 1                                           
  

Reply via email to