|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 - 3 | Next > |
|
|
OpenSP 1.5.2pre1 ReleasedOpenSP 1.5.2pre1, the first prerelease of OpenSP 1.5.2, has been released!
OpenSP 1.5.2 is a bug fix and maintenance release. <http://sf.net/project/showfiles.php?group_id=2115&package_id=2869&release_id= 374436> Changes in OpenSP 1.5.2pre1 * Support for version 4.0 of the GNU C++ compiler. * Added doc building and config option. * Updated local gettext. * Added config option to turn off DTDDECL support. * Update 'de' and 'fr' translations; add new 'tr' translation. * Add more tests. The build has been tested on Fedora Core Rawhide and Mac OS X 10.4.2, and Win32 binaries are expected to show up in the not too distant future. Other than the internal test suite, this release has not been extensively tested so you should expect there to be outstanding issues. Please report these in the Bug Tracker on SF.net: <http://sf.net/tracker/?func=add&group_id=2115&atid=102115> Please _do_ log in before reporting a bug or we'll have trouble following up on your report. If you do not have a SF.net account you can report problems by email to the mailinglist. While all feedback would be valuable, we are in particular looking for build reports (both success and fail) on as many platforms as possible and with as many different compilers as possible. -- I'm [less] than thrilled by the [VM situation]; all sides of it. I [think] we need a [fork] in that area so that you guys would stop stepping on each others' toes. I'm taking no part in your merry 5-way clusterfuck -- sort that mess out between yourselves. -- Alexander Viro on lkml ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
Re: OpenSP 1.5.2pre1 ReleasedTerje Bless <link@...> wrote:
>OpenSP 1.5.2pre1, the first prerelease of OpenSP 1.5.2, has been released! And a few quick notes on that… It's tagged in CVS as “opensp-1_5_2pre1-release” and modulo feedback that it has issues this should be more or less what gets released as 1.5.2. The various changes by Neil, Björn, and Karl recently seems to have fixed all the major issues that I'm aware of (not that that's any kind of guarantee). I intend to push out a 1.5.2 final release fairly quickly unless someone pipes up with a veto or significant “-1” comments. Yes, this is an arbitrary and unilateral decision. No, I have no qualms whatsoever about this. :-) ( Feel free to yell at me if I you feel the need though! ) Once 1.5.2 goes out I'm thinking I'll take a shot at merging the 1.5 branch onto HEAD. Not sure what state HEAD is actually in ATM, but I think it's mostly Javier's new feature checkins so that should be fine. Not really sure whether there is a 1.5.3 or 1.6.0 in the near future. One open issue in 1.5.2pre1 is that I had to disable building of the PS and PDF versions of the releasenotes (.html is till there). This is mostly because it interacted badly with what may be a borked DocBook toolchain on my devel box (Neil has fixed everything else so I think it's my box that's borked). Depending on various factors I may end up removing the PS and PDF versions completely for the final release (chime in if you have an opinion on this; either way!). Also, for this release, please do at least download and try to build the tarball. There have been quite significant changes to the build system so build/fail reports (with: platform, version, GCC version, whatver else seems relevant) would be very usefull. If you have time for nothing else, please try to at least find the time to do a build and report back pass/fail status! I'm mercilessly nagging on various hapless victi^W^Wfolk to get us Win32 binaries and to get the package in Fedora Core (and by extension, RHEL) updated to 1.5.2 for their next releases. Can I hope someone will do the same for Debian? How about Fink/Darwinports for Mac OS X? Anyone involved in those? Any other platforms/distros we could/should target? -- “Hath no man's dagger here a point for me?” - Leonato, Governor of Messina. See Project Gutenberg <URL:http://promo.net/pg/> for more. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
Re: OpenSP 1.5.2pre1 ReleasedTerje Bless <link@...> writes:
> Terje Bless <link@...> wrote: > >>OpenSP 1.5.2pre1, the first prerelease of OpenSP 1.5.2, has been >>released! Thanks for preparing a release! Finding xml.dcl on SUSE Linux is a chicken-and-egg-problem, because we install it as part of the opensp package. I guess it would not hurt to add :./pubtext to the search path. With the appended patch OpenSP builds on SUSE Linux 10.0 (x86) and "make check SHOWSTOPPERS=". Now running "make distcheck SHOWSTOPPERS="... Index: configure.in =================================================================== RCS file: /cvsroot/openjade/sp/configure.in,v retrieving revision 1.29.2.39 diff -w -u -r1.29.2.39 configure.in --- configure.in 29 Nov 2005 16:23:20 -0000 1.29.2.39 +++ configure.in 1 Dec 2005 15:07:58 -0000 @@ -537,7 +537,8 @@ AC_MSG_ERROR( [could not find pdfjadetex; set PDFJADETEX or consider --disable-doc-build]) fi - AC_PATH_PROG(XMLDCL, xml.dcl,, [/usr/share/sgml:/usr/share/sgml/declaration]) + AC_PATH_PROG(XMLDCL, xml.dcl,, +[/usr/share/sgml:/usr/share/sgml/declaration:./pubtext]) if test -z "$XMLDCL" then AC_MSG_ERROR( -- Karl Eichwalder R&D / Documentation SUSE Linux Products GmbH Key fingerprint = B2A3 AF2F CFC8 40B1 67EA 475A 5903 A21B 06EB 882E ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
Re: OpenSP 1.5.2pre1 Released (build reports)Hi Terje, All,
On 1 Dec 2005, at 05:19, Terje Bless wrote: >> OpenSP 1.5.2pre1, the first prerelease of OpenSP 1.5.2, has been >> released! Congrats! > Also, for this release, please do at least download and try to > build the > tarball. There have been quite significant changes to the build > system so > build/fail reports (with: platform, version, GCC version, whatver > else seems > relevant) would be very usefull. ** System 1: debian GNU/Linux with gcc version 3.3.5 (Debian 1:3.3.5-13) Builds - with repeated warnings about: ../include/Owner.cxx: In destructor `OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': ../include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' Trie.h:22: instantiated from here ../include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: ../include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' ../include/Owner.cxx:15: note: neither the destructor nor the class- specific operator delete will be called, even if they are declared when the class is defined. but make check fails a bunch of tests: qa:~/OpenSP-1.5.2pre1# make check | grep -i fail /root/OpenSP-1.5.2pre1/nsgmls/.libs/lt-onsgmls:E: error reading "./ cat-2/" (Is a directory) FAIL: catalog-2 /root/OpenSP-1.5.2pre1/nsgmls/.libs/lt-onsgmls:af-7.sgml:3:1:E: value of attribute "TYPE" cannot be "A"; must be one of "ZZZ", "YYY" FAIL: af-7 /root/OpenSP-1.5.2pre1/nsgmls/.libs/lt-onsgmls:af-8.sgml:3:1:E: value of attribute "ROLE" cannot be "A"; must be one of "ZZZ", "YYY" FAIL: af-8 FAIL: af-9 FAIL: af-10 FAIL: af-11 6 of 23 tests failed make[3]: *** [check-TESTS] Error 1 make[2]: *** [check-am] Error 2 make[1]: *** [check-recursive] Error 1 make: *** [check] Error 2 ** System 2: macOS X 10.4 Darwin Kernel Version 8.3.0, gcc version 4.0.0 20041026 (Apple Computer, Inc. build 4061) configure fails unless used with --disable-doc-build (no xmlto on the mac, could use xsltproc instead?) Builds smoothly, fails a few tests though: % make check | grep -i fail /Users/ot/Sites/cvs/public/OpenSP-1.5.2pre1/nsgmls/.libs/onsgmls:E: error reading "./cat-2/" (Is a directory) FAIL: catalog-2 /Users/ot/Sites/cvs/public/OpenSP-1.5.2pre1/nsgmls/.libs/ onsgmls:af-7.sgml:3:1:E: value of attribute "TYPE" cannot be "A"; must be one of "ZZZ", "YYY" FAIL: af-7 /Users/ot/Sites/cvs/public/OpenSP-1.5.2pre1/nsgmls/.libs/ onsgmls:af-8.sgml:3:1:E: value of attribute "ROLE" cannot be "A"; must be one of "ZZZ", "YYY" FAIL: af-8 FAIL: af-9 FAIL: af-10 FAIL: af-11 6 of 23 tests failed make[3]: *** [check-TESTS] Error 1 make[2]: *** [check-am] Error 2 make[1]: *** [check-recursive] Error 1 make: *** [check] Error 2 I can send in more info if necessary. By the way, I suggest that 'make check' also works as 'make test', which in my little world at least is more familiar. HTH, -- olivier ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
Re: OpenSP 1.5.2pre1 Released (build reports)olivier Thereaux <ot@...> wrote:
>** System 1: debian GNU/Linux with gcc version 3.3.5 (Debian 1:3.3.5-13) > >Builds - with repeated warnings about: […] Hmm. I wonder if Neil might want to take a look at these. They sound like they /may/ be related to the spate of fixes he provided for GCC4 warnings. >but make check fails a bunch of tests: 6 of 23 tests should fail; they're instances where OpenSP behaves incorrectly (defined here as «different from jjc's nsgmls» IIRC). If you do “make check SHOWSTOPPERS=” it should pass all tests (excludes the known broken tests). >** System 2: macOS X 10.4 Darwin Kernel Version 8.3.0, gcc version 4.0.0 > 20041026 (Apple Computer, Inc. build 4061) > >configure fails unless used with --disable-doc-build (no xmlto on the >mac, could use xsltproc instead?) Hmm. I wonder if we could make this the default on Mac OS X… In general we need to do something about the docs. The current setup creates quite a few requirements for building that would be solved by distributing pre-made docs. Perhaps add a local hook for “make dist” (and “make dist-zip”) that builds the docs so they're already in the release tarballs? That way only building from CVS will require a complete docbook toolchain and the various other oddities. >Builds smoothly, fails a few tests though: See above. >I can send in more info if necessary. Thanks for testing this Olivier! >By the way, I suggest that 'make check' also works as 'make test', which >in my little world at least is more familiar. Actually, I think “make test” is the relative newcomer — brought in with Perl — and “make check” the original from the GNU project. But perhaps it might be worth adding an alias for it; more testing can only be a good thing. -- “See... *That* is the problem... Scotch is for sipping, relaxing, and deep thoughts... Jack is what you drink when you need to work through the pain.” -- John C. Welch ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
Re: OpenSP 1.5.2pre1 ReleasedKarl Eichwalder <ke@...> wrote:
>Finding xml.dcl on SUSE Linux is a chicken-and-egg-problem, because we >install it as part of the opensp package. I guess it would not hurt to >add :./pubtext to the search path. Hmmm. Since we have an internal copy of xml.dcl, perhaps we should use it unconditionally? Then again, since we no longer build PDF and PS versions, perhaps we don't strictly need it for anything so the check can be dropped? -- “Frailty, thy name is woman!” - Hamlet, Prince of Denmark. See Project Gutenberg <URL:http://promo.net/pg/> for more. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
Re: OpenSP 1.5.2pre1 Released* Terje Bless wrote:
>OpenSP 1.5.2pre1, the first prerelease of OpenSP 1.5.2, has been released! > >OpenSP 1.5.2 is a bug fix and maintenance release. > ><http://sf.net/project/showfiles.php?group_id=2115&package_id=2869&release_id=374436> >The build has been tested on Fedora Core Rawhide and Mac OS X 10.4.2, >and Win32 binaries are expected to show up in the not too distant future. OpenSP-1.5.2pre1-win32.zip (VS.NET 2003 -MT x86 build) is now part of the release above. -- Björn Höhrmann · mailto:bjoern@... · http://bjoern.hoehrmann.de Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
Re: OpenSP 1.5.2pre1 Released (build reports)On 1 Dec 2005, at 10:17, olivier Thereaux wrote: > ** System 1: debian GNU/Linux with gcc version 3.3.5 (Debian > 1:3.3.5-13) Apologies for the scattered report. I noticed that on the system 1 above, all builds and works ok locally, however, after make install'ing it, it fails to run, not finding libosp.so.5: [[ /usr/local/bin/onsgmls: error while loading shared libraries: libosp.so.5: cannot open shared object file: No such file or directory ]] A look at the output of make install shows that the lib has indeed been installed in /usr/local/lib [[ /usr/bin/install -c .libs/libosp.so.5.0.0 /usr/local/lib/libosp.so.5.0.0 (cd /usr/local/lib && rm -f libosp.so.5 && ln -s libosp.so.5.0.0 libosp.so.5) ]] And, surely enough: [[ export LD_LIBRARY_PATH=/usr/local/lib; /usr/local/bin/onsgmls -v ]] works just fine. It appears that /usr/local/lib is not commonly in LD_LIBRARY_PATH on debian. I assume whoever (Neil?) will make the deb package will take care of that properly and install the lib in /usr/lib (which is the case with the current .deb), but it might be worth looking onto it for the tarball installing, or documenting it? HTH, -- olivier ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
Re: OpenSP 1.5.2pre1 ReleasedKarl schrieb:
> Index: configure.in > =================================================================== > RCS file: /cvsroot/openjade/sp/configure.in,v > retrieving revision 1.29.2.39 > diff -w -u -r1.29.2.39 configure.in > --- configure.in 29 Nov 2005 16:23:20 -0000 1.29.2.39 > +++ configure.in 1 Dec 2005 15:07:58 -0000 > @@ -537,7 +537,8 @@ > AC_MSG_ERROR( > [could not find pdfjadetex; set PDFJADETEX or consider --disable-doc-build]) > fi > - AC_PATH_PROG(XMLDCL, xml.dcl,, > [/usr/share/sgml:/usr/share/sgml/declaration]) > + AC_PATH_PROG(XMLDCL, xml.dcl,, > +[/usr/share/sgml:/usr/share/sgml/declaration:./pubtext]) > if test -z "$XMLDCL" > then > AC_MSG_ERROR( This does not work when building outside the source directory which is the usual way to do this on Cygwin. Better make this AC_PATH_PROG(XMLDCL, xml.dcl,, [/usr/share/sgml:/usr/share/sgml/declaration:${srcdir}/pubtext]) or similar. Regards, Gerrit -- =^..^= ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
Re: OpenSP 1.5.2pre1 Released"Gerrit P. Haase" <gerrit@...> writes:
> This does not work when building outside the source directory which is > the usual way to do this on Cygwin. Better make this > AC_PATH_PROG(XMLDCL, xml.dcl,, [/usr/share/sgml:/usr/share/sgml/declaration:${srcdir}/pubtext]) > or similar. Thanks for the reminder -- you are absolutely right! -- | ,__o | _-\_<, | (*)/'(*) ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
AF processing (Re: OpenSP 1.5.2pre1 Released (build reports))Terje Bless <link@...> writes:
> 6 of 23 tests should fail; they're instances where OpenSP behaves incorrectly > (defined here as «different from jjc's nsgmls» IIRC). Yes, but it is more than this. jjc's implementation work according to the standards and as explained in David Megginson, 'Structuring XML Documents' (1998), a very nice book about XML and SGML ("Covers XML and full SGML"). -- | ,__o | _-\_<, | (*)/'(*) ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
Re: OpenSP 1.5.2pre1 ReleasedTerje schrieb: > I'm mercilessly nagging on various hapless victi^W^Wfolk to get us Win32 > binaries and to get the package in Fedora Core (and by extension, RHEL) updated > to 1.5.2 for their next releases. > Can I hope someone will do the same for Debian? > How about Fink/Darwinports for Mac OS X? Anyone involved in those? > Any other platforms/distros we could/should target? I'll do the Cygwin version. Currently I test the build with $ gcc --version gcc (GCC) 3.3.3 (cygwin special) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Getting much warnings here: make[3]: Entering directory `/j/OpenSP/OpenSP-1.5.2/.build/lib' [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.
2/generic -O3 -MT ArcEngine.lo -MD -MP -MF ".deps/ArcEngine.Tpo" -c -o ArcEngine.lo /j/OpenSP/OpenSP-1.5.2/lib/ArcEngine.cxx; \ then mv -f ".deps/ArcEngine.Tpo" ".deps/ArcEngine.Plo"; else rm -f ".deps/ArcEngine.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT ArcEngine.lo -MD -MP -MF .deps/ArcEngine.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/ArcEngine.cxx -DPIC -o .libs/ArcEngine.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/ArcEngine.cxx:21: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenS P::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Entity.lo -MD -MP -MF ".deps/Entity.Tpo" -c -o Entity.lo /j/OpenSP/OpenSP-1.5.2/lib/Entity.cxx; \ then mv -f ".deps/Entity.Tpo" ".deps/Entity.Plo"; else rm -f ".deps/Entity.Tpo"; exi t 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Entity.lo -MD -MP -MF .deps/Entity.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/Entity.cxx -DPIC -o .libs/Entity.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Entity.cxx:9: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP: :BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT LinkProcess.lo -MD -MP -MF ".deps/LinkProcess.Tpo" -c -o LinkProcess.lo /j/OpenSP/OpenSP-1.5.2/lib/LinkProcess.cxx; \ then mv -f ".deps/LinkProcess.Tpo" ".deps/LinkProcess.Plo"; else rm -f ".deps/LinkProcess.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT LinkProcess.lo -MD -MP -MF .deps/LinkProcess.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/LinkProcess.cxx -DPIC -o .libs/LinkProcess.o I n file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/LinkProcess.cxx:10: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be c alled, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Notation.lo -MD -MP -MF ".deps/Notation.Tpo" -c -o Notation.lo /j/OpenSP/OpenSP-1.5.2/lib/Notation.cxx; \ then mv -f ".deps/Notation.Tpo" ".deps/Notation.Plo"; else rm -f ".deps/Notation.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Notation.lo -MD -MP -MF .deps/Notation.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/Notation.cxx -DPIC -o .libs/Notation.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Notation.cxx:9: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner< T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Parser.lo -MD -MP -MF ".deps/Parser.Tpo" -c -o Parser.lo /j/OpenSP/OpenSP-1.5.2/lib/Parser.cxx; \ then mv -f ".deps/Parser.Tpo" ".deps/Parser.Plo"; else rm -f ".deps/Parser.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Parser.lo -MD -MP -MF .deps/Parser.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/Parser.cxx -DPIC -o .libs/Parser.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.cxx:9: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT ParserState.lo -MD -MP -MF ".deps/ParserState.Tpo" -c -o ParserState.lo /j/OpenSP/OpenSP-1.5.2/lib/ParserState.cxx; \ then mv -f ".deps/ParserState.Tpo" ".deps/ParserState.Plo"; else rm -f ".deps/ParserState.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenS P/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT ParserState.lo -MD -MP -MF .deps/ParserState.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/ParserState.cxx -DPIC -o .libs/ParserState.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.cxx:8: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/Ope nSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Recognizer.lo -MD -MP -MF ".deps/Recognizer.Tpo" -c -o Recognizer.lo /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.cxx; \ then mv -f ".deps/Recognizer.Tpo" ".deps/Recognizer.Plo"; else rm -f ".deps/Recognizer.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Recognizer.lo -MD -MP -MF .deps/Recognizer.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.cxx -DPIC -o .libs/Recognizer.o In file included from /j/OpenSP /OpenSP-1.5.2/lib/Recognizer.cxx:9: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP- 1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT SgmlParser.lo -MD -MP -MF ".deps/SgmlParser.Tpo" -c -o SgmlParser.lo /j/OpenSP/OpenSP-1.5.2/lib/SgmlParser.cxx; \ then mv -f ".deps/SgmlParser.Tpo" ".deps/SgmlParser.Plo"; else rm -f ".deps/SgmlParser.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT SgmlParser.lo -MD -MP -MF .deps/SgmlParser.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/SgmlParser.cxx -DPIC -o .libs/SgmlParser.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/SgmlParser.cxx:10: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/Cop yOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT TrieBuilder.lo -MD -MP -MF ".deps/TrieBuilder.Tpo" -c -o TrieBuilder.lo /j/OpenSP/OpenSP-1.5.2/lib/T rieBuilder.cxx; \ then mv -f ".deps/TrieBuilder.Tpo" ".deps/TrieBuilder.Plo"; else rm -f ".deps/TrieBuilder.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT TrieBuilder.lo -MD -MP -MF .deps/TrieBuilder.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/TrieBuilder.cxx -DPIC -o .libs/TrieBuilder.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/TrieBuilder.cxx:11: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struc t OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Undo.lo -MD -MP -MF ".deps/Undo.Tpo" -c -o Undo.lo /j/OpenSP/OpenSP-1.5.2/lib/Undo.cxx; \ then mv -f ".deps/Undo.Tpo" ".deps/Undo.Plo"; else rm -f ".deps/Undo.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Undo.lo -MD -MP -MF .deps/Undo.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/Undo.cxx -DPIC -o .libs/Undo.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Undo.cxx:9: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseAttribute.lo -MD -MP -MF ".deps/parseAttribute.Tpo" -c -o parseAttribute.lo /j/OpenSP/OpenSP-1.5.2/lib/parseAttribute.cxx; \ then mv -f ".deps/parseAttribute.Tpo" ".deps/parseAttribute.Plo"; else rm -f ".deps/parseAttribute.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseAttribute.lo -MD -MP -MF .deps/parseAttribute.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/parseAttribute.cxx -DPIC -o .libs/parseAttribute.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/parseAttribute.cxx:5: /j/OpenSP/OpenSP- 1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenS P-1.5.2/generic -O3 -MT parseCommon.lo -MD -MP -MF ".deps/parseCommon.Tpo" -c -o parseCommon.lo /j/OpenSP/OpenSP-1.5.2/lib/parseCommon.cxx; \ then mv -f ".deps/parseCommon.Tpo" ".deps/parseCommon.Plo"; else rm -f ".deps/parseCommon.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseCommon.lo -MD -MP -MF .deps/parseCommon.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/parseCommon.cxx -DPIC -o .libs/parseCommon.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/parseCommon.cxx:5: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T> ::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseDecl.lo -MD -MP -MF ".deps/parseDecl.Tpo" -c -o parseDecl.lo /j/OpenSP/OpenSP-1.5.2/lib/parseDecl.cxx; \ then mv -f ".deps/parseDecl.Tpo" ".deps/parseDecl.Plo" ; else rm -f ".deps/parseDecl.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseDecl.lo -MD -MP -MF .deps/parseDecl.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/parseDecl.cxx -DPIC -o .libs/parseDecl.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/parseDecl.cxx:7: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delet e operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseInstance.lo -MD -MP -MF ".deps/parseInstance.Tpo" -c -o parseInstance.lo /j/OpenSP/OpenSP-1.5.2/lib/parseInstance.cxx; \ then mv -f ".deps/parseInstance.Tpo" ".deps/parseInstance.Plo"; else rm -f ".deps/parseInstance.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseIn stance.lo -MD -MP -MF .deps/parseInstance.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/parseInstance.cxx -DPIC -o .libs/parseInstance.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/parseInstance.cxx:5: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseMode.lo -MD -MP -MF ".deps/parseMode.Tpo" -c -o parseMode.lo /j/OpenSP/OpenSP-1.5.2/lib/parseMode.cxx; \ then mv -f ".deps/parseMode.Tpo" ".deps/parseMode.Plo"; else rm -f ".deps/parseMode.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseMode.lo -MD -MP -MF .deps/parseMode.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/parseMode.cxx -DPIC -o .libs/parseMode.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, f rom /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/parseMode.cxx:5: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseParam.lo -MD -MP -MF ".deps/parseParam.Tpo" -c -o parseParam.lo /j/OpenSP/OpenSP-1.5.2/lib/parseParam.cxx; \ then mv -f ".deps/parseParam.Tpo" ".deps/parseParam.Plo"; else rm -f ".deps/parseParam.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseParam.lo -MD -MP -MF .deps/parseParam.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/parseParam.cxx -DPIC -o .libs/parseParam.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/parseParam.cxx:5: /j/OpenSP/OpenSP-1.5.2/i nclude/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2 /generic -O3 -MT parseSd.lo -MD -MP -MF ".deps/parseSd.Tpo" -c -o parseSd.lo /j/OpenSP/OpenSP-1.5.2/lib/parseSd.cxx; \ then mv -f ".deps/parseSd.Tpo" ".deps/parseSd.Plo"; else rm -f ".deps/parseSd.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseSd.lo -MD -MP -MF .deps/parseSd.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/parseSd.cxx -DPIC -o .libs/parseSd.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/parseSd.cxx:5: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/ OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. ... and finally the link fails because of libintl missing on the link command: Creating library file: .libs/libosp.dll.a .libs/MessageTable.o:MessageTable.cxx:(.text+0x92): undefined reference to `_dgettext' .libs/MessageTable.o:MessageTable.cxx:(.text+0x5a): undefined reference to `_bindtextdomain' collect2: ld returned 1 exit status make[3]: *** [libosp.la] Error 1 I need to add libosp_la_LIBADD = $(LTLIBINTL) to lib/Makefile.am et. al. and regen the Makefile.in. Gerrit -- =^..^= ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
Re: OpenSP 1.5.2pre1 ReleasedTerje Bless <link@...> writes:
> Since we have an internal copy of xml.dcl, perhaps we should use it > unconditionally? Yes, agreed. > Then again, since we no longer build PDF and PS versions, perhaps we don't > strictly need it for anything so the check can be dropped? It might be the best solution to make "--disable-doc-build" a default configuration switch. Then it builds mostly builds on all SUSE Linux platforms (i386, ia64, ppc, ppc64, s390/s390x, x86_64); only a minor patch is required to make it compile with the gcc 4.1 branch. I also updated automake and libtool files, though. --- OpenSP-1.5.1/include/InternalInputSource.h.xx 2005-10-11 08:56:36.000000000 +0200 +++ OpenSP-1.5.1/include/InternalInputSource.h 2005-10-11 08:56:46.000000000 +0200 @@ -34,7 +34,7 @@ void pushCharRef(Char ch, const NamedCharRef &); Boolean rewind(Messenger &); const StringC *contents(); - InternalInputSource *InternalInputSource::asInternalInputSource(); + InternalInputSource *asInternalInputSource(); ~InternalInputSource(); private: InternalInputSource(const InternalInputSource &); // undefined -- Karl Eichwalder R&D / Documentation SUSE Linux Products GmbH Key fingerprint = B2A3 AF2F CFC8 40B1 67EA 475A 5903 A21B 06EB 882E |
|
|
Re: OpenSP 1.5.2pre1 ReleasedIt sounds like a great idea to merge the changes back into HEAD.
I do think it's your DocBook toolchain that's borked, building the pdf and ps versions of the release notes Works For Me. :-) BTW, I've built the CVS version leading up to this on Debian sid and Sun Solaris, both using G++ 4.0. On the latter, I did not have to disable shared libs to get it to work. Of course, I'll get the package into Debian soon after we do the final release. This will dramatically improve performance on Debian systems, which will be good news. Though I've built what should be the same code already, I'll download the tarball and rebuild that to be sure it works under Debian sid. On Dec 1, Terje Bless (link@...) wrote: > Terje Bless <link@...> wrote: > > >OpenSP 1.5.2pre1, the first prerelease of OpenSP 1.5.2, has been release= > d! > > And a few quick notes on that=E2=80=A6 > > It's tagged in CVS as =E2=80=9Copensp-1_5_2pre1-release=E2=80=9D and modu= > lo feedback that it has > issues this should be more or less what gets released as 1.5.2. The vario= > us > changes by Neil, Bj=C3=B6rn, and Karl recently seems to have fixed all th= > e major > issues that I'm aware of (not that that's any kind of guarantee). > > I intend to push out a 1.5.2 final release fairly quickly unless someone = > pipes > up with a veto or significant =E2=80=9C-1=E2=80=9D comments. Yes, this is= > an arbitrary and > unilateral decision. No, I have no qualms whatsoever about this. :-) > > ( Feel free to yell at me if I you feel the need though! ) > > Once 1.5.2 goes out I'm thinking I'll take a shot at merging the 1.5 bran= > ch onto > HEAD. Not sure what state HEAD is actually in ATM, but I think it's mostl= > y > Javier's new feature checkins so that should be fine. > > Not really sure whether there is a 1.5.3 or 1.6.0 in the near future. > > > One open issue in 1.5.2pre1 is that I had to disable building of the PS a= > nd PDF > versions of the releasenotes (.html is till there). This is mostly becaus= > e it > interacted badly with what may be a borked DocBook toolchain on my devel = > box > (Neil has fixed everything else so I think it's my box that's borked). De= > pending > on various factors I may end up removing the PS and PDF versions complete= > ly for > the final release (chime in if you have an opinion on this; either way!). > > > Also, for this release, please do at least download and try to build the > tarball. There have been quite significant changes to the build system so > build/fail reports (with: platform, version, GCC version, whatver else se= > ems > relevant) would be very usefull. > > If you have time for nothing else, please try to at least find the time t= > o do a > build and report back pass/fail status! > > > > I'm mercilessly nagging on various hapless victi^W^Wfolk to get us Win32 > binaries and to get the package in Fedora Core (and by extension, RHEL) u= > pdated > to 1.5.2 for their next releases. > > Can I hope someone will do the same for Debian? > > How about Fink/Darwinports for Mac OS X? Anyone involved in those? > > Any other platforms/distros we could/should target? > > > --=20 > =E2=80=9CHath no man's dagger here a point for me?=E2=80=9D - Leonato, = > Governor of Messina. > See Project Gutenberg <URL:http://promo.net/pg/> for m= > ore. > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > OpenJade-devel mailing list > OpenJade-devel@... > https://lists.sourceforge.net/lists/listinfo/openjade-devel -- Neil Roeth ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
Re: OpenSP 1.5.2pre1 ReleasedNeil Roeth <neil@...> wrote:
>I do think it's your DocBook toolchain that's borked, building the pdf >and ps versions of the release notes Works For Me. :-) Yeah, I'm pretty sure that's the case. But while it's borked I can't build distribution tarballs; and since PS/PDF versions aren't IMO critical when we have the HTML version, I'm leaning towards leaving them disabled for this release. I do like having a PDF version, particularly as that's one of the main benefits of using DocBook as a master, but right now it's a lot more trouble than it's worth. >BTW, I've built the CVS version leading up to this on Debian sid and Sun >Solaris, both using G++ 4.0. On the latter, I did not have to disable >shared libs to get it to work. Great. And thanks for fixing this Neil! The troubles with shared libs on Solaris is one of our top three reported issues (along with building with GCC 3.4 and gettext on Mac OS X). -- Of course we are the good guys! We define what is good and evil. All other definitions are wrong, and possibly the product of a deranged imagination. -- Stephen Harris ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
Re: OpenSP 1.5.2pre1 ReleasedI think you should just fix your local toolchain instead of disabling PDF and
PS building for everyone. I had no problem building these while I was working with the CVS version. I even made some modifications to make sure this would all work. I just checked that reenabling it in the pre1 tarball still works. On Dec 1, Terje Bless (link@...) wrote: > Karl Eichwalder <ke@...> wrote: > > >Finding xml.dcl on SUSE Linux is a chicken-and-egg-problem, because we > >install it as part of the opensp package. I guess it would not hurt to > >add :./pubtext to the search path. > > Hmmm. > > Since we have an internal copy of xml.dcl, perhaps we should use it > unconditionally? > > Then again, since we no longer build PDF and PS versions, perhaps we don'= > t > strictly need it for anything so the check can be dropped? > > --=20 > =E2=80=9CFrailty, thy name is woman!=E2=80=9D - Hamlet= > , Prince of Denmark. > See Project Gutenberg <URL:http://promo.net/pg/> for m= > ore. > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > OpenJade-devel mailing list > OpenJade-devel@... > https://lists.sourceforge.net/lists/listinfo/openjade-devel -- Neil Roeth ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
Re: OpenSP 1.5.2pre1 Released (build reports)On Dec 1, Terje Bless (link@...) wrote:
> olivier Thereaux <ot@...> wrote: > > >** System 1: debian GNU/Linux with gcc version 3.3.5 (Debian 1:3.3.5-13= > ) > > > >Builds - with repeated warnings about: [=E2=80=A6] > > Hmm. I wonder if Neil might want to take a look at these. They sound like= > they > /may/ be related to the spate of fixes he provided for GCC4 warnings. Actually, these warnings have occurred for a while, they disappear when you use g++ 4.0 instead of g++ 3.3. I think they're harmless. -- Neil Roeth ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
Re: OpenSP 1.5.2pre1 Released (build reports)On Dec 1, olivier Thereaux (ot@...) wrote:
> > On 1 Dec 2005, at 10:17, olivier Thereaux wrote: > > ** System 1: debian GNU/Linux with gcc version 3.3.5 (Debian > > 1:3.3.5-13) > > Apologies for the scattered report. > > I noticed that on the system 1 above, all builds and works ok > locally, however, after make install'ing it, it fails to run, not > finding libosp.so.5: > [[ > /usr/local/bin/onsgmls: error while loading shared libraries: > libosp.so.5: cannot open shared object file: No such file or directory > ]] > > A look at the output of make install shows that the lib has indeed > been installed in /usr/local/lib > [[ > /usr/bin/install -c .libs/libosp.so.5.0.0 /usr/local/lib/libosp.so.5.0.0 > (cd /usr/local/lib && rm -f libosp.so.5 && ln -s libosp.so.5.0.0 > libosp.so.5) > ]] > > And, surely enough: > [[ > export LD_LIBRARY_PATH=/usr/local/lib; /usr/local/bin/onsgmls -v > ]] > works just fine. > > It appears that /usr/local/lib is not commonly in LD_LIBRARY_PATH on > debian. I assume whoever (Neil?) will make the deb package will take > care of that properly and install the lib in /usr/lib (which is the > case with the current .deb), but it might be worth looking onto it > for the tarball installing, or documenting it? The Debian package will indeed install into /usr/lib, which is in searched by default. Whether to look in /usr/local/lib is left to the sys admin on Debian systems, i.e., if you look at the man page for ld(1) it specifies the search algorithm, mentioning LD_LIBRARY_PATH and the default directories /lib and /usr/lib, but not /usr/local/lib. However, it does mention that it looks in /etc/ld.so.conf, so if you add /usr/local/lib to that file, it will also be searched. -- Neil Roeth ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
Re: OpenSP 1.5.2pre1 ReleasedOn Dec 3, Terje Bless (link@...) wrote:
> Neil Roeth <neil@...> wrote: > > >I do think it's your DocBook toolchain that's borked, building the pdf > >and ps versions of the release notes Works For Me. :-) > > Yeah, I'm pretty sure that's the case. But while it's borked I can't build > distribution tarballs; and since PS/PDF versions aren't IMO critical when we > have the HTML version, I'm leaning towards leaving them disabled for this > release. Hmm, I see the quandary. I'd be happy to build the dist tarball, if you'd like. I will put the pdf and ps in the Debian package. If you don't revert it, I'll just revert it for the Debian package only. > I do like having a PDF version, particularly as that's one of the main benefits > of using DocBook as a master, but right now it's a lot more trouble than it's > worth. > > > >BTW, I've built the CVS version leading up to this on Debian sid and Sun > >Solaris, both using G++ 4.0. On the latter, I did not have to disable > >shared libs to get it to work. > > Great. And thanks for fixing this Neil! The troubles with shared libs on Solaris > is one of our top three reported issues (along with building with GCC 3.4 and > gettext on Mac OS X). Glad to help! -- Neil Roeth ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
|
|
Re: OpenSP 1.5.2pre1 ReleasedThe formatting made it tough to read this, but it appears that you are getting
the usual warnings with g++ 3.3 for the most part. Not sure about that last problem that killed your compile, can you send it as a patch? BTW, I've been using the cygwin version at work fairly often, so I have a vested interest in seeing that package ASAP after the release! :-) Along those lines, I did take a look at the package once and noticed that many files had "#ifdef CYGWIN" added (IIRC, it's been a while). Is that something we should just add to the upstream code and be done with once and for all? On Dec 2, Gerrit P. Haase (gerrit@...) wrote: > Terje schrieb: > I'm mercilessly nagging on various hapless victi^W^Wfolk to get us Win32 > binaries and to get the package in Fedora Core (and by extension, RHEL) updated > to 1.5.2 for their next releases. > Can I hope someone will do the same for Debian? > How about Fink/Darwinports for Mac OS X? Anyone involved in those? > Any other platforms/distros we could/should target? I'll do the Cygwin version. Currently I test the build with $ gcc --version gcc (GCC) 3.3.3 (cygwin special) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Getting much warnings here: make[3]: Entering directory `/j/OpenSP/OpenSP-1.5.2/.build/lib' [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-! 1.5. > 2/generic -O3 -MT ArcEngine.lo -MD -MP -MF ".deps/ArcEngine.Tpo" -c -o ArcEngine.lo /j/OpenSP/OpenSP-1.5.2/lib/ArcEngine.cxx; \ then mv -f ".deps/ArcEngine.Tpo" ".deps/ArcEngine.Plo"; else rm -f ".deps/ArcEngine.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT ArcEngine.lo -MD -MP -MF .deps/ArcEngine.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/ArcEngine.cxx -DPIC -o .libs/ArcEngine.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/ArcEngine.cxx:21: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = O! penS > P::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Entity.lo -MD -MP -MF ".deps/Entity.Tpo" -c -o Entity.lo /j/OpenSP/OpenSP-1.5.2/lib/Entity.cxx; \ then mv -f ".deps/Entity.Tpo" ".deps/Entity.Plo"; else rm -f ".deps/Entity.Tpo";! exi > t 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Entity.lo -MD -MP -MF .deps/Entity.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/Entity.cxx -DPIC -o .libs/Entity.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Entity.cxx:9: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct Ope! nSP: > :BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT LinkProcess.lo -MD -MP -MF ".deps/LinkProcess.Tpo" -c -o LinkProcess.lo /j/OpenSP/OpenSP-1.5.2/lib/LinkProcess.cxx; \ then mv -f ".deps/LinkProcess.Tpo" ".deps/LinkProcess.Plo"; else rm -f ".deps/LinkProcess.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT LinkProcess.lo -MD -MP -MF .deps/LinkProcess.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/LinkProcess.cxx -DPIC -o .libs/LinkProcess.! o I > n file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/LinkProcess.cxx:10: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will ! be c > alled, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Notation.lo -MD -MP -MF ".deps/Notation.Tpo" -c -o Notation.lo /j/OpenSP/OpenSP-1.5.2/lib/Notation.cxx; \ then mv -f ".deps/Notation.Tpo" ".deps/Notation.Plo"; else rm -f ".deps/Notation.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Notation.lo -MD -MP -MF .deps/Notation.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/Notation.cxx -DPIC -o .libs/Notation.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Notation.cxx:9: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Ow! ner< > T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Parser.lo -MD -MP! -MF > ".deps/Parser.Tpo" -c -o Parser.lo /j/OpenSP/OpenSP-1.5.2/lib/Parser.cxx; \ then mv -f ".deps/Parser.Tpo" ".deps/Parser.Plo"; else rm -f ".deps/Parser.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Parser.lo -MD -MP -MF .deps/Parser.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/Parser.cxx -DPIC -o .libs/Parser.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.cxx:9: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from h! ere > /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT ParserState.lo -MD -MP -MF ".deps/ParserState.Tpo" -c -o ParserState.lo /j/OpenSP/OpenSP-1.5.2/lib/ParserState.cxx; \ then mv -f ".deps/ParserState.Tpo" ".deps/ParserState.Plo"; else rm -f ".deps/ParserState.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/O! penS > P/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT ParserState.lo -MD -MP -MF .deps/ParserState.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/ParserState.cxx -DPIC -o .libs/ParserState.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.cxx:8: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j! /Ope > nSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Recognizer.lo -MD -MP -MF ".deps/Recognizer.Tpo" -c -o Recognizer.lo /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.cxx; \ then mv -f ".deps/Recognizer.Tpo" ".deps/Recognizer.Plo"; else rm -f ".deps/Recognizer.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Recognizer.lo -MD -MP -MF .deps/Recognizer.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.cxx -DPIC -o .libs/Recognizer.o In file included from /j/Op! enSP > /OpenSP-1.5.2/lib/Recognizer.cxx:9: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/Ope! nSP- > 1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT SgmlParser.lo -MD -MP -MF ".deps/SgmlParser.Tpo" -c -o SgmlParser.lo /j/OpenSP/OpenSP-1.5.2/lib/SgmlParser.cxx; \ then mv -f ".deps/SgmlParser.Tpo" ".deps/SgmlParser.Plo"; else rm -f ".deps/SgmlParser.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT SgmlParser.lo -MD -MP -MF .deps/SgmlParser.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/SgmlParser.cxx -DPIC -o .libs/SgmlParser.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/SgmlParser.cxx:10: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include! /Cop > yOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT TrieBuilder.lo -MD -MP -MF ".deps/TrieBuilder.Tpo" -c -o TrieBuilder.lo /j/OpenSP/OpenSP-1.5.2/l! ib/T > rieBuilder.cxx; \ then mv -f ".deps/TrieBuilder.Tpo" ".deps/TrieBuilder.Plo"; else rm -f ".deps/TrieBuilder.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT TrieBuilder.lo -MD -MP -MF .deps/TrieBuilder.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/TrieBuilder.cxx -DPIC -o .libs/TrieBuilder.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/TrieBuilder.cxx:11: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `s! truc > t OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...] if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Undo.lo -MD -MP -MF ".deps/Undo.Tpo" -c -o Undo.lo /j/OpenSP/OpenSP-1.5.2/lib/Undo.cxx; \ then mv -f ".deps/Undo.Tpo" ".deps/Undo.Plo"; else rm -f ".deps/Undo.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT Undo.lo -MD -MP -MF .deps/Undo.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/Undo.cxx -DPIC -o .libs/Undo.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15,! > from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Undo.cxx:9: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. [...! ] > if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseAttribute.lo -MD -MP -MF ".deps/parseAttribute.Tpo" -c -o parseAttribute.lo /j/OpenSP/OpenSP-1.5.2/lib/parseAttribute.cxx; \ then mv -f ".deps/parseAttribute.Tpo" ".deps/parseAttribute.Plo"; else rm -f ".deps/parseAttribute.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseAttribute.lo -MD -MP -MF .deps/parseAttribute.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/parseAttribute.cxx -DPIC -o .libs/parseAttribute.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/parseAttribute.cxx:5: /j/OpenSP/Ope! nSP- > 1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/O! penS > P-1.5.2/generic -O3 -MT parseCommon.lo -MD -MP -MF ".deps/parseCommon.Tpo" -c -o parseCommon.lo /j/OpenSP/OpenSP-1.5.2/lib/parseCommon.cxx; \ then mv -f ".deps/parseCommon.Tpo" ".deps/parseCommon.Plo"; else rm -f ".deps/parseCommon.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseCommon.lo -MD -MP -MF .deps/parseCommon.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/parseCommon.cxx -DPIC -o .libs/parseCommon.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/parseCommon.cxx:5: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwne! r<T> > ::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseDecl.lo -MD -MP -MF ".deps/parseDecl.Tpo" -c -o parseDecl.lo /j/OpenSP/OpenSP-1.5.2/lib/parseDecl.cxx; \ then mv -f ".deps/parseDecl.Tpo" ".deps/parseDecl.! Plo" > ; else rm -f ".deps/parseDecl.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseDecl.lo -MD -MP -MF .deps/parseDecl.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/parseDecl.cxx -DPIC -o .libs/parseDecl.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/parseDecl.cxx:7: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of d! elet > e operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseInstance.lo -MD -MP -MF ".deps/parseInstance.Tpo" -c -o parseInstance.lo /j/OpenSP/OpenSP-1.5.2/lib/parseInstance.cxx; \ then mv -f ".deps/parseInstance.Tpo" ".deps/parseInstance.Plo"; else rm -f ".deps/parseInstance.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT par! seIn > stance.lo -MD -MP -MF .deps/parseInstance.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/parseInstance.cxx -DPIC -o .libs/parseInstance.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/parseInstance.cxx:5: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:! 18: > warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseMode.lo -MD -MP -MF ".deps/parseMode.Tpo" -c -o parseMode.lo /j/OpenSP/OpenSP-1.5.2/lib/parseMode.cxx; \ then mv -f ".deps/parseMode.Tpo" ".deps/parseMode.Plo"; else rm -f ".deps/parseMode.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseMode.lo -MD -MP -MF .deps/parseMode.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/parseMode.cxx -DPIC -o .libs/parseMode.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, ! f > rom /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/parseMode.cxx:5: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they ! are > declared when the class is defined. if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseParam.lo -MD -MP -MF ".deps/parseParam.Tpo" -c -o parseParam.lo /j/OpenSP/OpenSP-1.5.2/lib/parseParam.cxx; \ then mv -f ".deps/parseParam.Tpo" ".deps/parseParam.Plo"; else rm -f ".deps/parseParam.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseParam.lo -MD -MP -MF .deps/parseParam.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/parseParam.cxx -DPIC -o .libs/parseParam.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/parseParam.cxx:5: /j/OpenSP/OpenSP-1.5! .2/i > nclude/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1! .5.2 > /generic -O3 -MT parseSd.lo -MD -MP -MF ".deps/parseSd.Tpo" -c -o parseSd.lo /j/OpenSP/OpenSP-1.5.2/lib/parseSd.cxx; \ then mv -f ".deps/parseSd.Tpo" ".deps/parseSd.Plo"; else rm -f ".deps/parseSd.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I/j/OpenSP/OpenSP-1.5.2/lib -I.. -I/j/OpenSP/OpenSP-1.5.2/include -I/j/OpenSP/OpenSP-1.5.2/generic -O3 -MT parseSd.lo -MD -MP -MF .deps/parseSd.Tpo -c /j/OpenSP/OpenSP-1.5.2/lib/parseSd.cxx -DPIC -o .libs/parseSd.o In file included from /j/OpenSP/OpenSP-1.5.2/lib/Recognizer.h:15, from /j/OpenSP/OpenSP-1.5.2/lib/ParserState.h:34, from /j/OpenSP/OpenSP-1.5.2/lib/Parser.h:23, from /j/OpenSP/OpenSP-1.5.2/lib/parseSd.cxx:5: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx: In destructor ` OpenSP::Owner<T>::~Owner() [with T = OpenSP::BlankTrie]': /j/OpenSP/OpenSP-1.5.2/include/CopyOwner.h:16: instantiated from `OpenSP::CopyOwner<T>::CopyOwner() [with T = OpenSP::BlankTrie]' /j/Ope! nSP/ > OpenSP-1.5.2/lib/Trie.h:22: instantiated from here /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: possible problem detected in invocation of delete operator: /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: warning: invalid use of undefined type `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/lib/Trie.h:18: warning: forward declaration of `struct OpenSP::BlankTrie' /j/OpenSP/OpenSP-1.5.2/include/Owner.cxx:15: note: neither the destructor nor the class-specific operator delete will be called, even if they are declared when the class is defined. ... and finally the link fails because of libintl missing on the link command: Creating library file: .libs/libosp.dll.a .libs/MessageTable.o:MessageTable.cxx:(.text+0x92): undefined reference to `_dgettext' .libs/MessageTable.o:MessageTable.cxx:(.text+0x5a): undefined reference to `_bindtextdomain' collect2: ld returned 1 exit status make[3]: *** [libosp.la] Error 1 I need to! add > libosp_la_LIBADD = $(LTLIBINTL) to lib/Makefile.am et. al. and regen the Makefile.in. Gerrit -- =^..^= > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > OpenJade-devel mailing list > OpenJade-devel@... > https://lists.sourceforge.net/lists/listinfo/openjade-devel -- Neil Roeth ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ OpenJade-devel mailing list OpenJade-devel@... https://lists.sourceforge.net/lists/listinfo/openjade-devel |
| < Prev | 1 - 2 - 3 | Next > |
| Free embeddable forum powered by Nabble | Forum Help |