From noreply at sourceforge.net Mon Dec 1 11:15:45 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Mon Dec 1 11:15:54 2003 Subject: [Expat-bugs] [ expat-Bugs-850946 ] Way for handler to report parse errror Message-ID: Bugs item #850946, was opened at 2003-11-28 18:19 Message generated for change (Settings changed) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=850946&group_id=10127 Category: None Group: None >Status: Closed >Resolution: Works For Me Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Way for handler to report parse errror Initial Comment: There also appears to be no way for a content handler to return an failure case back to expat. Just because the xml is well formatted, does not mean that the data inside is. All of the handler calls just return void, and call the next routine. If exceptions are expected to be used, then make sure that path is exception safe. ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-11-28 18:31 Message: Logged In: YES user_id=290026 Expat concerns itself with well-formedness only. However, if you wish to abort parsing for any reason, there are several ways to terminate: - use exceptions (this works for me) - use setjmp/longjmp - use the new feature XML_StopParser() which you have to call from a handler. The third feature is currently available as patch #835123 only, but should make it into one of the next releases in some form or another. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=850946&group_id=10127 From CarloZanardo at aol.com Tue Dec 2 15:55:39 2003 From: CarloZanardo at aol.com (CarloZanardo@aol.com) Date: Tue Dec 2 15:59:22 2003 Subject: [Expat-bugs] configure Message-ID: <119.2c6e1941.2cfe564b@aol.com> Hello In order to install OpenSSL on Win98 I run > configure VC-WIN32 and a error message tell : String found where oprator expected at configure line 14, near "test "X${PATH_SEPARATOR+set}"" syntax error ar configure line 14, near "if test " Execution of configure aborted due to compilationerrors. wath do you think about ? Goodbye Carlo Zanardo -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.libexpat.org/pipermail/expat-bugs/attachments/20031202/e7b26091/attachment.html From gstein at lyra.org Thu Dec 4 15:54:32 2003 From: gstein at lyra.org (Greg Stein) Date: Thu Dec 4 15:57:11 2003 Subject: [Expat-bugs] configure In-Reply-To: <119.2c6e1941.2cfe564b@aol.com>; from CarloZanardo@aol.com on Tue, Dec 02, 2003 at 03:55:39PM -0500 References: <119.2c6e1941.2cfe564b@aol.com> Message-ID: <20031204125432.F2838@lyra.org> This mailing list is for the Expat XML Parser, rather than OpenSSL. I would suggest that you visit http://www.openssl.org/ to find ways to ask questions regarding any problems you may be having. Cheers, -g On Tue, Dec 02, 2003 at 03:55:39PM -0500, CarloZanardo@aol.com wrote: > Hello > > In order to install OpenSSL on Win98 > I run > configure VC-WIN32 > and a error message tell : > > String found where oprator expected at configure line 14, > near "test "X${PATH_SEPARATOR+set}"" > > syntax error ar configure line 14, near "if test " > Execution of configure aborted due to compilationerrors. > > wath do you think about ? > > Goodbye > Carlo Zanardo -- Greg Stein, http://www.lyra.org/ From noreply at sourceforge.net Fri Dec 5 04:20:33 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Dec 5 04:20:39 2003 Subject: [Expat-bugs] [ expat-Bugs-854603 ] When I parser a xml , i find a bugs Message-ID: Bugs item #854603, was opened at 2003-12-05 01: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=854603&group_id=10127 Category: XML::Parser (inactive) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: When I parser a xml , i find a bugs Initial Comment: When I parser a xml text like below. Expat return a error. I can't find any error from it. I think the parse may have some bugs.

1 text here

---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=854603&group_id=10127 From noreply at sourceforge.net Fri Dec 5 04:37:32 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Dec 5 04:37:35 2003 Subject: [Expat-bugs] [ expat-Bugs-854603 ] When I parser a xml , i find a bugs Message-ID: Bugs item #854603, was opened at 2003-12-05 01:20 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=854603&group_id=10127 Category: XML::Parser (inactive) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: When I parser a xml , i find a bugs Initial Comment: When I parser a xml text like below. Expat return a error. I can't find any error from it. I think the parse may have some bugs.

1 text here

