Abdelrazak Younes wrote:
Abdelrazak Younes a écrit :
Bennett Helm a écrit :
Dialogs.C:275: error: expected type-specifier before 'ControlRef'
Dialogs.C:275: error: expected `)' before 'ControlRef'
Dialogs.C:275: error: no matching function for call to
'lyx::frontend::Dialog::setController(int*)'
../../../src/frontends/controllers/Dialog.h:105: note: candidates
are: void
lyx::frontend::Dialog::setController(lyx::frontend::Dialog::Controller*)
make[2]: *** [Dialogs.lo] Error 1
I don't know yet about this one.
I don't understand this one because "ControlRef.h" is included at the
top of "Dialog.C". Please verify that you can open "ControlRef.h" and
that it is not empty. It could be also that CONTROLREF_H is defined
elsewhere. Please do a
grep -r 'CONTROLREF_H' src
A better test:
immediately before the 'include "ControlRef.h"', add the lines:
#ifdef CONTROLREF_H
#error Oops!
#endif
Angus