|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-05-03 18:59 UTC] omer at insan dot net
[2004-05-03 20:23 UTC] wez@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 12 16:00:01 2025 UTC |
Description: ------------ on php 4.3.4 with bcmath bz2, calendar, ctype, curl, dba, dbx, dio, exif, ftp, gd, gettext, gmp, iconv, imap, mbstring, mysql, ncurses, openssl, overload, pcre, posix, pspell, session,shmop, sockets, standard, sysvsem, sysvshm, tokenizer, wddx, xml, yp,zlib during pear install mailparse after successfull download and checks during make i get In file included from /tmp/tmpkXzKgs/mailparse-2.0b/mailparse.c:27: /tmp/tmpkXzKgs/mailparse-2.0b/php_mailparse.h:86:49: ext/mbstring/libmbfl/mbfl/mbfilter.h: No such file or directory In file included from /tmp/tmpkXzKgs/mailparse-2.0b/php_mailparse.h:95, from /tmp/tmpkXzKgs/mailparse-2.0b/mailparse.c:27: /tmp/tmpkXzKgs/mailparse-2.0b/php_mailparse_mime.h:68: error: syntax error before "mbfl_convert_filter" /tmp/tmpkXzKgs/mailparse-2.0b/php_mailparse_mime.h:68: warning: no semicolon at end of struct or union /tmp/tmpkXzKgs/mailparse-2.0b/php_mailparse_mime.h:82: error: syntax error before '}' token /tmp/tmpkXzKgs/mailparse-2.0b/mailparse.c: In function `mimepart_dtor': /tmp/tmpkXzKgs/mailparse-2.0b/mailparse.c:120: error: dereferencing pointer to incomplete type /tmp/tmpkXzKgs/mailparse-2.0b/mailparse.c:120: error: dereferencing pointer to incomplete type /tmp/tmpkXzKgs/mailparse-2.0b/mailparse.c:121: error: dereferencing pointer to incomplete type /tmp/tmpkXzKgs/mailparse-2.0b/mailparse.c: In function `mailparse_mimemessage_export': /tmp/tmpkXzKgs/mailparse-2.0b/mailparse.c:209: error: dereferencing pointer to incomplete type and continue in similiar manner to /tmp/tmpkXzKgs/mailparse-2.0b/mailparse.c:1523: error: dereferencing pointer to incomplete type make: *** [mailparse.lo] Error 1 `make' failed and exits. Reproduce code: --------------- pear install mailparse executed as root. Expected result: ---------------- im not sur what the successful exit is because i havent seen it yet ;) Actual result: -------------- more details in description section; make: *** [mailparse.lo] Error 1 `make' failed i do see a /usr/share/pear/doc/mailparse created without any content.