Re: [PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-06 Thread Derick Rethans
On Wed, 6 Apr 2005, Steph wrote:

 erm - when was the decision to no longer maintain the .dsp files made?

Nobody did, but why maintain something outdated? Feel free to fix them 
though...

Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-06 Thread Steph
I seem to recall this discussion from days of yore.  And the word was,
'nope, don't let the things wallow in historical mire, for many do use
them'.

I'll add it to the TODO (which is starting to look almost possible again).


 On Wed, 6 Apr 2005, Steph wrote:

  erm - when was the decision to no longer maintain the .dsp files made?

 Nobody did, but why maintain something outdated? Feel free to fix them
 though...

 Derick

 -- 
 Derick Rethans
 http://derickrethans.nl | http://ez.no | http://xdebug.org

 -- 
 PHP Internals - PHP Runtime Development Mailing List
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-06 Thread Pauli
Derick Rethans wrote:
On Wed, 6 Apr 2005, Steph wrote:

erm - when was the decision to no longer maintain the .dsp files made?

Nobody did, but why maintain something outdated? Feel free to fix them 
though...

Derick
I think it is better to give up with different build system for windows. 
It so much easier to maintain single build system with only little 
varianty for platforms. Most likely that single build sysmte doesn't 
require much platform depend changes after begin. Anyway 2nd build 
system will have problems to keep up with changes because only few 
people are going to update that. I think that official note that dps 
build system is to be removed from future versions of php could help 
windows development more than keeping it half updated around there.

At least mozilla has been successful with single build system for all 
platforms.

I agree that it makes problems for some windows developers because they 
need to go to command line which suxs in windows. I usually use cygwin 
as my command line replacement in windows because it offers so much more 
flexibility and features.

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-06 Thread Andi Gutmans
At 09:10 AM 4/6/2005 +0200, Derick Rethans wrote:
On Wed, 6 Apr 2005, Steph wrote:
 erm - when was the decision to no longer maintain the .dsp files made?
Nobody did, but why maintain something outdated? Feel free to fix them
though...
It's not outdated and should be kept in sync by the people who are making 
Windows changes.
It's actually very useful for developing/debugging with Visual C++. Command 
line is good for building but not really for the rest :)

Andi
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-05 Thread Jeff Beidler

Hello, 

I have been trying to compile PHP 5.0.4 (downloaded fresh today) and have been 
following your instructions at 
http://www.php.net/manual/en/install.windows.building.php to the letter.  I 
always end up with the same thing when trying to compile... 3 errors and a 
bunch of warnings.  I have attached the output from the compiler (Visual C++ 
6.0) for reference.

One other thing of note (I don't know whether this relates to my problem or 
not) is that when opening the workspace, VC++ also wants the path to 
php5activescript.dsp, which is nowhere to be found in the php-5.0.4 tree.

Would you please be so kind as to take a look at the errors I'm getting and 
steer me in the right direction?

Many thanks,

