php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56036 snaps not compilling
Submitted: 2004-04-17 05:19 UTC Modified: 2004-05-31 13:08 UTC
From: nlopess@php.net Assigned: pajoye (profile)
Status: No Feedback Package: enchant (PECL)
PHP Version: 5CVS-2004-04-17 (dev) OS: Windows
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: nlopess@php.net
New email:
PHP Version: OS:

 

 [2004-04-17 05:19 UTC] nlopess@php.net
Description:
------------
The snap machine isn't building enchant.
http://snaps.php.net/win32/snapshot.log

Reproduce code:
---------------
c:\php4build\snap>NMAKE /I /nologo "php_enchant.dll" 
	"cl.exe" /D COMPILE_DL_ENCHANT /D ENCHANT_EXPORTS=1 /nologo /YX /FD /I . /I main /I regex /I Zend /I TSRM /D _WINDOWS /D ZEND_WIN32=1 /D PHP_WIN32=1 /D WIN32 /D _MBCS /LD /MD /W3 /Ox /D NDebug /D NDEBUG /D ZEND_WIN32_FORCE_INLINE /GB /GF /D ZEND_DEBUG=0 /D ZTS=1 /I "..\php_build\include"  /D LIBXML_THREAD_ENABLED /FoRelease_TS\pecl\enchant\ /FdRelease_TS\pecl\enchant\ /FpRelease_TS\pecl\enchant\ /FRRelease_TS\pecl\enchant\ -c pecl\enchant\enchant.c
enchant.c
pecl\enchant\enchant.c(25) : fatal error C1083: Cannot open include file: 'enchant.h': No such file or directory
	rc /fo Release_TS\php_enchant.dll.res /d FILE_DESCRIPTION="\"enchant\"" /d FILE_NAME="\"php_enchant.dll\"" /d PRODUCT_NAME="\"PHP php_enchant.dll\"" /d THANKS_GUYS="\"Thanks to Pierre-Alain Joye, Ilia Alshanetsky\"" win32\build\template.rc
	"link.exe" /out:Release_TS\php_enchant.dll /dll /nologo /version:5.0.0 /libpath:"..\php_build\lib"  Release_TS\pecl\enchant\enchant.obj Release_TS\php5ts.lib  kernel32.lib ole32.lib user32.lib advapi32.lib shell32.lib ws2_32.lib resolv.lib Release_TS\php_enchant.dll.res
LINK : fatal error LNK1181: cannot open input file "Release_TS\pecl\enchant\enchant.obj"
EXT enchant build complete


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-17 05:45 UTC] paj at pearfr dot org
Hello,

The missing file is the enchant lib header.
You need the win32 enchant library. I'm not sure there is an official win32 build (lib and dll), but some builds help are availaible there: http://abiword.org/download/development.phtml


pierre
 [2004-05-31 13:08 UTC] pierre at dotgeek dot org
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 20:01:31 2024 UTC