php compilation

--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=C3=A9e: 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--
Samuel [ So, 30 Mai 2010 17:22 ] [ ID #2042301 ]

Re: php compilation

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=C3=A9e: 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
Tomasz Krawczyk [ So, 30 Mai 2010 17:32 ] [ ID #2042302 ]

Re: Re: php compilation

--0016e64c26407041410487d19d2f
Content-Type: text/plain; charset=UTF-8

Hello,
What patch do you speak about ?

--0016e64c26407041410487d19d2f--
Samuel [ So, 30 Mai 2010 17:44 ] [ ID #2042303 ]

Re: Re: php compilation

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
Tomasz Krawczyk [ So, 30 Mai 2010 18:03 ] [ ID #2042304 ]

Re: Re: php compilation

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
Samuel [ So, 30 Mai 2010 18:17 ] [ ID #2042305 ]

Re: Re: php compilation

On Sun, May 30, 2010 at 6:17 PM, samuel <zouliloua [at] gmail.com> 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

[at] 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
Pierre Joye [ So, 30 Mai 2010 18:19 ] [ ID #2042306 ]

Re: Re: php compilation

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 <pierre.php [at] gmail.com>:
> On Sun, May 30, 2010 at 6:17 PM, samuel <zouliloua [at] gmail.com> 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
>
> [at] 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
Samuel [ So, 30 Mai 2010 18:26 ] [ ID #2042307 ]

Re: Re: php compilation

hi,

On Sun, May 30, 2010 at 6:26 PM, samuel <zouliloua [at] gmail.com> 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

[at] 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
Pierre Joye [ So, 30 Mai 2010 19:33 ] [ ID #2042308 ]

Re: Re: php compilation

I can now compile php, but the ogg library isn't found :

Checking for ogg/ogg.h ... <not found>
Checking for ogg/ogg.h ... c:\msys\1.0\home\temp\libogg-1.2.0\include
Checking for vorbis/codec.h ... <not found>
Checking for vorbis/codec.h ... c:\msys\1.0\home\temp\libogg-1.2.0\include
Checking for library ogg_static.lib ... <not found>
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 <pierre.php [at] gmail.com>:
> hi,
>
> On Sun, May 30, 2010 at 6:26 PM, samuel <zouliloua [at] gmail.com> 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
>
> [at] 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
Samuel [ So, 30 Mai 2010 22:27 ] [ ID #2042309 ]

Re: Re: php compilation

On Sun, May 30, 2010 at 10:27 PM, samuel <zouliloua [at] gmail.com> wrote:
> I can now compile php, but the ogg library isn't found :
>
> Checking for ogg/ogg.h ... =A0<not found>
> Checking for ogg/ogg.h ... =A0c:\msys\1.0\home\temp\libogg-1.2.0\include
> Checking for vorbis/codec.h ... =A0<not found>
> Checking for vorbis/codec.h ... =A0c:\msys\1.0\home\temp\libogg-1.2.0\inc=
lude
> Checking for library ogg_static.lib ... <not found>
> 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

[at] 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
Pierre Joye [ So, 30 Mai 2010 22:41 ] [ ID #2042310 ]

Re: Re: php compilation

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 <pierre.php [at] gmail.com>:
> On Sun, May 30, 2010 at 10:27 PM, samuel <zouliloua [at] gmail.com> wrote:
>> I can now compile php, but the ogg library isn't found :
>>
>> Checking for ogg/ogg.h ... =C2=A0<not found>
>> Checking for ogg/ogg.h ... =C2=A0c:\msys\1.0\home\temp\libogg-1.2.0\incl=
ude
>> Checking for vorbis/codec.h ... =C2=A0<not found>
>> Checking for vorbis/codec.h ... =C2=A0c:\msys\1.0\home\temp\libogg-1.2.0=
\include
>> Checking for library ogg_static.lib ... <not found>
>> 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
>
> [at] 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
Samuel [ So, 30 Mai 2010 22:56 ] [ ID #2042311 ]

Re: Re: php compilation

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 <zouliloua [at] gmail.com> 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 <pierre.php [at] gmail.com>:
>> On Sun, May 30, 2010 at 10:27 PM, samuel <zouliloua [at] gmail.com> wrote:
>>> I can now compile php, but the ogg library isn't found :
>>>
>>> Checking for ogg/ogg.h ... =A0<not found>
>>> Checking for ogg/ogg.h ... =A0c:\msys\1.0\home\temp\libogg-1.2.0\includ=
e
>>> Checking for vorbis/codec.h ... =A0<not found>
>>> Checking for vorbis/codec.h ... =A0c:\msys\1.0\home\temp\libogg-1.2.0\i=
nclude
>>> Checking for library ogg_static.lib ... <not found>
>>> 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
>>
>> [at] pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>>
>



--
Pierre

[at] 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
Pierre Joye [ So, 30 Mai 2010 23:11 ] [ ID #2042312 ]
PHP » gmane.comp.php.windows » php compilation

Vorheriges Thema: Can't figure out a difficult conditional statement
Nächstes Thema: Help needed in searching a sentence in the code