From noreply at sourceforge.net Thu May 4 08:52:32 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 03 May 2006 23:52:32 -0700 Subject: [Expat-bugs] [ expat-Bugs-1481634 ] elements.c gets hanged Message-ID: Bugs item #1481634, was opened at 2006-05-03 23:52 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=1481634&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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: elements.c gets hanged Initial Comment: hi i am using expat2.0.0 on a linux platform . I have been successful in building and installing it . I am trying the elements.c example in the example directory . --------------------------------------------- $ icc elements.c -I../lib/ -L../lib -o elem ../expat_install/lib/libexpat.so $ ./elem In main after setUserData i am at the at the start of XML_SetElementHandler i am at end of XML_SetElementHandler ------------------------------------------------ This goes in an indefinite loop .. I have used the intel compiler . The same problem prevails with gcc also . Plz find the elements.c file sent out as an attachment Thanks Megha ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1481634&group_id=10127 From noreply at sourceforge.net Fri May 5 17:38:06 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 05 May 2006 08:38:06 -0700 Subject: [Expat-bugs] [ expat-Bugs-1481634 ] elements.c gets hanged Message-ID: Bugs item #1481634, was opened at 2006-05-04 02:52 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1481634&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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: elements.c gets hanged Initial Comment: hi i am using expat2.0.0 on a linux platform . I have been successful in building and installing it . I am trying the elements.c example in the example directory . --------------------------------------------- $ icc elements.c -I../lib/ -L../lib -o elem ../expat_install/lib/libexpat.so $ ./elem In main after setUserData i am at the at the start of XML_SetElementHandler i am at end of XML_SetElementHandler ------------------------------------------------ This goes in an indefinite loop .. I have used the intel compiler . The same problem prevails with gcc also . Plz find the elements.c file sent out as an attachment Thanks Megha ---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2006-05-05 11:38 Message: Logged In: YES user_id=290026 I don't have access to a Linux machine right now. Can you try to step through the code with the debugger over the XML_SetElementHandler(parser, startElement, endElement); call and see where it loops? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1481634&group_id=10127 From noreply at sourceforge.net Tue May 9 23:48:49 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Tue, 09 May 2006 14:48:49 -0700 Subject: [Expat-bugs] [ expat-Bugs-1485066 ] MacOS X: tries to find libexpat.1.5.0.dylib in build Message-ID: Bugs item #1485066, was opened at 2006-05-09 14:48 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=1485066&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 Submitted By: Nobody/Anonymous (nobody) Assigned to: Greg Stein (gstein) Summary: MacOS X: tries to find libexpat.1.5.0.dylib in build Initial Comment: System: Mac G4 running MacOS X 10.4.6 Expat downloaded from CVS in last hour. buildconfig.sh step worked OK ./configure worked OK make failed with message that ./.libs/libexpat.1.5.0.dylib not found configure and make output attached below (I hope). This was the 2nd try of running ./configure, hence the exat_config.h is unchanged remark. make is gmake 3.80 Sincerely Peter Stockwell Dept of Biochemistry, University of Otago, New Zealand. peter at sanger.otago.ac.nz ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1485066&group_id=10127 From noreply at sourceforge.net Wed May 17 18:36:33 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 17 May 2006 09:36:33 -0700 Subject: [Expat-bugs] [ expat-Bugs-1490371 ] additional conig for INSTALL_ROOT Message-ID: Bugs item #1490371, was opened at 2006-05-17 09:36 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=1490371&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: www.libexpat.org Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Fred L. Drake, Jr. (fdrake) Summary: additional conig for INSTALL_ROOT Initial Comment: When I install expat 2.0.0, it shows me the following error always. but expat 1.9.5 is fine. camelot# make install make: Fatal error in reader: Makefile, line 48: Unexpected end of line seen the line 48 is as following: 47:ifndef INSTALL_ROOT 48:INSTALL_ROOT=$(DESTDIR) 49:if ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1490371&group_id=10127 From noreply at sourceforge.net Wed May 17 19:19:21 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 17 May 2006 10:19:21 -0700 Subject: [Expat-bugs] [ expat-Bugs-1490371 ] additional conig for INSTALL_ROOT Message-ID: Bugs item #1490371, was opened at 2006-05-17 12:36 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1490371&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: www.libexpat.org Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Fred L. Drake, Jr. (fdrake) Summary: additional conig for INSTALL_ROOT Initial Comment: When I install expat 2.0.0, it shows me the following error always. but expat 1.9.5 is fine. camelot# make install make: Fatal error in reader: Makefile, line 48: Unexpected end of line seen the line 48 is as following: 47:ifndef INSTALL_ROOT 48:INSTALL_ROOT=$(DESTDIR) 49:if ---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2006-05-17 13:19 Message: Logged In: YES user_id=290026 In which environment do you try to build expat? Is this a checkout from CVD or did you download the .gz archive? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1490371&group_id=10127 From noreply at sourceforge.net Sun May 21 01:12:57 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Sat, 20 May 2006 16:12:57 -0700 Subject: [Expat-bugs] [ expat-Bugs-1492274 ] Character ">" in quoted attribute Message-ID: Bugs item #1492274, was opened at 2006-05-20 16:12 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=1492274&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: www.libexpat.org Group: Test Required Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Fred L. Drake, Jr. (fdrake) Summary: Character ">" in quoted attribute Initial Comment: Relative to Expat 1.95.8. This may be intended, but if a "<" character is included in the value of a quoted attribute, Expat will return an error indicating the tag is not well-formed. Shouldn't a "<" character be allowed within the value of a quoted attribute? (Also, Expat allows the ">" character within a quoted attribute.) Thanks! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1492274&group_id=10127 From noreply at sourceforge.net Sun May 21 01:24:53 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Sat, 20 May 2006 16:24:53 -0700 Subject: [Expat-bugs] [ expat-Bugs-1492274 ] Character ">" in quoted attribute Message-ID: Bugs item #1492274, was opened at 2006-05-20 19:12 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1492274&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: www.libexpat.org >Group: None Status: Open >Resolution: Rejected Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Karl Waclawek (kwaclaw) Summary: Character ">" in quoted attribute Initial Comment: Relative to Expat 1.95.8. This may be intended, but if a "<" character is included in the value of a quoted attribute, Expat will return an error indicating the tag is not well-formed. Shouldn't a "<" character be allowed within the value of a quoted attribute? (Also, Expat allows the ">" character within a quoted attribute.) Thanks! ---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2006-05-20 19:24 Message: Logged In: YES user_id=290026 "<" is not allowed in an attribute value. It needs to be escaped using a reference: "<". See the XML specification. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1492274&group_id=10127 From noreply at sourceforge.net Fri May 26 14:28:01 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 26 May 2006 05:28:01 -0700 Subject: [Expat-bugs] [ expat-Bugs-1492274 ] Character ">" in quoted attribute Message-ID: Bugs item #1492274, was opened at 2006-05-20 19:12 Message generated for change (Settings changed) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1492274&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: www.libexpat.org Group: None >Status: Closed Resolution: Rejected Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Karl Waclawek (kwaclaw) Summary: Character ">" in quoted attribute Initial Comment: Relative to Expat 1.95.8. This may be intended, but if a "<" character is included in the value of a quoted attribute, Expat will return an error indicating the tag is not well-formed. Shouldn't a "<" character be allowed within the value of a quoted attribute? (Also, Expat allows the ">" character within a quoted attribute.) Thanks! ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2006-05-20 19:24 Message: Logged In: YES user_id=290026 "<" is not allowed in an attribute value. It needs to be escaped using a reference: "<". See the XML specification. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1492274&group_id=10127 From noreply at sourceforge.net Fri May 26 14:33:47 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 26 May 2006 05:33:47 -0700 Subject: [Expat-bugs] [ expat-Bugs-1481634 ] elements.c gets hanged Message-ID: Bugs item #1481634, was opened at 2006-05-04 02:52 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1481634&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: None Group: None >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: elements.c gets hanged Initial Comment: hi i am using expat2.0.0 on a linux platform . I have been successful in building and installing it . I am trying the elements.c example in the example directory . --------------------------------------------- $ icc elements.c -I../lib/ -L../lib -o elem ../expat_install/lib/libexpat.so $ ./elem In main after setUserData i am at the at the start of XML_SetElementHandler i am at end of XML_SetElementHandler ------------------------------------------------ This goes in an indefinite loop .. I have used the intel compiler . The same problem prevails with gcc also . Plz find the elements.c file sent out as an attachment Thanks Megha ---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2006-05-26 08:33 Message: Logged In: YES user_id=290026 Closing this issue due to lack of response by original submitter. ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2006-05-05 11:38 Message: Logged In: YES user_id=290026 I don't have access to a Linux machine right now. Can you try to step through the code with the debugger over the XML_SetElementHandler(parser, startElement, endElement); call and see where it loops? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1481634&group_id=10127 From noreply at sourceforge.net Fri May 26 14:31:45 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 26 May 2006 05:31:45 -0700 Subject: [Expat-bugs] [ expat-Bugs-1485066 ] MacOS X: tries to find libexpat.1.5.0.dylib in build Message-ID: Bugs item #1485066, was opened at 2006-05-09 17:48 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1485066&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 Submitted By: Nobody/Anonymous (nobody) Assigned to: Greg Stein (gstein) Summary: MacOS X: tries to find libexpat.1.5.0.dylib in build Initial Comment: System: Mac G4 running MacOS X 10.4.6 Expat downloaded from CVS in last hour. buildconfig.sh step worked OK ./configure worked OK make failed with message that ./.libs/libexpat.1.5.0.dylib not found configure and make output attached below (I hope). This was the 2nd try of running ./configure, hence the exat_config.h is unchanged remark. make is gmake 3.80 Sincerely Peter Stockwell Dept of Biochemistry, University of Otago, New Zealand. peter at sanger.otago.ac.nz ---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2006-05-26 08:31 Message: Logged In: YES user_id=290026 I am not sure we have any Mac experts on our team. Did you figure it out in the meantime? If it is a bug in our build process, would you be able to supply a patch? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1485066&group_id=10127 From noreply at sourceforge.net Fri May 26 18:11:52 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Fri, 26 May 2006 09:11:52 -0700 Subject: [Expat-bugs] [ expat-Bugs-1476160 ] __cdecl shouldn't be selected by use of MS extensions Message-ID: Bugs item #1476160, was opened at 2006-04-25 10:17 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1476160&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: Platform Specific Status: Open >Resolution: Accepted Priority: 5 Submitted By: Mighty Toenail (mighty_toenail) >Assigned to: Karl Waclawek (kwaclaw) Summary: __cdecl shouldn't be selected by use of MS extensions Initial Comment: Expat 2.0.0 I find that in my builds _MSC_EXTENSIONS is not defined, probably because I build with Microsoft extensions switched off. The result of this is that XMLCALL does not get defined to __cdecl, so when I try to link to a __fastcall project I can't resolve the symbols. My workaround has been to change expat_external.h as follows: #if defined(XML_USE_MSC_EXTENSIONS) #define XMLCALL __cdecl becomes #if defined(XML_USE_MSC_EXTENSIONS) || defined (_WIN32) || defined (_WIN64) #define XMLCALL __cdecl which is easy to apply and good enough for my purposes. I am not a Windows expert, so there may be better ways, e.g. a symbol that encompases both _WIN32 and _WIN64. However, I think that you should be specifying the Windows calling convention based on whether you are building on Windows, not on whether you are building with Microsoft extensions. XML_USE_MSC_EXTENSIONS is used in other places in your code, but perhaps in these other places it really is appropriate to make the decision based on whether MS extensions are switched on (again, I'm not a Windows expert so I'm not sure). ---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2006-05-26 12:11 Message: Logged In: YES user_id=290026 Does it work for you to use #if defined(_MSC_VER) instead of #if defined(XML_USE_MSC_EXTENSIONS) ? Looking at the other instances of #if defined(XML_USE_MSC_EXTENSIONS) I think they might be OK. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1476160&group_id=10127 From noreply at sourceforge.net Wed May 31 19:51:32 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 31 May 2006 10:51:32 -0700 Subject: [Expat-bugs] [ expat-Bugs-1498374 ] runtests.cpp does not compile Message-ID: Bugs item #1498374, was opened at 2006-05-31 10:51 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=1498374&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: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: runtests.cpp does not compile Initial Comment: The Makefile of the test directory includes -I./lib and not -I../lib for expat.h and expat_external.h If there is no installed copy of the .h filesn compile of runtests.c doesn't work. Looks like the Makefile.in is not correct. peter.sylvester at edelweb.fr ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1498374&group_id=10127 From noreply at sourceforge.net Wed May 31 19:56:39 2006 From: noreply at sourceforge.net (SourceForge.net) Date: Wed, 31 May 2006 10:56:39 -0700 Subject: [Expat-bugs] [ expat-Bugs-1498374 ] runtests.cpp does not compile Message-ID: Bugs item #1498374, was opened at 2006-05-31 13:51 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1498374&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 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Fred L. Drake, Jr. (fdrake) Summary: runtests.cpp does not compile Initial Comment: The Makefile of the test directory includes -I./lib and not -I../lib for expat.h and expat_external.h If there is no installed copy of the .h filesn compile of runtests.c doesn't work. Looks like the Makefile.in is not correct. peter.sylvester at edelweb.fr ---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2006-05-31 13:56 Message: Logged In: YES user_id=290026 I think Fred needs something to do. ;-) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=1498374&group_id=10127