пытаюсь установить ipa, захожу в порты, делаю
make
получаю
"Makefile", line 42: Malformed conditional (!defined(WITHOUT_IP6FW) && ${OSVERSION} >= 420001)
"Makefile", line 44: if-less endif
"Makefile", line 44: Need an operator
"Makefile", line 48: Malformed conditional (!defined(WITHOUT_IP6FW) && !defined(WITH_IP6FW) && ${OSVERSION} >= 400000 && ${OSVERSION} < 420001)
"Makefile", line 52: if-less endif
"Makefile", line 52: Need an operator
"Makefile", line 53: Malformed conditional (!defined(IPFW2) && !defined(WITHOUT_IPFW) && ${OSVERSION} >= 460100 && ${OSVERSION} < 500038)
"Makefile", line 55: if-less endif
"Makefile", line 55: Need an operator
"Makefile", line 56: Malformed conditional (${OSVERSION} >= 500000 && !defined(WITH_PF))
"Makefile", line 58: if-less endif
"Makefile", line 58: Need an operator
make: fatal errors encountered -- cannot continue
что ему надо?
|