---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-05 01:37 Message: Logged In: NO I have try it again. The parser report error when parse tag "". Please test it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=854603&group_id=10127 From noreply at sourceforge.net Fri Dec 5 04:39:47 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Dec 5 04:39:51 2003 Subject: [Expat-bugs] [ expat-Bugs-854603 ] When I parser a xml , i find a bugs Message-ID: Bugs item #854603, was opened at 2003-12-05 01:20 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=854603&group_id=10127 Category: XML::Parser (inactive) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: When I parser a xml , i find a bugs Initial Comment: When I parser a xml text like below. Expat return a error. I can't find any error from it. I think the parse may have some bugs.

1 text here

---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-05 01:39 Message: Logged In: NO you have to encode the "&" sign. you have to use "&" instead. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-05 01:37 Message: Logged In: NO I have try it again. The parser report error when parse tag "
". Please test it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=854603&group_id=10127 From noreply at sourceforge.net Fri Dec 5 09:04:25 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Dec 5 09:04:31 2003 Subject: [Expat-bugs] [ expat-Bugs-854603 ] When I parser a xml , i find a bugs Message-ID: Bugs item #854603, was opened at 2003-12-05 04:20 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=854603&group_id=10127 Category: XML::Parser (inactive) Group: None >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: When I parser a xml , i find a bugs Initial Comment: When I parser a xml text like below. Expat return a error. I can't find any error from it. I think the parse may have some bugs.

1 text here

