php compilation
am 30.05.2010 17:22:52 von Samuel
--0016e6db2ad48141950487d151eb
Content-Type: text/plain; charset=UTF-8
Hello,
I was trying to install Ogg/vorbis pecl extension in wamp, but it seems to
be impossible.
So npw I'm trying to compile PHP on my PC forwarding
http://wiki.php.net/internals/windows/stepbystepbuild
but at 14th step I have an wire error : Erreur en entrée: Il n'y a pas=
de
moteur de script pour l'extension de fichier ".js".
in english that make some thing like : Input error: there's no script motor
for ".js" file extension
I think I have installed all I need, cscript command is found so I don't
hunderstand where is the problem, if you have an idea you realy are welcome=
..
p.s.: It 's my first mail on this miling-list, maybe I should ask
php-installation mailing-list ?
--0016e6db2ad48141950487d151eb--
Re: php compilation
am 30.05.2010 17:32:25 von Tomasz Krawczyk
samuel pisze:
> Hello,
> I was trying to install Ogg/vorbis pecl extension in wamp, but it seems to
> be impossible.
> So npw I'm trying to compile PHP on my PC forwarding
> http://wiki.php.net/internals/windows/stepbystepbuild
> but at 14th step I have an wire error : Erreur en entrée: Il n'y a pas=
> de
> moteur de script pour l'extension de fichier ".js".
> in english that make some thing like : Input error: there's no script motor
> for ".js" file extension
> I think I have installed all I need, cscript command is found so I don't
> hunderstand where is the problem, if you have an idea you realy are welcome=
> .
>
> p.s.: It 's my first mail on this miling-list, maybe I should ask
> php-installation mailing-list ?
>
Hi samuel
It may be a problem with Windows Scripting Host. I had similar problem
with it. Try to install it or reinstall if you have WSH installed. In my
case (Win XP) I had to apply some patch for .js to my registry. I found
that patch somewhere in the Internet. Try to find that patch for WSH nad
JavaScript.
regards
Tomek
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Re: php compilation
am 30.05.2010 17:44:06 von Samuel
--0016e64c26407041410487d19d2f
Content-Type: text/plain; charset=UTF-8
Hello,
What patch do you speak about ?
--0016e64c26407041410487d19d2f--
Re: Re: php compilation
am 30.05.2010 18:03:58 von Tomasz Krawczyk
samuel pisze:
> Hello,
> What patch do you speak about ?
>
I found file xp_js_fix.reg. This was for WSH problem with JS. After I
applied it to my registry I could compile PHP. There was also patch for
vista.
--
pozdrawiam
Tomek
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Re: php compilation
am 30.05.2010 18:17:04 von Samuel
ok thank you that 's work,
now , two step later, It's
configure --disable-all --enable-cli --enable-$remains
What 's $remains please ?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Re: php compilation
am 30.05.2010 18:19:24 von Pierre Joye
On Sun, May 30, 2010 at 6:17 PM, samuel wrote:
> ok thank you that 's work,
> now , two step later, It's
>
> configure --disable-all --enable-cli --enable-$remains
>
>
> What 's $remains please ?
Whatever you may need as extension or options. For your 1st try,
simply using --disable --enable-cli will give you a minimal PHP.
Cheers,
--
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Re: php compilation
am 30.05.2010 18:26:56 von Samuel
ok tahnks again,
do you know something who has tryed to use ogg/vorbis extension ?
This one seems to be not up to date ?
2010/5/30 Pierre Joye :
> On Sun, May 30, 2010 at 6:17 PM, samuel wrote:
>> ok thank you that 's work,
>> now , two step later, It's
>>
>> configure --disable-all --enable-cli --enable-$remains
>>
>>
>> What 's $remains please ?
>
> Whatever you may need as extension or options. For your 1st try,
> simply using --disable --enable-cli will give you a minimal PHP.
>
>
> Cheers,
> --
> Pierre
>
> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Re: php compilation
am 30.05.2010 19:33:42 von Pierre Joye
hi,
On Sun, May 30, 2010 at 6:26 PM, samuel wrote:
> ok tahnks again,
> do you know something who has tryed to use ogg/vorbis extension ?
> This one seems to be not up to date ?
I never tried to build this ext or the library it uses.
Cheers,
--
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Re: php compilation
am 30.05.2010 22:27:37 von Samuel
I can now compile php, but the ogg library isn't found :
Checking for ogg/ogg.h ...
Checking for ogg/ogg.h ... c:\msys\1.0\home\temp\libogg-1.2.0\include
Checking for vorbis/codec.h ...
Checking for vorbis/codec.h ... c:\msys\1.0\home\temp\libogg-1.2.0\include
Checking for library ogg_static.lib ...
WARNING: oggvorbis not enabled; libraries and headers not found
although Ihave compiled libogg and libvorbis,
I should have a file named ogg_static.lib ?
2010/5/30 Pierre Joye :
> hi,
>
> On Sun, May 30, 2010 at 6:26 PM, samuel wrote:
>> ok tahnks again,
>> do you know something who has tryed to use ogg/vorbis extension ?
>> This one seems to be not up to date ?
>
> I never tried to build this ext or the library it uses.
>
> Cheers,
> --
> Pierre
>
> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Re: php compilation
am 30.05.2010 22:41:30 von Pierre Joye
On Sun, May 30, 2010 at 10:27 PM, samuel wrote:
> I can now compile php, but the ogg library isn't found :
>
> Checking for ogg/ogg.h ... =A0
> Checking for ogg/ogg.h ... =A0c:\msys\1.0\home\temp\libogg-1.2.0\include
> Checking for vorbis/codec.h ... =A0
> Checking for vorbis/codec.h ... =A0c:\msys\1.0\home\temp\libogg-1.2.0\inc=
lude
> Checking for library ogg_static.lib ...
> WARNING: oggvorbis not enabled; libraries and headers not found
>
> although Ihave compiled libogg and libvorbis,
> I should have a file named ogg_static.lib ?
Looks like yes. But you can change the config.w32 to use the DLL lib
instead. Do OGG libs compile fine on Windows with VC9? Any link?
By the way, we have a dedicated list for windows internals
development, or pecl. That could be a better place to discuss that
(see the lists list on php.net, windows internals).
Cheers,
--=20
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Re: php compilation
am 30.05.2010 22:56:24 von Samuel
ogg compile fine bit I compiled it qith mingw, I have installed the
vc9 after for php compilation.
In fact it's my first compilation of a c application on window so I'm
a little bit lost.
With vc9 the command .\command is unknow. To compile libogg and
libvorbis with I've only to do .\configure and mingw-make it seems
different for vc9, am I wrong ?
2010/5/30 Pierre Joye :
> On Sun, May 30, 2010 at 10:27 PM, samuel wrote:
>> I can now compile php, but the ogg library isn't found :
>>
>> Checking for ogg/ogg.h ... Â
>> Checking for ogg/ogg.h ... Â c:\msys\1.0\home\temp\libogg-1.2.0\incl=
ude
>> Checking for vorbis/codec.h ... Â
>> Checking for vorbis/codec.h ... Â c:\msys\1.0\home\temp\libogg-1.2.0=
\include
>> Checking for library ogg_static.lib ...
>> WARNING: oggvorbis not enabled; libraries and headers not found
>>
>> although Ihave compiled libogg and libvorbis,
>> I should have a file named ogg_static.lib ?
>
> Looks like yes. But you can change the config.w32 to use the DLL lib
> instead. Do OGG libs compile fine on Windows with VC9? Any link?
>
> By the way, we have a dedicated list for windows internals
> development, or pecl. That could be a better place to discuss that
> (see the lists list on php.net, windows internals).
>
> Cheers,
> --
> Pierre
>
> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: Re: php compilation
am 30.05.2010 23:11:54 von Pierre Joye
the libraries can be compiled easily using VC9, please do it (and
avoid some pains later). See the win32 directory in the zip archive,
use the 2008 version.
On Sun, May 30, 2010 at 10:56 PM, samuel wrote:
> ogg compile fine bit I compiled it qith mingw, I have installed the
> vc9 after for php compilation.
> In fact it's my first compilation of a c application on window so I'm
> a little bit lost.
> With vc9 the command .\command is unknow. To compile libogg and
> libvorbis with I've only to do .\configure and mingw-make it seems
> different for vc9, am I wrong ?
>
> 2010/5/30 Pierre Joye :
>> On Sun, May 30, 2010 at 10:27 PM, samuel wrote:
>>> I can now compile php, but the ogg library isn't found :
>>>
>>> Checking for ogg/ogg.h ... =A0
>>> Checking for ogg/ogg.h ... =A0c:\msys\1.0\home\temp\libogg-1.2.0\includ=
e
>>> Checking for vorbis/codec.h ... =A0
>>> Checking for vorbis/codec.h ... =A0c:\msys\1.0\home\temp\libogg-1.2.0\i=
nclude
>>> Checking for library ogg_static.lib ...
>>> WARNING: oggvorbis not enabled; libraries and headers not found
>>>
>>> although Ihave compiled libogg and libvorbis,
>>> I should have a file named ogg_static.lib ?
>>
>> Looks like yes. But you can change the config.w32 to use the DLL lib
>> instead. Do OGG libs compile fine on Windows with VC9? Any link?
>>
>> By the way, we have a dedicated list for windows internals
>> development, or pecl. That could be a better place to discuss that
>> (see the lists list on php.net, windows internals).
>>
>> Cheers,
>> --
>> Pierre
>>
>> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>>
>
--=20
Pierre
@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php