With 1.6, I get the following compile failure.
/bin/sh ../../../libtool --tag=CXX --mode=compile g++ -
DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../boost -
Wextra -Wall -I/System/Library/Frameworks/CoreFoundation.framework/
Headers -g -Os -MT ControlEmbeddedFiles.lo -MD -MP -MF .deps/
ControlEmbeddedFiles.Tpo -c -o ControlEmbeddedFiles.lo
ControlEmbeddedFiles.cpp
g++ -DHAVE_CONFIG_H -I. -I../../../src -I../../../src -I../../../
boost -Wextra -Wall -I/System/Library/Frameworks/
CoreFoundation.framework/Headers -g -Os -MT ControlEmbeddedFiles.lo -
MD -MP -MF .deps/ControlEmbeddedFiles.Tpo -c ControlEmbeddedFiles.cpp
-o ControlEmbeddedFiles.o
ControlEmbeddedFiles.cpp: In member function 'void
lyx::frontend::ControlEmbeddedFiles::updateEmbeddedFiles()':
ControlEmbeddedFiles.cpp:58: error: 'class lyx::Buffer' has no member
named 'embeddingChanged'
make[6]: *** [ControlEmbeddedFiles.lo] Error 1
Any suggestions?
Bennett