---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2003-12-05 09:04 Message: Logged In: YES user_id=290026 This xml text is not well-formed. Example: "&ncatalog" needs to be terminated with a semi-colon, as & is a reserved character used for entity references. If you want to use & literally, you have to escape it with & as the other message already told you. Closed since this is not a bug. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-05 04:39 Message: Logged In: NO you have to encode the "&" sign. you have to use "&" instead. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-05 04:37 Message: Logged In: NO I have try it again. The parser report error when parse tag "
". Please test it. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=854603&group_id=10127 From noreply at sourceforge.net Mon Dec 8 23:55:55 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Mon Dec 8 23:56:00 2003 Subject: [Expat-bugs] [ expat-Bugs-856659 ] Missing Win32 DSP from 1.95.7 source Message-ID: Bugs item #856659, was opened at 2003-12-08 20:55 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=856659&group_id=10127 Category: Build control Group: None Status: Open Resolution: None Priority: 5 Submitted By: D Brown (key88sf) Assigned to: Greg Stein (gstein) Summary: Missing Win32 DSP from 1.95.7 source Initial Comment: The expat-1.95.7.tar.gz file is missing the Win32 .dsp project file, making it quite tedious to try and build on windoze onesself... ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=856659&group_id=10127 From noreply at sourceforge.net Tue Dec 9 00:22:23 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Tue Dec 9 00:24:07 2003 Subject: [Expat-bugs] [ expat-Bugs-856659 ] Missing Win32 DSP from 1.95.7 source Message-ID: Bugs item #856659, was opened at 2003-12-08 23:55 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=856659&group_id=10127 Category: Build control Group: None Status: Open Resolution: None Priority: 5 Submitted By: D Brown (key88sf) >Assigned to: Fred L. Drake, Jr. (fdrake) Summary: Missing Win32 DSP from 1.95.7 source Initial Comment: The expat-1.95.7.tar.gz file is missing the Win32 .dsp project file, making it quite tedious to try and build on windoze onesself... ---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2003-12-09 00:22 Message: Logged In: YES user_id=290026 Seems true, the BCB5 files are there, but none of the VC++ related files. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=856659&group_id=10127 From noreply at sourceforge.net Thu Dec 11 17:55:33 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Thu Dec 11 17:55:38 2003 Subject: [Expat-bugs] [ expat-Bugs-846309 ] warning: `cdecl' attribute directive ignored Message-ID: Bugs item #846309, was opened at 2003-11-20 17:59 Message generated for change (Comment added) made by wheeler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Peter Handel (phandel) Assigned to: Nobody/Anonymous (nobody) Summary: warning: `cdecl' attribute directive ignored Initial Comment: Noticed the following warnings while compiling with expat: warning: `cdecl' attribute directive ignored ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 14:55 Message: Logged In: YES user_id=309379 Is there a workaround, in the meantime? I'm trying to get expat built on Mac OS X 10.3 "Panther". Thanks, David ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-25 08:41 Message: Logged In: NO The same warning occurs also with gcc on Solaris. Somewhat annoying. it might be useful to try and compile a program during configure to see whether the cdecl works. ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-11-20 18:08 Message: Logged In: YES user_id=290026 Does gcc on MacOSX know about cdecl at all, or does it just not understand the attribute directive? ---------------------------------------------------------------------- Comment By: Peter Handel (phandel) Date: 2003-11-20 18:00 Message: Logged In: YES user_id=152036 This was with MacOS X 10.3 Panther, with the built-in gcc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 From noreply at sourceforge.net Thu Dec 11 18:01:31 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Thu Dec 11 18:01:37 2003 Subject: [Expat-bugs] [ expat-Bugs-846309 ] warning: `cdecl' attribute directive ignored Message-ID: Bugs item #846309, was opened at 2003-11-20 17:59 Message generated for change (Comment added) made by wheeler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Peter Handel (phandel) Assigned to: Nobody/Anonymous (nobody) Summary: warning: `cdecl' attribute directive ignored Initial Comment: Noticed the following warnings while compiling with expat: warning: `cdecl' attribute directive ignored ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 15:01 Message: Logged In: YES user_id=309379 I notice I get the same results with gcc 2.95.2, gcc3 (GCC) 3.1 20021003 (prerelease), and gcc-3.3 (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495). Pity. Regards, David ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 14:55 Message: Logged In: YES user_id=309379 Is there a workaround, in the meantime? I'm trying to get expat built on Mac OS X 10.3 "Panther". Thanks, David ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-25 08:41 Message: Logged In: NO The same warning occurs also with gcc on Solaris. Somewhat annoying. it might be useful to try and compile a program during configure to see whether the cdecl works. ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-11-20 18:08 Message: Logged In: YES user_id=290026 Does gcc on MacOSX know about cdecl at all, or does it just not understand the attribute directive? ---------------------------------------------------------------------- Comment By: Peter Handel (phandel) Date: 2003-11-20 18:00 Message: Logged In: YES user_id=152036 This was with MacOS X 10.3 Panther, with the built-in gcc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 From noreply at sourceforge.net Fri Dec 12 00:46:06 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Dec 12 00:46:18 2003 Subject: [Expat-bugs] [ expat-Bugs-846309 ] warning: `cdecl' attribute directive ignored Message-ID: Bugs item #846309, was opened at 2003-11-20 20:59 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Peter Handel (phandel) Assigned to: Nobody/Anonymous (nobody) Summary: warning: `cdecl' attribute directive ignored Initial Comment: Noticed the following warnings while compiling with expat: warning: `cdecl' attribute directive ignored ---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2003-12-12 00:46 Message: Logged In: YES user_id=290026 The build should still succeed. Its only a warning. ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 18:01 Message: Logged In: YES user_id=309379 I notice I get the same results with gcc 2.95.2, gcc3 (GCC) 3.1 20021003 (prerelease), and gcc-3.3 (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495). Pity. Regards, David ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 17:55 Message: Logged In: YES user_id=309379 Is there a workaround, in the meantime? I'm trying to get expat built on Mac OS X 10.3 "Panther". Thanks, David ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-25 11:41 Message: Logged In: NO The same warning occurs also with gcc on Solaris. Somewhat annoying. it might be useful to try and compile a program during configure to see whether the cdecl works. ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-11-20 21:08 Message: Logged In: YES user_id=290026 Does gcc on MacOSX know about cdecl at all, or does it just not understand the attribute directive? ---------------------------------------------------------------------- Comment By: Peter Handel (phandel) Date: 2003-11-20 21:00 Message: Logged In: YES user_id=152036 This was with MacOS X 10.3 Panther, with the built-in gcc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 From noreply at sourceforge.net Fri Dec 12 00:54:29 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Fri Dec 12 00:54:34 2003 Subject: [Expat-bugs] [ expat-Bugs-846309 ] warning: `cdecl' attribute directive ignored Message-ID: Bugs item #846309, was opened at 2003-11-20 17:59 Message generated for change (Comment added) made by wheeler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Peter Handel (phandel) Assigned to: Nobody/Anonymous (nobody) Summary: warning: `cdecl' attribute directive ignored Initial Comment: Noticed the following warnings while compiling with expat: warning: `cdecl' attribute directive ignored ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 21:54 Message: Logged In: YES user_id=309379 True enough. I thought it was failing because `make check` was failing spectacularly, but it turns out that the same is true of 1.95.5, which issues no warnings. I've now tried 1.95.7 with XML::Parser, and all its tests pass, so I'm happy. Thanks, David ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-12-11 21:46 Message: Logged In: YES user_id=290026 The build should still succeed. Its only a warning. ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 15:01 Message: Logged In: YES user_id=309379 I notice I get the same results with gcc 2.95.2, gcc3 (GCC) 3.1 20021003 (prerelease), and gcc-3.3 (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495). Pity. Regards, David ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 14:55 Message: Logged In: YES user_id=309379 Is there a workaround, in the meantime? I'm trying to get expat built on Mac OS X 10.3 "Panther". Thanks, David ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-25 08:41 Message: Logged In: NO The same warning occurs also with gcc on Solaris. Somewhat annoying. it might be useful to try and compile a program during configure to see whether the cdecl works. ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-11-20 18:08 Message: Logged In: YES user_id=290026 Does gcc on MacOSX know about cdecl at all, or does it just not understand the attribute directive? ---------------------------------------------------------------------- Comment By: Peter Handel (phandel) Date: 2003-11-20 18:00 Message: Logged In: YES user_id=152036 This was with MacOS X 10.3 Panther, with the built-in gcc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 From noreply at sourceforge.net Tue Dec 16 15:46:24 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Tue Dec 16 15:46:30 2003 Subject: [Expat-bugs] [ expat-Bugs-846309 ] warning: `cdecl' attribute directive ignored Message-ID: Bugs item #846309, was opened at 2003-11-20 17:59 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Peter Handel (phandel) Assigned to: Nobody/Anonymous (nobody) Summary: warning: `cdecl' attribute directive ignored Initial Comment: Noticed the following warnings while compiling with expat: warning: `cdecl' attribute directive ignored ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-16 12:46 Message: Logged In: NO PATH variable should point to /usr/local/ or try using ./configure --prefix=/usr/local/lib and read the README ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 21:54 Message: Logged In: YES user_id=309379 True enough. I thought it was failing because `make check` was failing spectacularly, but it turns out that the same is true of 1.95.5, which issues no warnings. I've now tried 1.95.7 with XML::Parser, and all its tests pass, so I'm happy. Thanks, David ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-12-11 21:46 Message: Logged In: YES user_id=290026 The build should still succeed. Its only a warning. ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 15:01 Message: Logged In: YES user_id=309379 I notice I get the same results with gcc 2.95.2, gcc3 (GCC) 3.1 20021003 (prerelease), and gcc-3.3 (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495). Pity. Regards, David ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 14:55 Message: Logged In: YES user_id=309379 Is there a workaround, in the meantime? I'm trying to get expat built on Mac OS X 10.3 "Panther". Thanks, David ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-25 08:41 Message: Logged In: NO The same warning occurs also with gcc on Solaris. Somewhat annoying. it might be useful to try and compile a program during configure to see whether the cdecl works. ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-11-20 18:08 Message: Logged In: YES user_id=290026 Does gcc on MacOSX know about cdecl at all, or does it just not understand the attribute directive? ---------------------------------------------------------------------- Comment By: Peter Handel (phandel) Date: 2003-11-20 18:00 Message: Logged In: YES user_id=152036 This was with MacOS X 10.3 Panther, with the built-in gcc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 From noreply at sourceforge.net Tue Dec 16 16:22:24 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Tue Dec 16 16:22:29 2003 Subject: [Expat-bugs] [ expat-Bugs-846309 ] warning: `cdecl' attribute directive ignored Message-ID: Bugs item #846309, was opened at 2003-11-20 17:59 Message generated for change (Comment added) made by wheeler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Peter Handel (phandel) Assigned to: Nobody/Anonymous (nobody) Summary: warning: `cdecl' attribute directive ignored Initial Comment: Noticed the following warnings while compiling with expat: warning: `cdecl' attribute directive ignored ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-16 13:22 Message: Logged In: YES user_id=309379 No, i think the problem was that make test is designed to run after make install in expat. I'd never heard of this before. But now that it is installed, it of course still fails tests. More on the issue here: http://sourceforge.net/tracker/index.php?func=detail&aid=858740&group_id=17203&atid=414256 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-16 12:46 Message: Logged In: NO PATH variable should point to /usr/local/ or try using ./configure --prefix=/usr/local/lib and read the README ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 21:54 Message: Logged In: YES user_id=309379 True enough. I thought it was failing because `make check` was failing spectacularly, but it turns out that the same is true of 1.95.5, which issues no warnings. I've now tried 1.95.7 with XML::Parser, and all its tests pass, so I'm happy. Thanks, David ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-12-11 21:46 Message: Logged In: YES user_id=290026 The build should still succeed. Its only a warning. ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 15:01 Message: Logged In: YES user_id=309379 I notice I get the same results with gcc 2.95.2, gcc3 (GCC) 3.1 20021003 (prerelease), and gcc-3.3 (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495). Pity. Regards, David ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 14:55 Message: Logged In: YES user_id=309379 Is there a workaround, in the meantime? I'm trying to get expat built on Mac OS X 10.3 "Panther". Thanks, David ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-25 08:41 Message: Logged In: NO The same warning occurs also with gcc on Solaris. Somewhat annoying. it might be useful to try and compile a program during configure to see whether the cdecl works. ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-11-20 18:08 Message: Logged In: YES user_id=290026 Does gcc on MacOSX know about cdecl at all, or does it just not understand the attribute directive? ---------------------------------------------------------------------- Comment By: Peter Handel (phandel) Date: 2003-11-20 18:00 Message: Logged In: YES user_id=152036 This was with MacOS X 10.3 Panther, with the built-in gcc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 From noreply at sourceforge.net Tue Dec 16 21:19:25 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Tue Dec 16 21:19:30 2003 Subject: [Expat-bugs] [ expat-Bugs-846309 ] warning: `cdecl' attribute directive ignored Message-ID: Bugs item #846309, was opened at 2003-11-20 20:59 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Peter Handel (phandel) Assigned to: Nobody/Anonymous (nobody) Summary: warning: `cdecl' attribute directive ignored Initial Comment: Noticed the following warnings while compiling with expat: warning: `cdecl' attribute directive ignored ---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2003-12-16 21:19 Message: Logged In: YES user_id=290026 Do you have the Check library installed? If yes, which tests does it fail? ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-16 16:22 Message: Logged In: YES user_id=309379 No, i think the problem was that make test is designed to run after make install in expat. I'd never heard of this before. But now that it is installed, it of course still fails tests. More on the issue here: http://sourceforge.net/tracker/index.php?func=detail&aid=858740&group_id=17203&atid=414256 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-16 15:46 Message: Logged In: NO PATH variable should point to /usr/local/ or try using ./configure --prefix=/usr/local/lib and read the README ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-12 00:54 Message: Logged In: YES user_id=309379 True enough. I thought it was failing because `make check` was failing spectacularly, but it turns out that the same is true of 1.95.5, which issues no warnings. I've now tried 1.95.7 with XML::Parser, and all its tests pass, so I'm happy. Thanks, David ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-12-12 00:46 Message: Logged In: YES user_id=290026 The build should still succeed. Its only a warning. ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 18:01 Message: Logged In: YES user_id=309379 I notice I get the same results with gcc 2.95.2, gcc3 (GCC) 3.1 20021003 (prerelease), and gcc-3.3 (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495). Pity. Regards, David ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 17:55 Message: Logged In: YES user_id=309379 Is there a workaround, in the meantime? I'm trying to get expat built on Mac OS X 10.3 "Panther". Thanks, David ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-25 11:41 Message: Logged In: NO The same warning occurs also with gcc on Solaris. Somewhat annoying. it might be useful to try and compile a program during configure to see whether the cdecl works. ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-11-20 21:08 Message: Logged In: YES user_id=290026 Does gcc on MacOSX know about cdecl at all, or does it just not understand the attribute directive? ---------------------------------------------------------------------- Comment By: Peter Handel (phandel) Date: 2003-11-20 21:00 Message: Logged In: YES user_id=152036 This was with MacOS X 10.3 Panther, with the built-in gcc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 From noreply at sourceforge.net Tue Dec 16 23:19:31 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Tue Dec 16 23:19:37 2003 Subject: [Expat-bugs] [ expat-Bugs-846309 ] warning: `cdecl' attribute directive ignored Message-ID: Bugs item #846309, was opened at 2003-11-20 17:59 Message generated for change (Comment added) made by wheeler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Peter Handel (phandel) Assigned to: Nobody/Anonymous (nobody) Summary: warning: `cdecl' attribute directive ignored Initial Comment: Noticed the following warnings while compiling with expat: warning: `cdecl' attribute directive ignored ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-16 20:19 Message: Logged In: YES user_id=309379 I don't think I do have it installed -- at least locate doesn't seem to find it. But FYI, the tests, after issuing a lot of warnings, end with this: tests/runtests.c:1409: warning: implicit declaration of function `srunner_run_all' tests/runtests.c:1410: warning: implicit declaration of function `srunner_ntests_failed' tests/runtests.c:1411: warning: implicit declaration of function `srunner_free' tests/runtests.c:1412: warning: implicit declaration of function `suite_free' make: *** [tests/runtests.o] Error 1 ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-12-16 18:19 Message: Logged In: YES user_id=290026 Do you have the Check library installed? If yes, which tests does it fail? ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-16 13:22 Message: Logged In: YES user_id=309379 No, i think the problem was that make test is designed to run after make install in expat. I'd never heard of this before. But now that it is installed, it of course still fails tests. More on the issue here: http://sourceforge.net/tracker/index.php?func=detail&aid=858740&group_id=17203&atid=414256 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-16 12:46 Message: Logged In: NO PATH variable should point to /usr/local/ or try using ./configure --prefix=/usr/local/lib and read the README ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 21:54 Message: Logged In: YES user_id=309379 True enough. I thought it was failing because `make check` was failing spectacularly, but it turns out that the same is true of 1.95.5, which issues no warnings. I've now tried 1.95.7 with XML::Parser, and all its tests pass, so I'm happy. Thanks, David ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-12-11 21:46 Message: Logged In: YES user_id=290026 The build should still succeed. Its only a warning. ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 15:01 Message: Logged In: YES user_id=309379 I notice I get the same results with gcc 2.95.2, gcc3 (GCC) 3.1 20021003 (prerelease), and gcc-3.3 (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495). Pity. Regards, David ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 14:55 Message: Logged In: YES user_id=309379 Is there a workaround, in the meantime? I'm trying to get expat built on Mac OS X 10.3 "Panther". Thanks, David ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-25 08:41 Message: Logged In: NO The same warning occurs also with gcc on Solaris. Somewhat annoying. it might be useful to try and compile a program during configure to see whether the cdecl works. ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-11-20 18:08 Message: Logged In: YES user_id=290026 Does gcc on MacOSX know about cdecl at all, or does it just not understand the attribute directive? ---------------------------------------------------------------------- Comment By: Peter Handel (phandel) Date: 2003-11-20 18:00 Message: Logged In: YES user_id=152036 This was with MacOS X 10.3 Panther, with the built-in gcc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 From noreply at sourceforge.net Tue Dec 16 23:31:30 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Tue Dec 16 23:31:34 2003 Subject: [Expat-bugs] [ expat-Bugs-846309 ] warning: `cdecl' attribute directive ignored Message-ID: Bugs item #846309, was opened at 2003-11-20 20:59 Message generated for change (Comment added) made by kwaclaw You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Peter Handel (phandel) Assigned to: Nobody/Anonymous (nobody) Summary: warning: `cdecl' attribute directive ignored Initial Comment: Noticed the following warnings while compiling with expat: warning: `cdecl' attribute directive ignored ---------------------------------------------------------------------- >Comment By: Karl Waclawek (kwaclaw) Date: 2003-12-16 23:31 Message: Logged In: YES user_id=290026 According to the README the Check library is a pre-requisite for building and running the test suite.. ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-16 23:19 Message: Logged In: YES user_id=309379 I don't think I do have it installed -- at least locate doesn't seem to find it. But FYI, the tests, after issuing a lot of warnings, end with this: tests/runtests.c:1409: warning: implicit declaration of function `srunner_run_all' tests/runtests.c:1410: warning: implicit declaration of function `srunner_ntests_failed' tests/runtests.c:1411: warning: implicit declaration of function `srunner_free' tests/runtests.c:1412: warning: implicit declaration of function `suite_free' make: *** [tests/runtests.o] Error 1 ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-12-16 21:19 Message: Logged In: YES user_id=290026 Do you have the Check library installed? If yes, which tests does it fail? ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-16 16:22 Message: Logged In: YES user_id=309379 No, i think the problem was that make test is designed to run after make install in expat. I'd never heard of this before. But now that it is installed, it of course still fails tests. More on the issue here: http://sourceforge.net/tracker/index.php?func=detail&aid=858740&group_id=17203&atid=414256 ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-16 15:46 Message: Logged In: NO PATH variable should point to /usr/local/ or try using ./configure --prefix=/usr/local/lib and read the README ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-12 00:54 Message: Logged In: YES user_id=309379 True enough. I thought it was failing because `make check` was failing spectacularly, but it turns out that the same is true of 1.95.5, which issues no warnings. I've now tried 1.95.7 with XML::Parser, and all its tests pass, so I'm happy. Thanks, David ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-12-12 00:46 Message: Logged In: YES user_id=290026 The build should still succeed. Its only a warning. ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 18:01 Message: Logged In: YES user_id=309379 I notice I get the same results with gcc 2.95.2, gcc3 (GCC) 3.1 20021003 (prerelease), and gcc-3.3 (GCC) 3.3 20030304 (Apple Computer, Inc. build 1495). Pity. Regards, David ---------------------------------------------------------------------- Comment By: David Wheeler (wheeler) Date: 2003-12-11 17:55 Message: Logged In: YES user_id=309379 Is there a workaround, in the meantime? I'm trying to get expat built on Mac OS X 10.3 "Panther". Thanks, David ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-11-25 11:41 Message: Logged In: NO The same warning occurs also with gcc on Solaris. Somewhat annoying. it might be useful to try and compile a program during configure to see whether the cdecl works. ---------------------------------------------------------------------- Comment By: Karl Waclawek (kwaclaw) Date: 2003-11-20 21:08 Message: Logged In: YES user_id=290026 Does gcc on MacOSX know about cdecl at all, or does it just not understand the attribute directive? ---------------------------------------------------------------------- Comment By: Peter Handel (phandel) Date: 2003-11-20 21:00 Message: Logged In: YES user_id=152036 This was with MacOS X 10.3 Panther, with the built-in gcc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=846309&group_id=10127 From roy_clemmons at hotmail.com Wed Dec 17 08:24:10 2003 From: roy_clemmons at hotmail.com (Roy Clemmons) Date: Wed Dec 17 08:23:40 2003 Subject: [Expat-bugs] Undefined reference to _WinMain@16 Message-ID: Greetings, After downloading expat-1.95.7.tar.gz from sSourceForge and executing /configure (per the README, however I did not execute./buildconf.sh ), I am receiving the following error when attempting to make the expat library under the cygwin 1.5.5-1 environment: undefined reference to `_WinMain@16' The same error reported to the cygwin email list resulted in a reply that suggested that this error might be caused because of a missing main() in the source code. My OS is Windows 2000 SP 4 What can I do to resolve this issue? Thank you, Roy Clemmons =================================== Here is the complete make output: $ make /bin/bash ./libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototype s -fexceptions -DHAVE_EXPAT_CONFIG_H -I./lib -I. -o lib/xmlparse.lo -c lib/xmlparse.c /bin/bash ./libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototype s -fexceptions -DHAVE_EXPAT_CONFIG_H -I./lib -I. -o lib/xmltok.lo -c lib/xmltok.c /bin/bash ./libtool --silent --mode=compile gcc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototype s -fexceptions -DHAVE_EXPAT_CONFIG_H -I./lib -I. -o lib/xmlrole.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-undefined -version -info 5:0:5 -rpath /usr/local/ lib -o libexpat.la lib/xmlparse.lo lib/xmltok.lo lib/xmlrole.lo /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../libcygwin.a(libcmain.o) (.text+0x7c): undefined reference to `_WinMain@16' collect2: ld returned 1 exit status make: *** [libexpat.la] Error 1 Here is the complete ./configure output: $ ./configure checking build system type... i686-pc-cygwin checking host system type... i686-pc-cygwin checking for gcc... gcc checking for C compiler default output... a.exe checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... .exe checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for ld used by GCC... /usr/i686-pc-cygwin/bin/ld.exe checking if the linker (/usr/i686-pc-cygwin/bin/ld.exe) is GNU ld... yes checking for /usr/i686-pc-cygwin/bin/ld.exe option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependant libraries... file_magic file format pei*-i386(.*architecture: i 86)? checking command to parse /usr/bin/nm -B output... ok checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -DDLL_EXPORT checking if gcc PIC flag -DDLL_EXPORT works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/i686-pc-cygwin/bin/ld.exe) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... Win32 ld.exe checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes creating libtool checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking whether gcc accepts -fexceptions... yes checking for ANSI C header files... (cached) yes checking whether byte ordering is bigendian... no checking for gcc option to accept ANSI C... none needed checking for an ANSI C-conforming const... yes checking for size_t... yes checking for memmove... yes checking for bcopy... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for off_t... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... no checking check.h usability... no checking check.h presence... no checking for check.h... no configure: creating ./config.status config.status: creating Makefile config.status: creating expat_config.h From karl at waclawek.net Wed Dec 17 09:23:35 2003 From: karl at waclawek.net (Karl Waclawek) Date: Wed Dec 17 09:23:41 2003 Subject: [Expat-bugs] Undefined reference to _WinMain@16 References: Message-ID: <001001c3c4a9$5bb595d0$9e539696@citkwaclaww2k> > Greetings, > > After downloading expat-1.95.7.tar.gz from sSourceForge and executing > /configure (per the README, however I did not > execute./buildconf.sh ), I am receiving the following error when > attempting to make the expat library under the cygwin 1.5.5-1 > environment: > > undefined reference to `_WinMain@16' > > The same error reported to the cygwin email list resulted in a reply > that suggested that this error might be caused because of a missing > main() in the source code. > > My OS is Windows 2000 SP 4 > > What can I do to resolve this issue? > > Thank you, AFAIK, Expat 1.95.7 builds cleanly under Cygwin. Are you using the latest Cygwin? Karl From roy_clemmons at hotmail.com Wed Dec 17 20:19:09 2003 From: roy_clemmons at hotmail.com (Roy Clemmons) Date: Wed Dec 17 20:18:42 2003 Subject: [Expat-bugs] Undefined reference to _WinMain@16 References: <001001c3c4a9$5bb595d0$9e539696@citkwaclaww2k> Message-ID: I fixed this problem by adding a dummy winmain to xmlparse.c int __declspec(nothrow) __stdcall WinMain(int a, int b, char* c, int d); int __declspec(nothrow) __stdcall WinMain(int a, int b, char* c, int d) { return 0; } Don't know the repercussions - if any. Roy > > Greetings, > > > > After downloading expat-1.95.7.tar.gz from sSourceForge and executing > > /configure (per the README, however I did not > > execute./buildconf.sh ), I am receiving the following error when > > attempting to make the expat library under the cygwin 1.5.5-1 > > environment: > > > > undefined reference to `_WinMain@16' > > > > The same error reported to the cygwin email list resulted in a reply > > that suggested that this error might be caused because of a missing > > main() in the source code. > > > > My OS is Windows 2000 SP 4 > > > > What can I do to resolve this issue? > > > > Thank you, From noreply at sourceforge.net Sat Dec 20 10:05:25 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Sat Dec 20 10:05:29 2003 Subject: [Expat-bugs] [ expat-Bugs-863550 ] Update to libtool 1.5 Message-ID: Bugs item #863550, was opened at 2003-12-20 07:05 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=863550&group_id=10127 Category: Build control Group: Feature Request Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Greg Stein (gstein) Summary: Update to libtool 1.5 Initial Comment: Please update the libtool included with expat to version 1.5 (stable). It makes building on platforms such as Cygwin easier, as well as easing integration when combining expat with other modern projects. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=863550&group_id=10127 From noreply at sourceforge.net Sat Dec 20 10:11:12 2003 From: noreply at sourceforge.net (SourceForge.net) Date: Sat Dec 20 10:11:15 2003 Subject: [Expat-bugs] [ expat-Bugs-863550 ] Update to libtool 1.5 Message-ID: Bugs item #863550, was opened at 2003-12-20 07:05 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=863550&group_id=10127 Category: Build control Group: Feature Request Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Greg Stein (gstein) Summary: Update to libtool 1.5 Initial Comment: Please update the libtool included with expat to version 1.5 (stable). It makes building on platforms such as Cygwin easier, as well as easing integration when combining expat with other modern projects. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2003-12-20 07:11 Message: Logged In: NO This is easy to do, manually: 1) make distclean 2) Either libtoolize or update config.guess, config.sub, ltmain.sh files within conftools. Manually copy the latest libtool.m4 into conftools. 3) autoheader && autoconf. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=110127&aid=863550&group_id=10127