I/O warning : failed to load external entity "/opt/kde3/share/apps/ksgmltools2/docbook/xml-dtd-4.2/toc2html.xsl"
I/O warning : failed to load external entity "/opt/kde3/share/apps/ksgmltools2/customization/dtd/toc2html.xsl" I/O warning : failed to load external entity "/usr/share/xml/docbook/schema/dtd/4.4/toc2html.xsl"
I/O warning : failed to load external entity "/opt/kde3/share/apps/ksgmltools2/docbook/xml-dtd-4.2/man.xml" I/O warning : failed to load external entity "/opt/kde3/share/apps/ksgmltools2/customization/dtd/man.xml"
I/O warning : failed to load external entity "/usr/share/xml/docbook/schema/dtd/4.4/man.xml" I/O warning : failed to load external entity "/opt/kde3/share/apps/ksgmltools2/docbook/xml-dtd-4.2/manindex.xml"
I/O warning : failed to load external entity "/opt/kde3/share/apps/ksgmltools2/customization/dtd/manindex.xml" I/O warning : failed to load external entity "/usr/share/xml/docbook/schema/dtd/4.4/manindex.xml"
I/O warning : failed to load external entity "/opt/kde3/share/apps/ksgmltools2/docbook/xml-dtd-4.2/info.xml" I/O warning : failed to load external entity "/opt/kde3/share/apps/ksgmltools2/customization/dtd/info.xml"
I/O warning : failed to load external entity "/usr/share/xml/docbook/schema/dtd/4.4/info.xml" ======================== <zzzz> is a user on my system but not the user which is used to test psppire. In fact that user never used psppire. A possible hint, the name of the current user is the first part of the user <zzzz>. Like, the current user is MyAccount and the <zzz> user is MyAccount-Prod.
On Cygwin/Cygwin ports:
When using Psppire on Cygwin (windows) every use of one of the functions, like Analyze from the GUI wiil end with a crash of the program. Also Help : Reference Manual has some problems. When used I get an error box with "The selected document could not be opened"
The output on the console whe Analyze is used:
============================ (psppire:564): libglade-WARNING **: Could not load support for `psppire': No such file or directory
(psppire:564): libglade-WARNING **: unknown widget class 'PsppireDialog'
(psppire:564): libglade-WARNING **: unknown widget class 'PsppireDialog'
** CRITICAL **: Widget "dict-treeview" could not be found
During "make install" I get the message ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib/pspp
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `PATH' environment variable
during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-LLIBDIR' linker flag
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- It seems I don't know what to do with it. Whatever I do, it doesn't make a difference during runtime.
What I found: In /usr/local/lib/pspp, only libpsppire.a and libpsppire.al is generated. No other files! According to the cygwin doc's and the libtool configuration I would expect to find cygpsppire.dll in this directory too. This dll can't be found anywhere on my computer. If I copy another *.dll and name it cygpsppire.dll. The Analyze function etc.will start. (and crash after that) In my opinion this proofs that cygpsppire.dll is indeed used (but it is nowhere on my PC)
If anybody can tell me what to do, I most likely could complete the Windows installation with the functions on the GUI screen.