php-windows Digest 10 Apr 2010 10:57:04 -0000 Issue 3785

Topics (messages 29998 through 30001):

Re: error compiling php-5.3.2
        29998 by: Pierre Joye
        29999 by: Tomasz Krawczyk
        30000 by: Tomasz Krawczyk
        30001 by: Pierre Joye

Administrivia:

To subscribe to the digest, e-mail:
        php-windows-digest-subscr...@lists.php.net

To unsubscribe from the digest, e-mail:
        php-windows-digest-unsubscr...@lists.php.net

To post to the list, e-mail:
        php-wind...@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
hi,

It works just fine for us. Can you paste the compilation log to
pastebin pls (output generated when you called nmake)?

Btw, he php internals windows list more appropriate for this question.

Cheers,

2010/4/10 Tomasz Krawczyk <tomkr...@gmail.com>:
> Hi
>
> I'm trying to compile PHP 5.3.2 with VC9 but I get this error
>
>   Creating library Release\php5.lib and object Release\php5.exp
> crypt.obj : error LNK2001: unresolved external symbol _crypt
> Release\php5.dll : fatal error LNK1120: 1 unresolved externals
> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
> 9.0\VC\Bin\cl.exe"' : return code '0x2'
> Stop.
>
> I followed instructions from
> http://wiki.php.net/internals/windows/stepbystepbuild and I downloaded deps
> from http://pecl2.php.net/downloads/php-windows-builds/php-libs/VC9/x86/
>
>
> Can anybody hep me?
>
> --
> regards
> Tomek
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--- End Message ---
--- Begin Message ---
Pierre Joye pisze:
hi,

It works just fine for us. Can you paste the compilation log to
pastebin pls (output generated when you called nmake)?

Btw, he php internals windows list more appropriate for this question.

Cheers,

2010/4/10 Tomasz Krawczyk <tomkr...@gmail.com>:
Hi

I'm trying to compile PHP 5.3.2 with VC9 but I get this error

  Creating library Release\php5.lib and object Release\php5.exp
crypt.obj : error LNK2001: unresolved external symbol _crypt
Release\php5.dll : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\Bin\cl.exe"' : return code '0x2'
Stop.

I followed instructions from
http://wiki.php.net/internals/windows/stepbystepbuild and I downloaded deps
from http://pecl2.php.net/downloads/php-windows-builds/php-libs/VC9/x86/


Can anybody hep me?

My nmake log is here http://pastebin.com/Eitwy8n2 (pasted by tomkraw1).
I don't know if it will help but when I runned configure I got 3 warnings:

Checking for lemon.exe ...  <not found>

Checking for NewAPIs.h ...  <not found>
Checking for NewAPIs.h ...  <not found>


--
pozdrawiam
Tomek

--- End Message ---
--- Begin Message ---
Pierre Joye pisze:
hi,

It works just fine for us. Can you paste the compilation log to
pastebin pls (output generated when you called nmake)?

Btw, he php internals windows list more appropriate for this question.

Cheers,

2010/4/10 Tomasz Krawczyk <tomkr...@gmail.com>:
Hi

I'm trying to compile PHP 5.3.2 with VC9 but I get this error

  Creating library Release\php5.lib and object Release\php5.exp
crypt.obj : error LNK2001: unresolved external symbol _crypt
Release\php5.dll : fatal error LNK1120: 1 unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
9.0\VC\Bin\cl.exe"' : return code '0x2'
Stop.

I followed instructions from
http://wiki.php.net/internals/windows/stepbystepbuild and I downloaded deps
from http://pecl2.php.net/downloads/php-windows-builds/php-libs/VC9/x86/


Can anybody hep me?

My nmake log is here http://pastebin.com/Eitwy8n2 (pasted by tomkraw1).
I don't know if it will help but when I runned configure I got 3 warnings:

Checking for lemon.exe ...  <not found>

Checking for NewAPIs.h ...  <not found>
Checking for NewAPIs.h ...  <not found>


--
pozdrawiam
Tomek

--- End Message ---
--- Begin Message ---
hi,

everything looks normal but this error.

Can you try to run buildconf, configure, nmake again? Also delete the
debug/release directory before.

Cheers,

On Sat, Apr 10, 2010 at 9:53 AM, Tomasz Krawczyk <tomkr...@gmail.com> wrote:
> Pierre Joye pisze:
>>
>> hi,
>>
>> It works just fine for us. Can you paste the compilation log to
>> pastebin pls (output generated when you called nmake)?
>>
>> Btw, he php internals windows list more appropriate for this question.
>>
>> Cheers,
>>
>> 2010/4/10 Tomasz Krawczyk <tomkr...@gmail.com>:
>>>
>>> Hi
>>>
>>> I'm trying to compile PHP 5.3.2 with VC9 but I get this error
>>>
>>>  Creating library Release\php5.lib and object Release\php5.exp
>>> crypt.obj : error LNK2001: unresolved external symbol _crypt
>>> Release\php5.dll : fatal error LNK1120: 1 unresolved externals
>>> NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
>>> 9.0\VC\Bin\cl.exe"' : return code '0x2'
>>> Stop.
>>>
>>> I followed instructions from
>>> http://wiki.php.net/internals/windows/stepbystepbuild and I downloaded
>>> deps
>>> from http://pecl2.php.net/downloads/php-windows-builds/php-libs/VC9/x86/
>>>
>>>
>>> Can anybody hep me?
>
> My nmake log is here http://pastebin.com/Eitwy8n2 (pasted by tomkraw1).
> I don't know if it will help but when I runned configure I got 3 warnings:
>
> Checking for lemon.exe ...  <not found>
>
> Checking for NewAPIs.h ...  <not found>
> Checking for NewAPIs.h ...  <not found>
>
>
> --
> pozdrawiam
> Tomek
>



-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--- End Message ---

Reply via email to