Hello, I am trying to replicate many of the functions of our etext processing work-flow from our unix server on my humble Macintosh. I have the text editor jove we use installed (from FreeDarwin.org, not yet available for fink) and the next step is parsers for xml and sgml.
opensp3 seemed a likely candidate--but after several tries, I seem to get just this one warning message in the build process: rm -f .libs/CmdLineApp.lo g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -I/sw/include -g -O2 -c CmdLineApp.cxx -fno-common -DPIC -o .libs/CmdLineApp.lo ../include/Options.cxx: In constructor `OpenSP::Options<T>::Options(int, T**, const OpenSP::Vector<OpenSP::LongOption<T> >&) [with T = char]': ../include/Options.cxx:17: instantiated from `OpenSP::Options<T>::Options(int, T**, const OpenSP::Vector<OpenSP::LongOption<T> >&) [with T = char]' CmdLineApp.cxx:379: instantiated from here ../include/Options.cxx:17: warning: invalid conversion from `char* const*' to ` char**' ../include/Options.cxx: In constructor `OpenSP::Options<T>::Options(int, T**, const OpenSP::Vector<OpenSP::LongOption<T> >&) [with T = char]': ../include/Options.cxx:17: warning: invalid conversion from `char* const*' to ` char**' g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../generic -I/sw/include -g -O2 -c CmdLineApp.cxx -o CmdLineApp.o >/dev/null 2>&1 mv -f .libs/CmdLineApp.lo CmdLineApp.lo Then all seems to go swimmingly until the very last lines: mkdir .libs g++ -g -O2 -o .libs/onsgmls nsgmls.o SgmlsEventHandler.o RastEventHandler.o StringSet.o nsgmls_inst.o -L../lib/.libs -losp -L/sw/lib -lpthread -lintl -liconv ld: warning multiple definitions of symbol _locale_charset /sw/lib/libintl.dylib(localcharset.lo) definition of _locale_charset /sw/lib/libiconv.dylib(localcharset.lo) definition of _locale_charset ld: Undefined symbols: __Unwind_Resume ___eprintf __Unwind_DeleteException __Unwind_GetDataRelBase __Unwind_GetIP __Unwind_GetLanguageSpecificData __Unwind_GetRegionStart __Unwind_GetTextRelBase __Unwind_SetGR __Unwind_SetIP __Unwind_RaiseException make[3]: *** [onsgmls] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ### execution of make failed, exit code 2 Failed: compiling opensp3-1.5-3 failed In the meantime, following up on advice to someone compiling docbook, I'll tryo to install the sgml entities. Thanks in advance. Any recommendations for other xml or sgml parsers appreciated, or tips on resources for how to cusomize them also appreciated, in addition to any tips on how to rectify the opensp3 build. I use Mac X11 (latest beta), fink 5.01, Mac OS 10.2.4. I also have FreeDarwin installed, and sgmls also form FreeDarwin). A. Andrew Rouner E-MAIL: [EMAIL PROTECTED] http://etext.lib.virginia.edu/ http://religionanddemocracy.lib.virginia.edu/ ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
