I've got the following problem on Ubuntu 9.10 x86_64 :
-------------------------
$ make
...
mv -f .deps/winstances.Tpo .deps/winstances.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I..
-DBOOST_USER_CONFIG="<config.h>" -I../boost -O2 -MT connection.lo -MD -MP
-MF .deps/connection.Tpo -c -o connection.lo `test -f
'libs/signals/src/connection.cpp' || echo
'./'`libs/signals/src/connection.cpp
g++ -DHAVE_CONFIG_H -I. -I.. "-DBOOST_USER_CONFIG=<config.h>" -I../boost -O2
-MT connection.lo -MD -MP -MF .deps/connection.Tpo -c
libs/signals/src/connection.cpp -o connection.o
mv -f .deps/connection.Tpo .deps/connection.Plo
/bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I..
-DBOOST_USER_CONFIG="<config.h>" -I../boost -O2 -MT named_slot_map.lo -MD
-MP -MF .deps/named_slot_map.Tpo -c -o named_slot_map.lo `test -f
'libs/signals/src/named_slot_map.cpp' || echo
'./'`libs/signals/src/named_slot_map.cpp
g++ -DHAVE_CONFIG_H -I. -I.. "-DBOOST_USER_CONFIG=<config.h>" -I../boost -O2
-MT named_slot_map.lo -MD -MP -MF .deps/named_slot_map.Tpo -c
libs/signals/src/named_slot_map.cpp -o named_slot_map.o
In file included from ./boost/mpl/apply.hpp:23,
from ./boost/iterator/iterator_facade.hpp:34,
from ./boost/signals/detail/named_slot_map.hpp:19,
from libs/signals/src/named_slot_map.cpp:12:
./boost/mpl/apply_wrap.hpp:81:31: error: missing binary operator before
token "("
./boost/mpl/apply_wrap.hpp:173:31: error: missing binary operator before
token "("
In file included from ./boost/mpl/bind.hpp:27,
from ./boost/mpl/lambda.hpp:18,
from ./boost/mpl/apply.hpp:25,
from ./boost/iterator/iterator_facade.hpp:34,
from ./boost/signals/detail/named_slot_map.hpp:19,
from libs/signals/src/named_slot_map.cpp:12:
./boost/mpl/apply_wrap.hpp:81:31: error: missing binary operator before
token "("
./boost/mpl/apply_wrap.hpp:173:31: error: missing binary operator before
token "("
In file included from ./boost/mpl/lambda.hpp:18,
from ./boost/mpl/apply.hpp:25,
from ./boost/iterator/iterator_facade.hpp:34,
from ./boost/signals/detail/named_slot_map.hpp:19,
from libs/signals/src/named_slot_map.cpp:12:
./boost/mpl/bind.hpp:364:31: error: missing binary operator before token "("
./boost/mpl/bind.hpp:531:31: error: missing binary operator before token "("
In file included from ./boost/mpl/lambda.hpp:22,
from ./boost/mpl/apply.hpp:25,
from ./boost/iterator/iterator_facade.hpp:34,
from ./boost/signals/detail/named_slot_map.hpp:19,
from libs/signals/src/named_slot_map.cpp:12:
./boost/mpl/aux_/full_lambda.hpp:230:31: error: missing binary operator
before token "("
In file included from ./boost/iterator/iterator_facade.hpp:34,
from ./boost/signals/detail/named_slot_map.hpp:19,
from libs/signals/src/named_slot_map.cpp:12:
./boost/mpl/apply.hpp:138:31: error: missing binary operator before token
"("
make[2]: *** [named_slot_map.lo] Error 1
make[2]: Leaving directory `/home/builder/work/lyx-1.6.1/boost'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/builder/work/lyx-1.6.1'
make: *** [all] Error 2
$
----------------------------
Any ideas?

Thank you.

Reply via email to