[Expat-bugs] [ expat-Bugs-1597909 ] compilation errors for "make check"

SourceForge.net noreply at sourceforge.net
Thu Nov 16 19:21:58 CET 2006


Bugs item #1597909, was opened at 2006-11-16 10:21
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1597909&group_id=10127

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build control
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Steve Kelem (skelem)
Assigned to: Greg Stein (gstein)
Summary: compilation errors for "make check"

Initial Comment:
On SuSE linux 10.0, expat-2.0.0:

% make check
Thu Nov 16 09:09:49 2006

gcc -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H   -o tests/runtests.o -c tests/runtests.c
gcc -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H   -o tests/chardata.o -c tests/chardata.c
gcc -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H   -o tests/minicheck.o -c tests/minicheck.c
/bin/sh ./libtool --silent --mode=link gcc -I./lib -I. -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H    -o tests/runtests tests/runtests.o tests/chardata.o tests/minicheck.o libexpat.la
g++    -c -o tests/runtestspp.o tests/runtestspp.cpp
tests/runtests.c: In function ‘void test_line_number_after_parse()’:
tests/runtests.c:410: error: ‘XML_Size’ was not declared in this scope
tests/runtests.c:410: error: expected `;' before ‘lineno’
tests/runtests.c:414: error: ‘lineno’ was not declared in this scope
tests/runtests.c: In function ‘void test_column_number_after_parse()’:
tests/runtests.c:428: error: ‘XML_Size’ was not declared in this scope
tests/runtests.c:428: error: expected `;' before ‘colno’
tests/runtests.c:432: error: ‘colno’ was not declared in this scope
tests/runtests.c: In function ‘void test_line_number_after_error()’:
tests/runtests.c:514: error: ‘XML_Size’ was not declared in this scope
tests/runtests.c:514: error: expected `;' before ‘lineno’
tests/runtests.c:518: error: ‘lineno’ was not declared in this scope
tests/runtests.c: In function ‘void test_column_number_after_error()’:
tests/runtests.c:534: error: ‘XML_Size’ was not declared in this scope
tests/runtests.c:534: error: expected `;' before ‘colno’
tests/runtests.c:538: error: ‘colno’ was not declared in this scope
make: *** [tests/runtestspp.o] Error 1
0.00u 0.00s 0.00u 0.00s 0:01.00


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

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


More information about the Expat-bugs mailing list