Re: [PHP-WIN] Re: php compilation

2010-05-30 Thread 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 co

Re: [PHP-WIN] Re: php compilation

2010-05-30 Thread 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

Re: [PHP-WIN] Re: php compilation

2010-05-30 Thread 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\include > Checking for vorbis/codec.h ...   > Checking for vorbis/codec.h ...  c:\msys\1.0\ho

Re: [PHP-WIN] Re: php compilation

2010-05-30 Thread 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

Re: [PHP-WIN] Re: php compilation

2010-05-30 Thread 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 | h

Re: [PHP-WIN] Re: php compilation

2010-05-30 Thread 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

Re: [PHP-WIN] Re: php compilation

2010-05-30 Thread 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

Re: [PHP-WIN] Re: php compilation

2010-05-30 Thread 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: [PHP-WIN] Re: php compilation

2010-05-30 Thread 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, vi

Re: [PHP-WIN] Re: php compilation

2010-05-30 Thread samuel
Hello, What patch do you speak about ?