ID: 10122
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: Compile Failure
Description: Structure has no member errors


Compile time warning on php.  Configuration options:

--------
./configure --prefix=/usr --with-config-file-path=/usr/local/lib 
--with-apache=../apache_1.3.19 --with-mysql=/usr/local/mysql 
--with-pgsql=/usr/local/pgsql --with-gd --with-jpeg-dir --with-openssl=/usr/local/ssl 
--with-mm --with-zlib --with-bz2 --enable-track-vars --enable-magic-quotes 
--enable-trans-sid --enable-sockets --enable-ftp --enable-bcmath --enable-calendar 
--enable-url-includes

------

Last part of compile-time messages:

---------
gmake[3]: Leaving directory `/usr/local/src/Apache_New/php-4.0.4pl1/ext/session'
gmake[2]: Leaving directory `/usr/local/src/Apache_New/php-4.0.4pl1/ext/session'
Making all in sockets
gmake[2]: Entering directory `/usr/local/src/Apache_New/php-4.0.4pl1/ext/sockets'
gmake[3]: Entering directory `/usr/local/src/Apache_New/php-4.0.4pl1/ext/sockets'
gcc  -I. -I/usr/local/src/Apache_New/php-4.0.4pl1/ext/sockets 
-I/usr/local/src/Apache_New/php-4.0.4pl1/main -I/usr/local/src/Apache_New/php-4.0.4pl1 
-I/usr/local/src/Apache_New/apache_1.3.19/src/include 
-I/usr/local/src/Apache_New/apache_1.3.19/src/os/unix 
-I/usr/local/src/Apache_New/php-4.0.4pl1/Zend -I/usr/local/ssl/include 
-I/usr/local/include/freetype -I/usr/local/mysql/include/mysql -I/usr/local/include 
-I/usr/local/src/Apache_New/php-4.0.4pl1/ext/xml/expat/xmltok 
-I/usr/local/src/Apache_New/php-4.0.4pl1/ext/xml/expat/xmlparse 
-I/usr/local/src/Apache_New/php-4.0.4pl1/TSRM  -D_POSIX_PTHREAD_SEMANTICS 
-DXML_BYTE_ORDER=21 -g -O2  -c sockets.c && touch sockets.lo
sockets.c: In function `php_if_recvmsg':
sockets.c:1728: structure has no member named `msg_control'
sockets.c:1729: structure has no member named `msg_controllen'
sockets.c:1731: structure has no member named `msg_control'
sockets.c:1732: structure has no member named `msg_controllen'
sockets.c:1735: structure has no member named `msg_flags'
sockets.c:1741: structure has no member named `msg_control'
sockets.c:1750: warning: passing arg 3 of `add_assoc_string' makes pointer from 
integer without a cast
sockets.c:1754: structure has no member named `msg_controllen'
sockets.c:1755: structure has no member named `msg_flags'
sockets.c:1787: structure has no member named `msg_control'
sockets.c:1788: structure has no member named `msg_controllen'
sockets.c:1790: structure has no member named `msg_control'
sockets.c:1791: structure has no member named `msg_controllen'
sockets.c:1794: structure has no member named `msg_flags'
sockets.c:1800: structure has no member named `msg_control'
sockets.c:1810: warning: passing arg 3 of `add_assoc_string' makes pointer from 
integer without a cast
sockets.c:1812: structure has no member named `msg_controllen'
sockets.c:1814: structure has no member named `msg_flags'
gmake[3]: *** [sockets.lo] Error 1
gmake[3]: Leaving directory `/usr/local/src/Apache_New/php-4.0.4pl1/ext/sockets'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/local/src/Apache_New/php-4.0.4pl1/ext/sockets'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/local/src/Apache_New/php-4.0.4pl1/ext'
gmake: *** [all-recursive] Error 1    

-------------


Previous Comments:
---------------------------------------------------------------------------

[2001-04-02 16:32:08] [EMAIL PROTECTED]
Could you please elaborate a bit what you mean exactly?

---------------------------------------------------------------------------

[2001-04-02 16:30:32] [EMAIL PROTECTED]


---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=10122


-- 
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]

Reply via email to