php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59525 Installation problem
Submitted: 2010-12-01 13:05 UTC Modified: 2017-04-01 21:51 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: alshabalin at yandex dot ru Assigned: tpunt (profile)
Status: Closed Package: WBXML (PECL)
PHP Version: 5.3.2 OS: FreeBSD7
Private report: No CVE-ID: None
 [2010-12-01 13:05 UTC] alshabalin at yandex dot ru
Description:
------------
Something going wrong while installing:

/go-pear/download/wbxml-1.0.0/wbxml.c:31:19: error: wbxml.h: No such file or directory
/go-pear/download/wbxml-1.0.0/wbxml.c: In function 'zm_startup_wbxml':
/go-pear/download/wbxml-1.0.0/wbxml.c:75: error: 'WBXML_VERSION_10' undeclared (first use in this function)

and so on with undeclared things

I suppose the problem with missing wbxml.h file...

Actual result:
--------------
/go-pear/download/wbxml-1.0.0/wbxml.c:31:19: error: wbxml.h: No such file or directory
/go-pear/download/wbxml-1.0.0/wbxml.c: In function 'zm_startup_wbxml':
/go-pear/download/wbxml-1.0.0/wbxml.c:75: error: 'WBXML_VERSION_10' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:75: error: (Each undeclared identifier is reported only once
/go-pear/download/wbxml-1.0.0/wbxml.c:75: error: for each function it appears in.)
/go-pear/download/wbxml-1.0.0/wbxml.c:76: error: 'WBXML_VERSION_11' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:77: error: 'WBXML_VERSION_12' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:78: error: 'WBXML_VERSION_13' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:80: error: 'WBXML_LANG_UNKNOWN' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:84: error: 'WBXML_LANG_WML10' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:85: error: 'WBXML_LANG_WML11' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:86: error: 'WBXML_LANG_WML12' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:87: error: 'WBXML_LANG_WML13' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:91: error: 'WBXML_LANG_WTA10' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:92: error: 'WBXML_LANG_WTAWML12' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:93: error: 'WBXML_LANG_CHANNEL11' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:94: error: 'WBXML_LANG_CHANNEL12' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:98: error: 'WBXML_LANG_SI10' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:103: error: 'WBXML_LANG_SL10' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:107: error: 'WBXML_LANG_CO10' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:111: error: 'WBXML_LANG_PROV10' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:115: error: 'WBXML_LANG_EMN10' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:119: error: 'WBXML_LANG_DRMREL10' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:124: error: 'WBXML_LANG_OTA_SETTINGS' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:129: error: 'WBXML_LANG_SYNCML_SYNCML10' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:130: error: 'WBXML_LANG_SYNCML_DEVINF10' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:131: error: 'WBXML_LANG_SYNCML_METINF10' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:144: error: 'WBXML_LANG_WV_CSP11' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:145: error: 'WBXML_LANG_WV_CSP12' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:150: error: 'WBXML_LANG_AIRSYNC' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:153: error: 'WBXML_GEN_XML_COMPACT' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:154: error: 'WBXML_GEN_XML_INDENT' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:155: error: 'WBXML_GEN_XML_CANONICAL' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c: In function 'zif_wbxml_encode':
/go-pear/download/wbxml-1.0.0/wbxml.c:185: error: 'WBXML_VERSION_12' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:188: error: 'WB_UTINY' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:188: error: 'wbxml' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:189: error: 'WB_LONG' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:189: error: expected ';' before 'wbxml_len'
/go-pear/download/wbxml-1.0.0/wbxml.c:190: error: 'WBXMLConvXML2WBXMLParams' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:190: error: expected ';' before 'params'
/go-pear/download/wbxml-1.0.0/wbxml.c:191: error: 'WBXMLError' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:191: error: expected ';' before 'result'
/go-pear/download/wbxml-1.0.0/wbxml.c:197: error: 'params' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:201: error: 'result' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:201: error: 'wbxml_len' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:201: error: 'WBXML_OK' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c: In function 'zif_wbxml_decode':
/go-pear/download/wbxml-1.0.0/wbxml.c:219: error: 'WBXML_GEN_XML_INDENT' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:219: error: 'WBXML_LANG_UNKNOWN' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:222: error: 'WB_UTINY' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:222: error: 'xml' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:223: error: 'WBXMLConvWBXML2XMLParams' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:223: error: expected ';' before 'params'
/go-pear/download/wbxml-1.0.0/wbxml.c:224: error: 'WBXMLError' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:224: error: expected ';' before 'result'
/go-pear/download/wbxml-1.0.0/wbxml.c:230: error: 'params' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:235: error: 'result' undeclared (first use in this function)
/go-pear/download/wbxml-1.0.0/wbxml.c:235: error: 'WBXML_OK' undeclared (first use in this function)
*** Error code 1

Stop in /var/tmp/pear-build-root/wbxml-1.0.0.
ERROR: `make' failed


Patches

libwbxml2-config-fix (last revision 2013-05-30 12:24 UTC by nicolas at massivemedia dot eu)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-05-30 12:22 UTC] nicolas at massivemedia dot eu
We've fixed this issue for the build with libwbxml2-0_0.11.2, I'll upload a patch 
for the config.m4 script
 [2017-04-01 21:51 UTC] tpunt@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: tpunt
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 06:01:30 2024 UTC