seanlook / sersync

Automatically exported from code.google.com/p/sersync
0 stars 0 forks source link

编译出错 #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
系统平台:Red Hat Enterprise Linux Server release 5.2 (Tikanga)
出错内容:

[root@kevin 10:49 sersync2]# make
make -f nbproject/Makefile-Debug.mk SUBPROJECTS= .build-conf
make[1]: Entering directory `/root/sersync2'
make  -f nbproject/Makefile-Debug.mk dist/Debug/GNU-Linux-x86/sersync2
make[2]: Entering directory `/root/sersync2'
mkdir -p build/Debug/GNU-Linux-x86
rm -f build/Debug/GNU-Linux-x86/QueueFilter.o.d
g++    -c -g -s -MMD -MP -MF build/Debug/GNU-Linux-x86/QueueFilter.o.d -o
build/Debug/GNU-Linux-x86/QueueFilter.o QueueFilter.cpp
In file included from QueueFilter.cpp:1:
QueueFilter.h:12:34: warning: boost/thread/locks.hpp: No such file or directory
QueueFilter.h:23: error: ‘condition_variable’ in namespace ‘boost’ does 
not
name a type
make[2]: *** [build/Debug/GNU-Linux-x86/QueueFilter.o] Error 1
make[2]: Leaving directory `/root/sersync2'
make[1]: *** [.build-conf] Error 2
make[1]: Leaving directory `/root/sersync2'
make: *** [.build-impl] Error 2

Original issue reported on code.google.com by sundy21cn@gmail.com on 16 Apr 2010 at 2:56

GoogleCodeExporter commented 9 years ago
请先使用download 
二进制版本,那个是完全静态编译的。对于编译,我以后单��
�写文章搞定

Original comment by zhouyang...@gmail.com on 16 Apr 2010 at 3:00

GoogleCodeExporter commented 9 years ago
我也是类似问题,解决方法是不使用yum里的版本(1.3.33),��
�为没有这个文件,用1.44.x就好。

Original comment by mr.code...@gmail.com on 3 Sep 2011 at 10:28