473,499 Members | 1,533 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

compiling php4 or 5 on macosx 10.4

i am getting lots of errors such as:"...differs in signedness"
what is it from?
/Users/terryrichards/tmp/php-4.3.11/ext/zlib/zlib.c: In function
'zif_gzcompress':
/Users/terryrichards/tmp/php-4.3.11/ext/zlib/zlib.c:440: warning:
pointer targets in passing argument 1 of 'compress2' differ in signedness
....
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c: In function
'ps_srlzr_decode_php_binary':
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c:415: warning:
pointer targets in passing argument 3 of 'php_var_unserialize' differ in
signedness
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c: In function
'ps_srlzr_decode_php':
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c:495: warning:
pointer targets in passing argument 3 of 'php_var_unserialize' differ in
signedness
....
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c: In function
'ps_srlzr_decode_php_binary':
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c:415: warning:
pointer targets in passing argument 3 of 'php_var_unserialize' differ in
signedness
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c: In function
'ps_srlzr_decode_php':
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c:495: warning:
pointer targets in passing argument 3 of 'php_var_unserialize' differ in
signedness
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c: In function
'php_session_create_id':
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c:574: warning:
pointer targets in passing argument 2 of 'PHP_MD5Update' differ in
signedness
....
In file included from
/Users/terryrichards/tmp/php-4.3.11/regex/regcomp.c:14:
/Users/terryrichards/tmp/php-4.3.11/regex/cclass.h:7: warning: pointer
targets in initialization differ in signedness
/Users/terryrichards/tmp/php-4.3.11/regex/cclass.h:7: warning: pointer
targets in initialization differ in signedness
/Users/terryrichards/tmp/php-4.3.11/regex/cclass.h:7: warning: pointer
targets in initialization differ in signedness

:-)^2
Jul 17 '05 #1
2 1769
In article <NR*****************@bignews3.bellsouth.net>,
Terry Richards <sn******@bellsouth.net> wrote:
i am getting lots of errors such as:"...differs in signedness"
what is it from?
/Users/terryrichards/tmp/php-4.3.11/ext/zlib/zlib.c: In function
'zif_gzcompress':
/Users/terryrichards/tmp/php-4.3.11/ext/zlib/zlib.c:440: warning:
pointer targets in passing argument 1 of 'compress2' differ in signedness
...
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c: In function
'ps_srlzr_decode_php_binary':
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c:415: warning:
pointer targets in passing argument 3 of 'php_var_unserialize' differ in
signedness
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c: In function
'ps_srlzr_decode_php':
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c:495: warning:
pointer targets in passing argument 3 of 'php_var_unserialize' differ in
signedness
...
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c: In function
'ps_srlzr_decode_php_binary':
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c:415: warning:
pointer targets in passing argument 3 of 'php_var_unserialize' differ in
signedness
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c: In function
'ps_srlzr_decode_php':
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c:495: warning:
pointer targets in passing argument 3 of 'php_var_unserialize' differ in
signedness
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c: In function
'php_session_create_id':
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c:574: warning:
pointer targets in passing argument 2 of 'PHP_MD5Update' differ in
signedness
...
In file included from
/Users/terryrichards/tmp/php-4.3.11/regex/regcomp.c:14:
/Users/terryrichards/tmp/php-4.3.11/regex/cclass.h:7: warning: pointer
targets in initialization differ in signedness
/Users/terryrichards/tmp/php-4.3.11/regex/cclass.h:7: warning: pointer
targets in initialization differ in signedness
/Users/terryrichards/tmp/php-4.3.11/regex/cclass.h:7: warning: pointer
targets in initialization differ in signedness

:-)^2


Install fink. It will ensure all the dependencies are taken care of.
Or install one of the binary packages. It's much easier than spending a
week getting all the libraries compiled.

--
DeeDee, don't press that button! DeeDee! NO! Dee...

Jul 17 '05 #2
Michael Vilain wrote:
In article <NR*****************@bignews3.bellsouth.net>,
Terry Richards <sn******@bellsouth.net> wrote:

