当前位置: 技术问答>linux和unix
Cygwin 下安装 ZThread碰到的问题,高分求救!
来源: 互联网 发布时间:2015-10-19
本文导语: 本人在安装ZThread过程中make老是不成功,在网上用中文用英文用百度用google搜了大半天,都没有找到解决的办法,头大得不行了! 问题描述: 环境: cygwin , GCC-3.4 错误: ---------------------------...
本人在安装ZThread过程中make老是不成功,在网上用中文用英文用百度用google搜了大半天,都没有找到解决的办法,头大得不行了!
问题描述:
环境:
cygwin , GCC-3.4
错误:
-----------------------------------------------------------------------------------------
in file include from vanilla/SimpleAtomicCount.cxx:26,
from AtomicCount.cxx:55:
../include/zthread/Guard.h: In destructor 'ZThread::Guard::
~Guard()':
../include/zthread/Guard.h:494:error:there are no arguments to 'isDisabled'
that depend on a template parameter,so a declaration of'isDisable'must be
awalable
../include/athread/Guard.h:494:error:
make[3]:***[AtomicCount.lo]Error 1
make[3]:Leaving directory '/home/fighter/ZThread-2.3.2/src'
make[2]:[all-recursive]Error 1
make[2]: leaving direcotry '/home/fighter/zThread-2.3.2/src'
make[1]: Leaving derctory 'home/fighter/ZThread-2.3.2/src'
make:***[all-recursive]Error 1
----------------------------------------------------------------------------------------
问题描述:
环境:
cygwin , GCC-3.4
错误:
-----------------------------------------------------------------------------------------
in file include from vanilla/SimpleAtomicCount.cxx:26,
from AtomicCount.cxx:55:
../include/zthread/Guard.h: In destructor 'ZThread::Guard::
~Guard()':
../include/zthread/Guard.h:494:error:there are no arguments to 'isDisabled'
that depend on a template parameter,so a declaration of'isDisable'must be
awalable
../include/athread/Guard.h:494:error:
make[3]:***[AtomicCount.lo]Error 1
make[3]:Leaving directory '/home/fighter/ZThread-2.3.2/src'
make[2]:[all-recursive]Error 1
make[2]: leaving direcotry '/home/fighter/zThread-2.3.2/src'
make[1]: Leaving derctory 'home/fighter/ZThread-2.3.2/src'
make:***[all-recursive]Error 1
----------------------------------------------------------------------------------------
|
up