SourceForge.net | 1 Nov 2004 15:10
Picon
Favicon

[ expat-Bugs-1058158 ] building expat 1.95.8 on Solaris using Sun Compiler

Bugs item #1058158, was opened at 2004-11-01 06:10
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=1058158&group_id=10127

Category: Build control
Group: Platform Specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Greg Stein (gstein)
Summary: building expat 1.95.8 on Solaris using Sun Compiler

Initial Comment:
Hi

I'm trying to build on a Solaris system using a SUN
compiler. 
./configure returned host system type=sparc-sun-solaris2.8

However the build failed and returned the following 

/bin/bash ./libtool --silent --mode=link gcc -g -O2
-Wall -Wmissing-prototypes -Wstrict-prototypes
-fexceptions -DHAVE_EXPAT_CONFIG_H   -I./lib -I.
-no-undefined -version-info 5:0:5 -rpath /usr/local/lib
 -o libexpat.la lib/xmlparse.lo lib/xmltok.lo
lib/xmlrole.lo
Undefined                       first referenced
(Continue reading)

SourceForge.net | 1 Nov 2004 15:49
Picon
Favicon

[ expat-Bugs-1058173 ] building expat 1.95.8 on Solaris using Sun Compiler

Bugs item #1058173, was opened at 2004-11-01 06:49
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=1058173&group_id=10127

Category: Build control
Group: Platform Specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Greg Stein (gstein)
Summary: building expat 1.95.8 on Solaris using Sun Compiler

Initial Comment:
Hi

I'm trying to build on a Solaris system using a SUN
compiler. 
./configure returned host system type=sparc-sun-solaris2.8

However the build failed and returned the following 

/bin/bash ./libtool --silent --mode=link gcc -g -O2
-Wall -Wmissing-prototypes -Wstrict-prototypes
-fexceptions -DHAVE_EXPAT_CONFIG_H   -I./lib -I.
-no-undefined -version-info 5:0:5 -rpath /usr/local/lib
 -o libexpat.la lib/xmlparse.lo lib/xmltok.lo
lib/xmlrole.lo
Undefined                       first referenced
(Continue reading)

SourceForge.net | 1 Nov 2004 16:39
Picon
Favicon

[ expat-Bugs-1058218 ] building expat 1.95.8 on Solaris using Sun Compiler

Bugs item #1058218, was opened at 2004-11-01 07:39
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=1058218&group_id=10127

Category: Build control
Group: Platform Specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Greg Stein (gstein)
Summary: building expat 1.95.8 on Solaris using Sun Compiler

Initial Comment:
Hi

I'm trying to build on a Solaris system using a SUN
compiler. 
./configure returned host system type=sparc-sun-solaris2.8

However the build failed and returned the following 

/bin/bash ./libtool --silent --mode=link gcc -g -O2
-Wall -Wmissing-prototypes -Wstrict-prototypes
-fexceptions -DHAVE_EXPAT_CONFIG_H   -I./lib -I.
-no-undefined -version-info 5:0:5 -rpath /usr/local/lib
 -o libexpat.la lib/xmlparse.lo lib/xmltok.lo
lib/xmlrole.lo
Undefined                       first referenced
(Continue reading)

SourceForge.net | 5 Nov 2004 13:23
Picon
Favicon

[ expat-Bugs-1060896 ] enum XML_Error <-> XML_Status in xmlparse.c

Bugs item #1060896, was opened at 2004-11-05 04:23
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=1060896&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: enum XML_Error <-> XML_Status in xmlparse.c

Initial Comment:
Hi!

compiling expat_1.95.8 on HP_UX 11.00 with aCC i get
errors in file xmlparse.c
  in function
  XML_ParseBuffer() (line 1548)
  and XML_ResumeParser() (line 1701)
caused by the assignment of enums XML_Status assigned
to variable enum XML_Error result, but returning enum
XML_Status as mentioned in the function declaration. I
guess XML_Error should be XML_Status in this case.

Greetings
Jörg

(Continue reading)

SourceForge.net | 5 Nov 2004 14:56
Picon
Favicon

[ expat-Bugs-1060896 ] enum XML_Error <-> XML_Status in xmlparse.c

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

Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Karl Waclawek (kwaclaw)
Summary: enum XML_Error <-> XML_Status in xmlparse.c

Initial Comment:
Hi!

compiling expat_1.95.8 on HP_UX 11.00 with aCC i get
errors in file xmlparse.c
  in function
  XML_ParseBuffer() (line 1548)
  and XML_ResumeParser() (line 1701)
caused by the assignment of enums XML_Status assigned
to variable enum XML_Error result, but returning enum
XML_Status as mentioned in the function declaration. I
guess XML_Error should be XML_Status in this case.

Greetings
Jörg

(Continue reading)

SourceForge.net | 10 Nov 2004 17:35
Picon
Favicon

[ expat-Bugs-1063934 ] building expat-1.95.8 for win32 with mingw

Bugs item #1063934, was opened at 2004-11-10 08:35
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=1063934&group_id=10127

Category: Build control
Group: Third-party Bug
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Greg Stein (gstein)
Summary: building expat-1.95.8 for win32 with mingw 

Initial Comment:
Hi!

I'm compiling expat-1.95.8 for win32 with mingw in an
cygwin-enviroment. During buildprocess i get following
error:

/bin/bash ./libtool --silent --mode=link g++-mingw -g
-O2 -Wall -Wmissing-prototypes -Wstrict-prototypes
-fexceptions -DHAVE_EXPAT_CONFIG_H   -I./lib -I.
-no-undefined -version-info 5:0:5 -rpath
/wamas/test/erudig/WX/cygwin_win32/lib
-Wl,--export-all,--kill-at -o libxmiexpat.la
lib/xmlparse.lo lib/xmltok.lo lib/xmlrole.lo
/usr/lib/gcc-lib/i686-pc-mingw32/3.3.3/../../../../i686-pc-mingw32/bin/ld:
warning: cannot find entry symbol
(Continue reading)

Picon

Problems compiling expat-1.95.8 on Solaris 8

Hi!

I had the following problem when I was trying to compile expat-1.95.8 on
my Solaris 8 system:

******
bash-2.03# make
/bin/bash ./libtool --silent --mode=compile gcc -g -O2 -Wall
-Wmissing-prototype
s -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H   -I./lib -I. -o
lib/xm
lparse.lo -c lib/xmlparse.c
/bin/bash ./libtool --silent --mode=compile gcc -g -O2 -Wall
-Wmissing-prototype
s -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H   -I./lib -I. -o
lib/xm
ltok.lo -c lib/xmltok.c
/bin/bash ./libtool --silent --mode=compile gcc -g -O2 -Wall
-Wmissing-prototype
s -Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H   -I./lib -I. -o
lib/xm
lrole.lo -c lib/xmlrole.c
/bin/bash ./libtool --silent --mode=link gcc -g -O2 -Wall
-Wmissing-prototypes -
Wstrict-prototypes -fexceptions -DHAVE_EXPAT_CONFIG_H   -I./lib -I.
-no-undefine
d -version-info 5:0:5 -rpath /usr/local/lib  -o libexpat.la
lib/xmlparse.lo lib/
xmltok.lo lib/xmlrole.lo
Undefined                       first referenced
(Continue reading)

SourceForge.net | 10 Nov 2004 23:20
Picon
Favicon

[ expat-Bugs-1064174 ] XML_GetBuffer / ParseBuffer bug

Bugs item #1064174, was opened at 2004-11-10 23:20
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=1064174&group_id=10127

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Werner BEROUX (wernight)
Assigned to: Nobody/Anonymous (nobody)
Summary: XML_GetBuffer / ParseBuffer bug

Initial Comment:
I saw the bug by a little different code than the one
under but this one bug and can be checked really fast.

I do:
Assigne EnableStartElementHandler,
EnableEndElementHandler, EnableCharacterDataHandler().

XML_ParserCreate_MM(NULL, NULL, NULL);
XML_GetBuffer(257);
int nLength = file.Read(pszBuffer, 256);
pszBuffer[nLength] = '\0'; // Don't forget this.
XML_ParseBuffer(nLength, nLength < 257); // Returns false.

Note that when I set buffer to 512 it works. I'm
calling the XML_GetBuffer() each time in the loop and
(Continue reading)

SourceForge.net | 11 Nov 2004 13:08
Picon
Favicon

[ expat-Bugs-1064174 ] XML_GetBuffer / ParseBuffer bug

Bugs item #1064174, was opened at 2004-11-10 23:20
Message generated for change (Comment added) made by wernight
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1064174&group_id=10127

Category: None
Group: None
Status: Open
Resolution: Rejected
Priority: 5
Submitted By: Werner BEROUX (wernight)
Assigned to: Nobody/Anonymous (nobody)
Summary: XML_GetBuffer / ParseBuffer bug

Initial Comment:
I saw the bug by a little different code than the one
under but this one bug and can be checked really fast.

I do:
Assigne EnableStartElementHandler,
EnableEndElementHandler, EnableCharacterDataHandler().

XML_ParserCreate_MM(NULL, NULL, NULL);
XML_GetBuffer(257);
int nLength = file.Read(pszBuffer, 256);
pszBuffer[nLength] = '\0'; // Don't forget this.
XML_ParseBuffer(nLength, nLength < 257); // Returns false.

Note that when I set buffer to 512 it works. I'm
calling the XML_GetBuffer() each time in the loop and
(Continue reading)

SourceForge.net | 10 Nov 2004 23:40
Picon
Favicon

[ expat-Bugs-1064174 ] XML_GetBuffer / ParseBuffer bug

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

Category: None
Group: None
Status: Open
>Resolution: Rejected
Priority: 5
Submitted By: Werner BEROUX (wernight)
Assigned to: Nobody/Anonymous (nobody)
Summary: XML_GetBuffer / ParseBuffer bug

Initial Comment:
I saw the bug by a little different code than the one
under but this one bug and can be checked really fast.

I do:
Assigne EnableStartElementHandler,
EnableEndElementHandler, EnableCharacterDataHandler().

XML_ParserCreate_MM(NULL, NULL, NULL);
XML_GetBuffer(257);
int nLength = file.Read(pszBuffer, 256);
pszBuffer[nLength] = '\0'; // Don't forget this.
XML_ParseBuffer(nLength, nLength < 257); // Returns false.

Note that when I set buffer to 512 it works. I'm
calling the XML_GetBuffer() each time in the loop and
(Continue reading)


Gmane