URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID1
Нить номер: 41430
[ Назад ]

Исходное сообщение
"компиляция courier-imap-2.2.2 на openbsd 3.4"

Отправлено InG0d , 09-Мрт-04 17:04 
делаю ./configure, нормально все проходит
потом на make он мне ругается этим:
big5.c: In function `c2u_doconv':
big5.c:311: syntax error before `ucv'
big5.c:318: `ucv' undeclared (first use in this function)
big5.c:318: (Each undeclared identifier is reported only once
big5.c:318: for each function it appears in.)
*** Error code 1
Stop in /home/merlin/courier-imap-2.2.2.20040207/unicode.
*** Error code 1
Stop in /home/merlin/courier-imap-2.2.2.20040207/unicode (line 259 of Makefile).
*** Error code 1
Stop in /home/merlin/courier-imap-2.2.2.20040207 (line 526 of Makefile).

Как этот courier-imap скомпилить ???


Содержание

Сообщения в этом обсуждении
"компиляция courier-imap-2.2.2 на openbsd 3.4"
Отправлено LinaS , 09-Мрт-04 18:14 
>делаю ./configure, нормально все проходит
>потом на make он мне ругается этим:
>big5.c: In function `c2u_doconv':
>big5.c:311: syntax error before `ucv'
>big5.c:318: `ucv' undeclared (first use in this function)
>big5.c:318: (Each undeclared identifier is reported only once
>big5.c:318: for each function it appears in.)
>*** Error code 1
>Stop in /home/merlin/courier-imap-2.2.2.20040207/unicode.
>*** Error code 1
>Stop in /home/merlin/courier-imap-2.2.2.20040207/unicode (line 259 of Makefile).
>*** Error code 1
>Stop in /home/merlin/courier-imap-2.2.2.20040207 (line 526 of Makefile).
>
>Как этот courier-imap скомпилить ???

подозреваю, что ему надо gmake


"компиляция courier-imap-2.2.2 на openbsd 3.4"
Отправлено InG0d , 10-Мрт-04 09:15 
>подозреваю, что ему надо gmake

попробовал gmake, результат тот же :((