On Oct 4, 2006, at 5:35 AM, Abdelrazak Younes wrote:
Bennett Helm wrote:
QLMenubar.C: In member function 'void
lyx::frontend::QLMenubar::macxMenuBarInit()':
QLMenubar.C:165: error: no matching function for call to
'MenuBackend::specialMenu(const char [4])'
../../../src/MenuBackend.h:217: note: candidates are: void
MenuBackend::specialMenu(const lyx::docstring&)
This should be fixed now.
Yes. But now there's one more:
g++-4 -DHAVE_CONFIG_H -I. -I. -I../../../src -DQT_CLEAN_NAMESPACE -
DQT_GENUINE_STR -DQT_NO_STL -DQT_NO_KEYWORDS -I../../../src -
I../../../src/frontends -I../../../images -I/Users/bennett/lyx/
gcc-4.0/qt-mac-opensource-src-4.1.4-universal/include -I/Users/
bennett/lyx/gcc-4.0/qt-mac-opensource-src-4.1.4-universal/include/
QtGui -I/Users/bennett/lyx/gcc-4.0/qt-mac-opensource-src-4.1.4-
universal/include/QtCore -I../../../boost -I../../../src/frontends/
controllers -I/Users/bennett/lyx/gcc-4.0/qt-mac-opensource-src-4.1.4-
universal/include/QtCore -I/Users/bennett/lyx/gcc-4.0/qt-mac-
opensource-src-4.1.4-universal/include/QtGui -g -Os -MT
QPrefsDialog.lo -MD -MP -MF .deps/QPrefsDialog.Tpo -c QPrefsDialog.C -
o QPrefsDialog.o
QPrefsDialog.C:620:2: warning: #warning FIXME!! The graphics cache no
longer has a changeDisplay method.
../../../src/frontends/controllers/BCView.h:47: error: expected
unqualified-id before '=' token
../../../src/frontends/Alert.h:18: error: 'namespace Alert { }'
redeclared as different kind of symbol
/System/Library/Frameworks/Carbon.framework/Frameworks/
HIToolbox.framework/Headers/Dialogs.h:799: error: previous
declaration of 'DialogItemIndex Alert(SInt16, Boolean (*)
(OpaqueDialogPtr*, EventRecord*, DialogItemIndex*))'
QPrefsDialog.C: In member function 'void
lyx::frontend::PrefFileformats::remove_format()':
QPrefsDialog.C:1508: error: 'Alert' is not a class or namespace
QPrefsDialog.C:1508: error: invalid type in declaration before '(' token
QPrefsDialog.C:1510: error: initializer expression list treated as
compound expression
QPrefsDialog.C:1510: error: cannot convert 'const lyx::docstring' to
'int' in initialization
Bennett