RE: [PECL-DEV] building php_inclued_dll / unresolved external symbol _executor_globals
[email protected] ("Neuhauser, Roman (GE Capital, consultant)")
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <D3A73269432A224FA3E7ECE3DDDFCE40045ED5CE@LONMLVEM10.e2k.ad.ge.com> |
From: Richard Quadling [mailto:[email protected]] > On 11 August 2010 12:55, Neuhauser, Roman (GE Capital, consultant) > <[email protected]> wrote: > > From: Guillaume Rossolini [mailto:[email protected]] > >> On Wed, Aug 11, 2010 at 12:40 PM, <[email protected]> wrote: > >> > i'm trying to build php_inclued.dll. i've concocted a config.w32 > >> > file (see below) which allows the extension to build statically, > >> > but the dll build bombs: > I've just built win32 x86 nts vc9 build of inclued from > http://svn.php.net/viewvc/pecl/inclued/trunk > > I just put the trunk into my K:\php-sdk\php_53dev\vc9\x86\pecl\inclued > directory. > > buildconf > Added --enable-inclued=shared to my config.nice.bat > nmake > > Done. aha! it didn't occur to me to look in trunk, the reported failure comes from 0.1.1, which is the latest release. thanks a lot, r302104 builds just fine.