From: Pierre Joye on
On Sun, May 30, 2010 at 6:17 PM, samuel <zouliloua(a)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

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
From: samuel on
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(a)gmail.com>:
> On Sun, May 30, 2010 at 6:17 PM, samuel <zouliloua(a)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
>
> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>
From: Pierre Joye on
hi,

On Sun, May 30, 2010 at 6:26 PM, samuel <zouliloua(a)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

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org
From: samuel on
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(a)gmail.com>:
> hi,
>
> On Sun, May 30, 2010 at 6:26 PM, samuel <zouliloua(a)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
>
> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org
>
From: Pierre Joye on
On Sun, May 30, 2010 at 10:27 PM, samuel <zouliloua(a)gmail.com> wrote:
> 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 ?

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