Показать сообщение отдельно
Старый 17.03.2010, 16:35   #13
Hoper
Гость
 
Сообщений: n/a
По умолчанию

ставилю на FreeBSD-8.0
при make ругнулось так:
PHP код:
...
Making all in tbb
"../../../dep/tbb/build/common.inc"line 27Need an operator
"../../../dep/tbb/build/common.inc"line 28Missing dependency operator
"../../../dep/tbb/build/common.inc"line 29Need an operator
"../../../dep/tbb/build/common.inc"line 30Need an operator
"../../../dep/tbb/build/common.inc"line 32Missing dependency operator
"../../../dep/tbb/build/common.inc"line 33Missing dependency operator
"../../../dep/tbb/build/common.inc"line 34Need an operator
"../../../dep/tbb/build/common.inc"line 35Need an operator
"../../../dep/tbb/build/common.inc"line 36Missing dependency operator
"../../../dep/tbb/build/common.inc"line 37Need an operator
"../../../dep/tbb/build/common.inc"line 38Need an operator
"../../../dep/tbb/build/common.inc"line 39Missing dependency operator
"../../../dep/tbb/build/common.inc"line 40Need an operator
"../../../dep/tbb/build/common.inc"line 41Need an operator
"../../../dep/tbb/build/common.inc"line 42Need an operator
"../../../dep/tbb/build/common.inc"line 43Need an operator
"../../../dep/tbb/build/common.inc"line 44Need an operator
Error expanding embedded variable
.
*** 
Error code 1

Stop in 
/usr/home/mangos/comp/obj/dep.
*** 
Error code 1

Stop in 
/usr/home/mangos/comp/obj.
*** 
Error code 1

Stop in 
/usr/home/mangos/comp/obj
смотрю "../../../dep/tbb/build/common.inc >>
там вот такие строчки:
PHP код:
...
ifndef tbb_os
 ifeq 
($(OS), Windows_NT)
  
export tbb_os=windows
 
else
  
OS:=$(shell uname)
  
ifeq ($(OS),)
   $(
error "$(OS) is not supported")
  else
   
export tbb_os=$(OS)
   
ifeq ($(OS), Linux)
    
export tbb_os=linux
   
endif
   
ifeq ($(OS), Darwin)
    
export tbb_os=macos
   
endif
  endif 
# OS successfully detected
 
endif # !Windows
endif # !tbb_os
... 
нет FreeBSD
Как тут быть?

Последний раз редактировалось Hoper; 17.03.2010 в 17:00.
  Ответить с цитированием