i am getting lots of errors such as:"...differs in signedness"
what is it from?
/Users/terryrichards/tmp/php-4.3.11/ext/zlib/zlib.c: In function
'zif_gzcompress':
/Users/terryrichards/tmp/php-4.3.11/ext/zlib/zlib.c:440: warning:
pointer targets in passing argument 1 of 'compress2' differ in signedness
...
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c: In function
'ps_srlzr_decode_php_binary':
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c:415: warning:
pointer targets in passing argument 3 of 'php_var_unserialize' differ in
signedness
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c: In function
'ps_srlzr_decode_php':
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c:495: warning:
pointer targets in passing argument 3 of 'php_var_unserialize' differ in
signedness
...
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c: In function
'ps_srlzr_decode_php_binary':
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c:415: warning:
pointer targets in passing argument 3 of 'php_var_unserialize' differ in
signedness
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c: In function
'ps_srlzr_decode_php':
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c:495: warning:
pointer targets in passing argument 3 of 'php_var_unserialize' differ in
signedness
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c: In function
'php_session_create_id':
/Users/terryrichards/tmp/php-4.3.11/ext/session/session.c:574: warning:
pointer targets in passing argument 2 of 'PHP_MD5Update' differ in
signedness
...
In file included from
/Users/terryrichards/tmp/php-4.3.11/regex/regcomp.c:14:
/Users/terryrichards/tmp/php-4.3.11/regex/cclass.h:7: warning: pointer
targets in initialization differ in signedness
/Users/terryrichards/tmp/php-4.3.11/regex/cclass.h:7: warning: pointer
targets in initialization differ in signedness
/Users/terryrichards/tmp/php-4.3.11/regex/cclass.h:7: warning: pointer
targets in initialization differ in signedness

:-)^2

Install fink. It will ensure all the dependencies are taken care of.
Or install one of the binary packages. It's much easier than spending a
week getting all the libraries compiled.

/sw/bin/fink install php
Password:
Information about 4549 packages read in 7 seconds.
Failed: no package found for specification 'php'!
medusa:~ terryrichards$ /sw/bin/fink install php4-ssl
Information about 4549 packages read in 6 seconds.
Failed: no version info available for php4-ssl
medusa:~ terryrichards$ /sw/bin/fink install php4
Information about 4549 packages read in 6 seconds.
Failed: no package found for specification 'php4'!

:-)^2
Jul 17 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1473
by: Arnaud Delobelle | last post by:
Hi I have MacOS X 10.3 (not the server edition), which includes apache and php4. But php hasn't been compiled --with-gd, and I need it, so I downloaded the source (4.3.4) and configured it with...
6
6867
by: Andres Rosado-Sepulveda | last post by:
Hello, I'm having trouble compiling PHP 4.3.4 on Solaris 8. This is the error message it is showing: -- start -- Undefined first referenced symbol ...
5
2774
by: Tim Tyler | last post by:
I'm sure this is a FAQ - but I could not find a coherent statement of the answer: Some of my clients want PHP4. Other ones want PHP5. Can I run both PHP4 and PHP5 under the same instance of...
2
1922
by: Joe | last post by:
Is there a way to mount a network share from within Python on MacOSX? I imagine it would be the same as for Unix, but I don't know how to do it for Unix either. I have searched python.org and...
0
1208
by: Terry Richards | last post by:
does anybelly know why the following happens? i am using macosx 10.4 and ./configure --prefix=/usr/local/mysql --with-unix-socket-path=/usr/local/mysql/run/mysql_socket --with-mysqld-user=mysql...
2
2569
by: Stefan Huber | last post by:
Hi I've got a really strange problem, and can't find out why it's not working as intended. in order to use php4 and 5 together on a webserver and the requirement for running as different...
12
2279
by: Drazen Gemic | last post by:
How long will PHP4 be supported ? When is PHP4 end of life scheduled ? DG
8
2298
by: FFMG | last post by:
Hi, I am slowly moving my code to php5. But I would like to make it backward compatible in case something bad happens, (and to make sure I understand what the changes are). The way the...
9
3824
by: Randy.Galbraith | last post by:
I'm investigating the possible use of Mecurial SCM as a replacement for CVS. Mecurial is written in Python. I have a background in GNU/ Linux, Solaris, sparc and Perl. However AIX, powerpc and...
0
7007
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7171
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7220
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6893
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5468
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4918
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3090
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1427
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
295
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.