Oh, bollocks! That'll be me messing up then. Wonder why all worked for me 
(before someone else screwed by the build preocess for me!)

Here's my problem. Jean-Marc: HELPPPP!

Angus


cxx -std strict_ansi -nocleanup -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ 
-I../../boost -I../../src/cheaders -I/usr/local/include -msg_display_number 
-msg_disable 11,193,236,261,401,611 -w0 -ptr 
/usr/users/aleem/OTHERS_CODE/lyx/devel/lyx_cxx_repository -O2 -MD -c lyxsum.C
cxx: Error: ../../boost/boost/crc.hpp, line 77: #445 constant "Bits" is not
          used in declaring the parameter types of function template
          "boost::crc"
template < std::size_t Bits, BOOST_CRC_PARM_TYPE TruncPoly,
-----------------------^
cxx: Error: ../../boost/boost/crc.hpp, line 77: #445 constant "TruncPoly" is
          not used in declaring the parameter types of function template
          "boost::crc"
template < std::size_t Bits, BOOST_CRC_PARM_TYPE TruncPoly,
-------------------------------------------------^
cxx: Error: ../../boost/boost/crc.hpp, line 78: #445 constant "InitRem" is not
          used in declaring the parameter types of function template
          "boost::crc"
           BOOST_CRC_PARM_TYPE InitRem, BOOST_CRC_PARM_TYPE FinalXor,
-------------------------------^
cxx: Error: ../../boost/boost/crc.hpp, line 78: #445 constant "FinalXor" is 
not           used in declaring the parameter types of function template
          "boost::crc"
           BOOST_CRC_PARM_TYPE InitRem, BOOST_CRC_PARM_TYPE FinalXor,


On Wednesday 06 June 2001 10:17, Edwin Leuven wrote:
> Dear All,
> 
> I am slowly putting my toes in the lyx-bath again, and am trying to compile 
> lyx using the qt2 frontend on my pristine redhat 7.1 installation 
> (gcc-c++-2.96-81) but...alas...it doesn't work for me. Can anyone give me a 
> clue? I am still a bit at a loss with the controller stuff...
> 
> Thanks, Ed.
> 
> g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -I../../../src/ 
> -I../../../src/frontends/ -I../../.. -I../../.. -I./qt2 
> -I/usr/lib/qt-2.3.0/include -I../../../boost 
> -I../../../src/frontends/controllers -isystem /usr/X11R6/include -g -O 
> -fno-exceptions -W -Wall -Wp,-MD,.deps/Dialogs.pp -c Dialogs.C
> In file included from ../../../src/Lsstream.h:20,
>                  from ../../../src/support/lstrings.h:22,
>                  from FormSearch.h:14,
>                  from Dialogs.C:39:
> /usr/include/g++-3/sstream: In method `int stringbuf::sync ()':
> /usr/include/g++-3/sstream:171: warning: comparison between signed and 
> unsigned integer expressions
> .../../../src/frontends/controllers/GUI.h: At top level:
> .../../../src/frontends/controllers/GUI.h: In instantiation of 
> `GUI<ControlCitation, FormCitation, NoRepeatedApplyReadOnlyPolicy, qt2BC>':
> Dialogs.C:66:   instantiated from `GUICitation<FormCitation, qt2BC>'
> Dialogs.C:66:   instantiated from here
> .../../../src/frontends/controllers/GUI.h:33: cannot declare field 
> `GUI<ControlCitation, FormCitation,
> NoRepeatedApplyReadOnlyPolicy, qt2BC>::bc_' to be of type
> `ButtonController<NoRepeatedApplyReadOnlyPolicy, qt2BC>'
> .../../../src/frontends/controllers/GUI.h:33:   since the following virtual 
> functions are abstract:
> .../../../src/frontends/controllers/ButtonControllerBase.h:66:   void
> ButtonControllerBase::refreshReadOnly ()
> .../../../src/frontends/controllers/GUI.h: In instantiation of 
> `GUI<ControlCopyright, FormCopyright, OkCancelPolicy, qt2BC>':
> Dialogs.C:67:   instantiated from `GUICopyright<FormCopyright, qt2BC>'
> Dialogs.C:67:   instantiated from here
> .../../../src/frontends/controllers/GUI.h:33: cannot declare field 
> `GUI<ControlCopyright, FormCopyright,
> OkCancelPolicy, qt2BC>::bc_' to be of type 
`ButtonController<OkCancelPolicy, 
> qt2BC>'
> .../../../src/frontends/controllers/GUI.h:33:   since the following virtual 
> functions are abstract:
> .../../../src/frontends/controllers/ButtonControllerBase.h:66:   void
> ButtonControllerBase::refreshReadOnly ()
> .../../../src/frontends/controllers/GUI.h: In instantiation of 
> `GUI<ControlCredits, FormCredits, OkCancelPolicy, qt2BC>':
> Dialogs.C:68:   instantiated from `GUICredits<FormCredits, qt2BC>'
> Dialogs.C:68:   instantiated from here
> .../../../src/frontends/controllers/GUI.h:33: cannot declare field 
> `GUI<ControlCredits, FormCredits,
> OkCancelPolicy, qt2BC>::bc_' to be of type 
`ButtonController<OkCancelPolicy, 
> qt2BC>'
> .../../../src/frontends/controllers/GUI.h:33:   since type 
> `ButtonController<OkCancelPolicy, qt2BC>' has
> abstract virtual functions
> make[4]: *** [Dialogs.lo] Error 1
> make[4]: Leaving directory `/tmp/lyx-devel/src/frontends/qt2'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/tmp/lyx-devel/src/frontends'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/tmp/lyx-devel/src'
> make[1]: *** [all-recursive-am] Error 2
> make[1]: Leaving directory `/tmp/lyx-devel/src'
> make: *** [all-recursive] Error 1

Reply via email to