Hi,

On Wed, 2013-03-20 at 09:42 +0200, Dean Moriarty wrote:
> Hi Guys,
> I have googled this until I am blue in the face - no matter what I try I
> can't seem to get bcompiler to install.
> 
> I am running xampp 1.8.1 on windows
> 
> # pecl install bcompiler

The pecl tool works on Linux/Unix only properly these days. You may
found some builds for some extensions on
http://downloads.php.net/pierre/

> I have also tried downloading the extension source and building it
> although this is a little out of my depth - I then receive the error
> that the output from msdev is not understood.

The process on windows is:
1) Install Windows SDK incl Compilers from Microsoft
2) Fetch and extract PHP SDK, i.e. from
   http://windows.php.net/snapshots/ (in theory PHP 5.4.X should
   be binary compatible for all values of X, so even with XAMPP PHP
   5.4.X the PHP 5.4.Y SDK should work)
3) Fetch and extract bcompiler source (from svn or release)
3) Open a command window with MSVC environment
4) Go to the bcompiler source directory (the one with config.w32)
5) run A:\path\to\php-sdk\phpize.bat
6) run the newly generated configure.bat
7} run nmake
8) hope to be lucky and try to find a working Release\php_compiler.dll
   or so

If the version provided on the link above isn't good or theree's trouble
building or anything like that please request a new build (on this list)

johannes



-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to