Re: Problem on Ubuntu x86_64

2009-11-10 Thread Stefano Franchi
On 11/09/09, 刘霄 asranzalas...@gmail.com wrote:
I've got the following problem on Ubuntu 9.10 x86_64 :
-


Looks like the same problem I had last week (in my case, Kubuntu 9.10 X86_64). 
The solution is to install the boost-dev library and configure with --without-
internal-boost

Stefano




__
Stefano Franchi
Department of Philosophy  Ph:  (979) 862-2211
Texas AM University  Fax: (979) 845-0458
305B Bolton Hall  fran...@philosophy.tamu.edu
College Station, TX 77843-4237


Re: Problem on Ubuntu x86_64

2009-11-10 Thread Stefano Franchi
On 11/09/09, 刘霄 asranzalas...@gmail.com wrote:
I've got the following problem on Ubuntu 9.10 x86_64 :
-


Looks like the same problem I had last week (in my case, Kubuntu 9.10 X86_64). 
The solution is to install the boost-dev library and configure with --without-
internal-boost

Stefano




__
Stefano Franchi
Department of Philosophy  Ph:  (979) 862-2211
Texas AM University  Fax: (979) 845-0458
305B Bolton Hall  fran...@philosophy.tamu.edu
College Station, TX 77843-4237


Re: Problem on Ubuntu x86_64

2009-11-10 Thread Stefano Franchi
On 11/09/09, 刘霄 <asranzalas...@gmail.com> wrote:
>I've got the following problem on Ubuntu 9.10 x86_64 :
>-


Looks like the same problem I had last week (in my case, Kubuntu 9.10 X86_64). 
The solution is to install the boost-dev library and configure with --without-
internal-boost

Stefano




__
Stefano Franchi
Department of Philosophy  Ph:  (979) 862-2211
Texas A University  Fax: (979) 845-0458
305B Bolton Hall  fran...@philosophy.tamu.edu
College Station, TX 77843-4237


Problem on Ubuntu x86_64

2009-11-09 Thread 刘霄
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.


Re: Problem on Ubuntu x86_64

2009-11-09 Thread Pavel Sanda
?? wrote:
 Any ideas?

try external boost. and 1.6.1 is bit old...
pavel


Problem on Ubuntu x86_64

2009-11-09 Thread 刘霄
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.


Re: Problem on Ubuntu x86_64

2009-11-09 Thread Pavel Sanda
?? wrote:
 Any ideas?

try external boost. and 1.6.1 is bit old...
pavel


Problem on Ubuntu x86_64

2009-11-09 Thread 刘霄
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="" -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=" -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="" -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=" -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.


Re: Problem on Ubuntu x86_64

2009-11-09 Thread Pavel Sanda
?? wrote:
> Any ideas?

try external boost. and 1.6.1 is bit old...
pavel