Jeff Beidler
[EMAIL PROTECTED]
Deleting intermediate files and output files for project 'TSRM - Win32 
Release_TS'.
Deleting intermediate files and output files for project 'EngineSelect - Win32 
Release'.
Deleting intermediate files and output files for project 'ZendTS - Win32 
Release_TS'.
Deleting intermediate files and output files for project 'libsqlite - Win32 
Release_TS'.
Deleting intermediate files and output files for project 'php5dllts - Win32 
Release_TS'.
Deleting intermediate files and output files for project 'php5ts - Win32 
Release_TS'.
Configuration: TSRM - Win32 Release_TS
Compiling...
TSRM.c
tsrm_strtok_r.c
tsrm_virtual_cwd.c
tsrm_win32.c
Creating library...
Configuration: EngineSelect - Win32 
Release
Configuration: ZendTS - Win32 Release_TS
Performing Custom Build Step on .\zend_language_parser.y
Performing Custom Build Step on .\zend_ini_parser.y
zend_ini_parser.y contains 4 shift/reduce conflicts.
Performing Custom Build Step on .\zend_language_scanner.l
Performing Custom Build Step on .\zend_ini_scanner.l
Compiling...
zend.c
zend_alloc.c
zend_API.c
zend_builtin_functions.c
C:\JeffB\php-5.0.4\Zend\zend_builtin_functions.c(1203) : warning C4018: '==' : 
signed/unsigned mismatch
zend_compile.c
C:\JeffB\php-5.0.4\Zend\zend_compile.c(1962) : warning C4018: '' : 
signed/unsigned mismatch
zend_constants.c
zend_default_classes.c
zend_dynamic_array.c
zend_exceptions.c
zend_execute.c
C:\JeffB\php-5.0.4\Zend\zend_execute.c(113) : warning C4018: '=' : 
signed/unsigned mismatch
C:\JeffB\php-5.0.4\Zend\zend_execute.c(480) : warning C4018: '=' : 
signed/unsigned mismatch
zend_execute_API.c
C:\JeffB\php-5.0.4\Zend\zend_execute_API.c(481) : warning C4018: '==' : 
signed/unsigned mismatch
zend_extensions.c
zend_hash.c
zend_highlight.c
zend_indent.c
zend_ini.c
zend_ini_parser.c
zend_ini_scanner.c
zend_interfaces.c
zend_iterators.c
Generating Code...
Compiling...
zend_language_parser.c
zend_language_scanner.c
zend_list.c
zend_llist.c
zend_mm.c
zend_object_handlers.c
zend_objects.c
zend_objects_API.c
zend_opcode.c
zend_operators.c
zend_ptr_stack.c
zend_qsort.c
zend_reflection_api.c
zend_sprintf.c
zend_stack.c
zend_stream.c
C:\JeffB\php-5.0.4\Zend\zend_stream.c(97) : warning C4018: '' : 
signed/unsigned mismatch
zend_strtod.c
C:\JeffB\php-5.0.4\Zend\zend_strtod.c(1753) : warning C4244: '=' : conversion 
from 'double ' to '__int32 ', possible loss of data
zend_ts_hash.c
zend_variables.c
Generating Code...
Creating library...
Configuration: libsqlite - Win32 
Release_TS
Performing Custom Build Step on sqlite.w32.h
1 file(s) copied.
Performing Custom Build Step on config_static.w32.h
1 file(s) copied.
Compiling...
attach.c
auth.c
btree.c
C:\JeffB\php-5.0.4\ext\sqlite\libsqlite\src\btree.c(796) : error C2065: 
'SQLITE_NOTADB' : undeclared identifier
btree_rb.c
build.c
copy.c
date.c
C:\JeffB\php-5.0.4\ext\sqlite\libsqlite\src\date.c(235) : warning C4244: '=' : 
conversion from 'double ' to 'int ', possible loss of data
C:\JeffB\php-5.0.4\ext\sqlite\libsqlite\src\date.c(236) : warning C4244: '=' : 
conversion from 'double ' to 'int ', possible loss of data
C:\JeffB\php-5.0.4\ext\sqlite\libsqlite\src\date.c(343) : warning C4244: '=' : 
conversion from 'double ' to 'int ', possible loss of data
C:\JeffB\php-5.0.4\ext\sqlite\libsqlite\src\date.c(344) : warning C4244: '=' : 
conversion from 'double ' to 'int ', possible loss of data
C:\JeffB\php-5.0.4\ext\sqlite\libsqlite\src\date.c(347) : warning C4244: '=' : 
conversion from 'double ' to 'int ', possible loss of data
C:\JeffB\php-5.0.4\ext\sqlite\libsqlite\src\date.c(348) : warning C4244: '=' : 
conversion from 'double ' to 'int ', possible loss of data
C:\JeffB\php-5.0.4\ext\sqlite\libsqlite\src\date.c(349) : warning C4244: '=' : 
conversion from 'double ' to 'int ', possible loss of data
C:\JeffB\php-5.0.4\ext\sqlite\libsqlite\src\date.c(350) : warning C4244: '=' : 
conversion from 'double ' to 'int ', possible loss of data
C:\JeffB\php-5.0.4\ext\sqlite\libsqlite\src\date.c(364) : warning C4244: '=' : 
conversion from 'double ' to 'int ', possible loss of data

