Hi,
I am building lyx/svn with gcc 4.1.1, qt 4.2.2 and boot 1.33.1 on an
updated Fedora 5 system. I get the following error:
$ g++ -o debug/common/support/filetools.o -c -I/usr/include -g -O
-Idebug/common -Isrc -Isrc -I/home/bpeng/lyx-devel/qt4/include
-I/home/bpeng/lyx-devel/qt4/include/QtCore src/support/filetools.C
src/support/filetools.C: In function 'bool
lyx::support::destroyDir(const lyx::support::FileName&)':
src/support/filetools.C:395: error: expected type-specifier
src/support/filetools.C:395: error: expected unqualified-id before 'const'
src/support/filetools.C:395: error: expected `)' before 'const'
src/support/filetools.C:395: error: expected `{' before 'const'
src/support/filetools.C:395: error: expected initializer before ')' token
It does not look like a scons problem, rather an outdated boost. Is it
true that lyx now only works with boost 1.34?
Bo