[Expat-bugs] [ expat-Bugs-1033923 ] building expat 1.95.8 on Solaris using Sun's compiler

SourceForge.net noreply at sourceforge.net
Fri Sep 24 15:00:21 CEST 2004


Bugs item #1033923, was opened at 2004-09-24 05:46
Message generated for change (Comment added) made by kwaclaw
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1033923&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Dimitri Papadopoulos (papadopo)
Assigned to: Nobody/Anonymous (nobody)
Summary: building expat 1.95.8 on Solaris using Sun's compiler

Initial Comment:
Hi,

I'm building expat 1.95.8 on Solaris 8 using the Sun
ONE Studio 7 compiler.

The build succeeds, although I see some warnings that
need to be fixed:
"lib/xmlparse.c", line 1572: warning: enum type
mismatch: op "="
"lib/xmlparse.c", line 1578: warning: enum type
mismatch: op "="
"lib/xmlparse.c", line 1586: warning: enum type
mismatch: op "="
"lib/xmlparse.c", line 1719: warning: enum type
mismatch: op "="
"lib/xmlparse.c", line 1725: warning: enum type
mismatch: op "="
"lib/xmlparse.c", line 1733: warning: enum type
mismatch: op "="

The problem is that variable "result" has type
"XML_Error" while the constants in the right part of
the "=" operator have type "XML_Status".


Otherwise I can confirm bug #1000112 where
expat_external.h is not installed.


Finally 'make run-xmltest' fails. Here is the complete log:

wget --output-document=tests/xmlts.zip         http://www.w3.org/XML/Test/xmlts20020606.zip
--11:30:34--  http://www.w3.org/XML/Test/xmlts20020606.zip
           => `tests/xmlts.zip'
Resolving www.w3.org... 128.30.52.25, 133.27.228.207,
18.7.14.127, ...
Connecting to www.w3.org[128.30.52.25]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1,551,683 [application/zip]

100%[====================================>] 1,551,683 
  195.26K/s    ETA 00:00

11:30:43 (181.12 KB/s) - `tests/xmlts.zip' saved
[1551683/1551683]

cd tests && unzip -q xmlts.zip
tests/xmltest.sh
tests/xmltest.sh:
/tmp/expat-1.95.8/tests/XML-Test-Suite/xmlconf/ibm/valid/P*/:
does not exist
gmake: *** [run-xmltest] Error 1


----------------------------------------------------------------------

>Comment By: Karl Waclawek (kwaclaw)
Date: 2004-09-24 09:00

Message:
Logged In: YES 
user_id=290026

I think the warning is fixed in CVS. 
For running the tests - did you download and install the
XML-Test-Suite?

Karl

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1033923&group_id=10127


More information about the Expat-bugs mailing list