[Expat-bugs] [ expat-Bugs-1597115 ] 'make check' for expat-2.0.0 fails

SourceForge.net noreply at sourceforge.net
Wed Nov 15 18:20:59 CET 2006


Bugs item #1597115, was opened at 2006-11-15 18:53
Message generated for change (Comment added) made by sergeiste
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1597115&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: Sergei (sergeiste)
Assigned to: Greg Stein (gstein)
Summary: 'make check' for expat-2.0.0 fails

Initial Comment:
Hello,

I am trying to build expat-2.0.0 in the framework of
my

http://appsfromscratch.berlios.de/

project and 'make check' fails with this screen
output:

"
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/chardat
a.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
".

My system is:

Linux comp.home.net 2.6.12-27mdk-i686-up-4GB #1 Tue Sep 26 12:41:29 MDT 2006 i686 AMD Athlon(tm) XP 1900+ unknown GNU/Linux


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

>Comment By: Sergei (sergeiste)
Date: 2006-11-15 19:20

Message:
Logged In: YES 
user_id=1270005
Originator: YES

Regarding "What happens if you run make install first?" - I assumed
standard

./configure
make
make check
make install

sequence, i.e. I didn't run 'make install' before 'make check'.

Shouldn't stuff be installed only after it is checked ?

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

Comment By: Karl Waclawek (kwaclaw)
Date: 2006-11-15 19:07

Message:
Logged In: YES 
user_id=290026
Originator: NO

What happens if you run make install first?

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

Comment By: Sergei (sergeiste)
Date: 2006-11-15 18:55

Message:
Logged In: YES 
user_id=1270005
Originator: YES

Compiler info:

"
[3] 18:53 sergei at comp.home.net:/maxtor5/sergei/AppsFromScratchWD> gcc -v
Using built-in specs.
Target: i586-mandriva-linux-gnu
Configured with: ../configure --prefix=/usr --libexecdir=/usr/lib
--with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info
--enable-shared --enable-threads=posix --disable-checking
--enable-languages=c,c++,ada,f95,objc,java --host=i586-mandriva-linux-gnu
--with-system-zlib --enable-long-long --enable-__cxa_atexit
--enable-clocale=gnu --disable-libunwind-exceptions --enable-java-awt=gtk
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre
--enable-gtk-cairo --disable-libjava-multilib
Thread model: posix
gcc version 4.0.1 (4.0.1-5mdk for Mandriva Linux release 2006.0)
".

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

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


More information about the Expat-bugs mailing list