---------- Forwarded message ---------- Date: Sat, 15 Dec 2001 18:13:15 -0500 From: Charlie Romero <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED], Charlie Romero <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: php 4.1 can't compile Anyone seeing the same errors I'm seeing? I can't get mnogosearch to compile w/ php 4.1. I'm using mnogosearch 3.2.3. MnoGoSearch compiled fine w/out any errors. Below are the errors from the php make. Any hints??? Charlie make[3]: Entering directory `/usr/local/src/php-4.1.0/ext/mnogosearch' /bin/sh /usr/local/src/php-4.1.0/libtool --silent --mode=compile gcc -I. -I/usr/local/src/php-4.1.0/ext/mnogosearch -I/usr/local/src/php-4.1.0/main -I/usr/local/src/php-4.1.0 -I/usr/local/apache/include -I/usr/local/src/php-4.1.0/Zend -I/usr/local/mnogosearch/include -I/usr/local/mysql/include -I/usr/local/src/php-4.1.0/ext/xml/expat -DLINUX=22 -DUSE_HSREGEX -I/usr/local/src/php-4.1.0/TSRM -g -O2 -prefer-pic -c php_mnogo.c php_mnogo.c: In function `zm_startup_mnogosearch': php_mnogo.c:261: `UDM_CACHE_ENABLED' undeclared (first use in this function) php_mnogo.c:261: (Each undeclared identifier is reported only once php_mnogo.c:261: for each function it appears in.) php_mnogo.c:262: `UDM_CACHE_DISABLED' undeclared (first use in this function) php_mnogo.c:296: `UDM_MATCH_WORD' undeclared (first use in this function) php_mnogo.c: In function `zif_udm_set_agent_param': php_mnogo.c:457: `UDM_MATCH_WORD' undeclared (first use in this function) php_mnogo.c:459: warning: unreachable code at beginning of switch statement php_mnogo.c:483: `UDM_CACHE_ENABLED' undeclared (first use in this function) php_mnogo.c:484: structure has no member named `cache_mode' php_mnogo.c:487: `UDM_CACHE_DISABLED' undeclared (first use in this function) php_mnogo.c:488: structure has no member named `cache_mode' php_mnogo.c:485: warning: unreachable code at beginning of switch statement php_mnogo.c:492: structure has no member named `cache_mode' php_mnogo.c:503: structure has no member named `track_mode' php_mnogo.c:503: `UDM_TRACK_QUERIES' undeclared (first use in this function) php_mnogo.c:507: structure has no member named `track_mode' php_mnogo.c:521: structure has no member named `use_phrases' php_mnogo.c:525: structure has no member named `use_phrases' php_mnogo.c:539: structure has no member named `ispell_mode' php_mnogo.c:543: structure has no member named `ispell_mode' php_mnogo.c:555: warning: assignment makes pointer from integer without a cast php_mnogo.c:556: structure has no member named `charset' php_mnogo.c:561: structure has no member named `stop_tables' php_mnogo.c:562: structure has no member named `stop_tables' php_mnogo.c:575: structure has no member named `weight_factor' php_mnogo.c: In function `zif_udm_load_ispell_data': php_mnogo.c:663: structure has no member named `ispell_mode' php_mnogo.c:665: structure has no member named `charset' php_mnogo.c:673: structure has no member named `ispell_mode' php_mnogo.c:676: structure has no member named `ispell_mode' php_mnogo.c:679: too many arguments to function `UdmImportAffixes' php_mnogo.c:687: structure has no member named `ispell_mode' php_mnogo.c:690: structure has no member named `ispell_mode' php_mnogo.c:693: warning: passing arg 4 of `UdmImportDictionary' makes pointer from integer without a cast php_mnogo.c:693: warning: passing arg 5 of `UdmImportDictionary' makes integer from pointer without a cast php_mnogo.c:693: too few arguments to function `UdmImportDictionary' php_mnogo.c:703: structure has no member named `ispell_mode' php_mnogo.c:704: structure has no member named `ispell_mode' php_mnogo.c:706: structure has no member named `spellhost' php_mnogo.c: In function `zif_udm_find': php_mnogo.c:879: structure has no member named `charset' php_mnogo.c:879: warning: passing arg 2 of `UdmFind' makes pointer from integer without a cast php_mnogo.c: In function `zif_udm_cat_list': php_mnogo.c:1164: `UDMSTRSIZ' undeclared (first use in this function) php_mnogo.c: In function `zif_udm_cat_path': php_mnogo.c:1213: `UDMSTRSIZ' undeclared (first use in this function) make[3]: *** [php_mnogo.lo] Error 1 make[3]: Leaving directory `/usr/local/src/php-4.1.0/ext/mnogosearch' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/php-4.1.0/ext/mnogosearch' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/php-4.1.0/ext' make: *** [all-recursive] Error 1 ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED] -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]