Re: [PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-05 Thread Uwe Schindler
PHP 5 has a new Unix-Like build system. The DSP files are not longer 
maintained. To compile you have to configure first and then compile at the 
command line. You need Windows Scripting (for JavaScript configure script) 
and a Microsoft Compiler to start the configure.js script and then nmake.

At 00:12 06.04.2005, Jeff Beidler wrote:
Hello,
I have been trying to compile PHP 5.0.4 (downloaded fresh today) and have 
been following your instructions at 
http://www.php.net/manual/en/install.windows.building.php to the 
letter.  I always end up with the same thing when trying to compile... 3 
errors and a bunch of warnings.  I have attached the output from the 
compiler (Visual C++ 6.0) for reference.

One other thing of note (I don't know whether this relates to my problem 
or not) is that when opening the workspace, VC++ also wants the path to 
php5activescript.dsp, which is nowhere to be found in the php-5.0.4 tree.

Would you please be so kind as to take a look at the errors I'm getting 
and steer me in the right direction?

Many thanks,
Jeff Beidler
[EMAIL PROTECTED]
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
-
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de - http://www.schindlers-software.de
eMails: [EMAIL PROTECTED] (private); [EMAIL PROTECTED] (company)
Tel./Fax: +49 700 PCLATEIN (+49 700 72528346)
Schindlers Software - Home of Schindlers PC-LATEIN 3.10
DIE Software zum Lateinlernen!  

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php


RE: [PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-05 Thread David Kingma | jool.nl
Hi Jeff, 

 -Original Message-
 From: Jeff Beidler [mailto:[EMAIL PROTECTED] 
 Would you please be so kind as to take a look at the errors 
 I'm getting and steer me in the right direction?

The solution for error about SQLITE_NOTADB has passed the mailinglist
before:
http://www.mail-archive.com/internals@lists.php.net/msg13735.html

Regards,

David

PS. http://www.google.nl/search?q=SQLITE_NOTADB first hit.

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DEV] 5.0.4 won't compile as per your instructions

2005-04-05 Thread Steph
erm - when was the decision to no longer maintain the .dsp files made?

Did I go to sleep?

- Original Message - 
From: Uwe Schindler [EMAIL PROTECTED]
To: Jeff Beidler [EMAIL PROTECTED]; internals@lists.php.net
Cc: Jeff Beidler [EMAIL PROTECTED]
Sent: Tuesday, April 05, 2005 11:38 PM
Subject: Re: [PHP-DEV] 5.0.4 won't compile as per your instructions


 PHP 5 has a new Unix-Like build system. The DSP files are not longer
 maintained. To compile you have to configure first and then compile at the
 command line. You need Windows Scripting (for JavaScript configure script)
 and a Microsoft Compiler to start the configure.js script and then nmake.

 At 00:12 06.04.2005, Jeff Beidler wrote:

 Hello,
 
 I have been trying to compile PHP 5.0.4 (downloaded fresh today) and have
 been following your instructions at
 http://www.php.net/manual/en/install.windows.building.php to the
 letter.  I always end up with the same thing when trying to compile... 3
 errors and a bunch of warnings.  I have attached the output from the
 compiler (Visual C++ 6.0) for reference.
 
 One other thing of note (I don't know whether this relates to my problem
 or not) is that when opening the workspace, VC++ also wants the path to
 php5activescript.dsp, which is nowhere to be found in the php-5.0.4
tree.
 
 Would you please be so kind as to take a look at the errors I'm getting
 and steer me in the right direction?
 
 Many thanks,
 
 Jeff Beidler
 [EMAIL PROTECTED]
 
 --
 PHP Internals - PHP Runtime Development Mailing List
 To unsubscribe, visit: http://www.php.net/unsub.php

 -
 Uwe Schindler
 H.-H.-Meier-Allee 63, D-28213 Bremen
 http://www.thetaphi.de - http://www.schindlers-software.de
 eMails: [EMAIL PROTECTED] (private); [EMAIL PROTECTED] (company)
 Tel./Fax: +49 700 PCLATEIN (+49 700 72528346)

 Schindlers Software - Home of Schindlers PC-LATEIN 3.10
 DIE Software zum Lateinlernen!

 -- 
 PHP Internals - PHP Runtime Development Mailing List
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php