Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Mon, 27 Aug 2001 08:03:15 +0200 (MEST)
To: "Atur Shah" <atur@vigorsoft.com>
Cc: cygwin@cygwin.com
Cc: cygwin@cygwin.com
Subject: Re: Error while compiling PHP on Cygwin
MIME-Version: 1.0
References: <A681442A2D510047A9859B110A28D0BE022377@coal.vigorsoft.com>
Message-ID: <11044.998892195@www41.gmx.net>
From: "S. L." <s_i_lao@gmx.net>
X-Authenticated-Sender: #0006551723@gmx.net
X-Mailer: WWW-Mail 1.5 (Global Message Exchange)
X-Authenticated-IP: [194.102.244.61]
X-Flags: 0001
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit

> 
> Hi,
> 
> I am facing some errors on trying to installing PHP on fresh cygwin.
> 
> Error while trying to buildconf PHP on cygwin..

Why don't you just try to "./configure [options]" ?

> 
> cygwin$ cd /usr/src/php-4.0.6
> cygwin$ ./buildconf
> buildconf: checking installation...
> buildconf: autoconf version 2.13 (ok)
> buildconf: automake not found.
>            You need automake version 1.4 or newer installed
>            to build PHP from CVS.
> make: *** [buildmk.stamp] Error 1
> 
> Error while trying to make PHP on cygwin ..
> 
> Making all in standard
> make[2]: Entering directory `/usr/src/php-4.0.6/ext/standard'
> make[3]: Entering directory `/usr/src/php-4.0.6/ext/standard'
> gcc  -I. -I/usr/src/php-4.0.6/ext/standard -I/usr/src/php-4.0.6/main
> -I/usr/src/php-4.0.6 -I/usr/src/php-4.0.6/Zend -I/usr/src/php
> -4.0.6/ext/mysql/libmysql -I/usr/src/php-4.0.6/ext/xml/expat/xmltok
> -I/usr/src/php-4.0.6/ext/xml/expat/xmlparse -I/usr/src/php-4.0
> .6/TSRM  -DSUPPORT_UTF8 -DXML_BYTE_ORDER=12 -g -O2  -c datetime.c &&
> touch datetime.lo
> datetime.c: In function `php_mktime':
> datetime.c:186: wrong type argument to unary minus
> datetime.c: In function `php_date':
> datetime.c:436: invalid operands to binary /
> datetime.c:436: invalid operands to binary %
> datetime.c:444: wrong type argument to unary minus
> datetime.c:444: wrong type argument to unary minus
> datetime.c:497: invalid operands to binary /
> datetime.c:498: invalid operands to binary %

[186]The minus deleting solves the problem.
[4xx]In these lines you should cast to int the result for the operations.

> make[3]: *** [datetime.lo] Error 1
> make[3]: Leaving directory `/usr/src/php-4.0.6/ext/standard'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/src/php-4.0.6/ext/standard'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/src/php-4.0.6/ext'
> make: *** [all-recursive] Error 1
> 
> 
> Any idea / solution of the above errors ?
> Have anyone faced such errors and fixed ??
> 
> Comment Please.....
> 
> Thanks.
> 
> Regards,
> 
> Atur Shah
> Vigorsoft Pvt. Ltd.,
> India
> __________________________________________________________________
> Nothing is Impossible if you believe it is possible and if you believe
> you can do it.....
> 
> 
> --
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> Bug reporting:         http://cygwin.com/bugs.html
> Documentation:         http://cygwin.com/docs.html
> FAQ:                   http://cygwin.com/faq/
> 


SLao

-- 
Sent through GMX FreeMail - http://www.gmx.net

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

