|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Yet another error at compiling V2.1.4
From: Andre Loss (loss
tamara.homelinux.com)
Date: Thu Sep 02 2004 - 08:25:53 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
At compiling of postfix V2.1.4 I get the folowing output witch is ending
with an error-message:
----------------------------
server:~/inst/postfix-2.1.4 # make
set -e; for i in src/util src/global src/dns src/master src/postfix
src/smtpstone src/sendmail src/error src/pickup src/cleanup src/smtpd
src/local src/lmtp src/trivial-rewrite src/qmgr src/oqmgr src/smtp
src/bounce src/pipe src/showq src/postalias src/postcat src/postconf
src/postdrop src/postkick src/postlock src/postlog src/postmap
src/postqueue src/postsuper src/qmqpd src/spawn src/flush src/verify
src/virtual src/proxymap; do \
(set -e; echo "[$i]"; cd $i; make 'CC=gcc -Wmissing-prototypes
-Wformat -DHAS_PCRE ' update MAKELEVEL=) || exit 1; \
done
[src/util]
gcc -Wmissing-prototypes -Wformat -DHAS_PCRE -g -O -I. -DLINUX2 -c
dict_pcre.c
dict_pcre.c:56:18: pcre.h: No such file or directory
dict_pcre.c:80: error: parse error before "pcre"
dict_pcre.c:80: warning: no semicolon at end of struct or union
dict_pcre.c:81: warning: data definition has no type or storage class
dict_pcre.c:82: error: parse error before '}' token
dict_pcre.c:82: warning: data definition has no type or storage class
dict_pcre.c:96: error: parse error before "pcre"
dict_pcre.c:96: warning: no semicolon at end of struct or union
dict_pcre.c:97: warning: data definition has no type or storage class
dict_pcre.c:100: error: parse error before '}' token
dict_pcre.c:100: warning: data definition has no type or storage class
dict_pcre.c:104: error: parse error before "pcre"
dict_pcre.c:104: warning: no semicolon at end of struct or union
dict_pcre.c:105: warning: data definition has no type or storage class
dict_pcre.c:107: error: parse error before '}' token
dict_pcre.c:107: warning: data definition has no type or storage class
dict_pcre.c: In function `dict_pcre_expand':
dict_pcre.c:173: error: `PCRE_ERROR_NOSUBSTRING' undeclared (first use
in this function)
dict_pcre.c:173: error: (Each undeclared identifier is reported only once
dict_pcre.c:173: error: for each function it appears in.)
dict_pcre.c: In function `dict_pcre_exec_error':
dict_pcre.c:207: error: `PCRE_ERROR_NULL' undeclared (first use in this
function)
dict_pcre.c:208: error: `PCRE_ERROR_BADOPTION' undeclared (first use in
this function)
dict_pcre.c:211: error: `PCRE_ERROR_BADMAGIC' undeclared (first use in
this function)
dict_pcre.c:212: error: `PCRE_ERROR_UNKNOWN_NODE' undeclared (first use
in this function)
dict_pcre.c: In function `dict_pcre_lookup':
dict_pcre.c:227: error: `if_rule' undeclared (first use in this function)
dict_pcre.c:228: error: `match_rule' undeclared (first use in this function)
dict_pcre.c:253: error: parse error before ')' token
dict_pcre.c:262: error: `PCRE_ERROR_NOMATCH' undeclared (first use in
this function)
dict_pcre.c:301: error: parse error before ')' token
dict_pcre.c: In function `dict_pcre_close':
dict_pcre.c:342: error: `match_rule' undeclared (first use in this function)
dict_pcre.c:343: error: `if_rule' undeclared (first use in this function)
dict_pcre.c:349: error: parse error before ')' token
dict_pcre.c:358: error: parse error before ')' token
dict_pcre.c: In function `dict_pcre_get_pattern':
dict_pcre.c:427: error: `PCRE_CASELESS' undeclared (first use in this
function)
dict_pcre.c:427: error: `PCRE_DOTALL' undeclared (first use in this
function)
dict_pcre.c:434: error: `PCRE_MULTILINE' undeclared (first use in this
function)
dict_pcre.c:440: error: `PCRE_EXTENDED' undeclared (first use in this
function)
dict_pcre.c:443: error: `PCRE_ANCHORED' undeclared (first use in this
function)
dict_pcre.c:446: error: `PCRE_DOLLAR_ENDONLY' undeclared (first use in
this function)
dict_pcre.c:449: error: `PCRE_UNGREEDY' undeclared (first use in this
function)
dict_pcre.c:452: error: `PCRE_EXTRA' undeclared (first use in this function)
dict_pcre.c: At top level:
dict_pcre.c:500: error: parse error before "DICT_PCRE_ENGINE"
dict_pcre.c: In function `dict_pcre_compile':
dict_pcre.c:505: error: `engine' undeclared (first use in this function)
dict_pcre.c:505: error: `pattern' undeclared (first use in this function)
dict_pcre.c:509: error: `mapname' undeclared (first use in this function)
dict_pcre.c:509: error: `lineno' undeclared (first use in this function)
dict_pcre.c: In function `dict_pcre_parse_rule':
dict_pcre.c:554: error: parse error before "engine"
dict_pcre.c:556: error: `match_rule' undeclared (first use in this function)
dict_pcre.c:600: error: `engine' undeclared (first use in this function)
dict_pcre.c:606: error: parse error before ')' token
dict_pcre.c:621: error: parse error before "engine"
dict_pcre.c:622: error: `if_rule' undeclared (first use in this function)
dict_pcre.c:652: error: parse error before ')' token
dict_pcre.c: In function `dict_pcre_open':
dict_pcre.c:728: error: `pcre_malloc' undeclared (first use in this
function)
dict_pcre.c:729: error: `pcre_free' undeclared (first use in this function)
make: *** [dict_pcre.o] Error 1
make: *** [update] Error 1
server:~/inst/postfix-2.1.4 #
-----------------------------------------
What's wrong??? My system is SuSE 9.0 on a Pentium 233 MHz 128 MB.
Vossi
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]