OS2 World Community Forum
OS/2, eCS & ArcaOS - Technical => Applications => Topic started by: Mike La Martina on December 15, 2014, 11:39:27 pm
-
Texstudio can't find some dll's
[J:\TexStudio]chkdll32 texstudio.exe
Loading DLL 'libc065' --> I:\ECS\DLL\LIBC065.DLL.
Loading DLL 'QtCore4' --> I:\USR\LIB\QTCORE4.DLL.
Loading DLL 'stdcpp6' --> NOT loaded!
Unable to load DLL 'stdcpp6'. DosLoadModule returned: 2
OS/2 reports 'STDCPP6' contributed to the failure.
Loading DLL 'QtGui4' --> I:\USR\LIB\QTGUI4.DLL.
Loading DLL 'QtNet4' --> I:\USR\LIB\QTNET4.DLL.
Loading DLL 'poppq44' --> NOT loaded!
Unable to load DLL 'poppq44'. DosLoadModule returned: 2
OS/2 reports 'POPPQ44' contributed to the failure.
Loading DLL 'QtXml4' --> I:\USR\LIB\QTXML4.DLL.
Loading DLL 'QtScri4' --> I:\USR\LIB\QTSCRI4.DLL.
I ran yum update and it did install many packages, but nothing that contained poppq44.dll or stdcpp6.dll.
Does anyone know where these dll's can be found?
Thanks
-
Yum install libstdc++ poppler
Not sure about poppler though
-
Thanks for the reply.
When I ran yum install libstdc++ I got this response:
Setting up Install Process
Package libstdc++-4.4.6.17-1oc00.i386 already installed and latest version
Nothing to do.
Subsequent attempts to run Texstudio failed and chkdll32 still reported STDCPP6 load failed.
-
Try YUM INSTALL libstdc++6 poppler (note the '6')
-
Thanks David:
Now I can load STDCPP6. However texstudio still fails with
[J:\TexStudio]chkdll32 texstudio.exe
Loading DLL 'libc065' --> I:\ECS\DLL\LIBC065.DLL.
Loading DLL 'QtCore4' --> I:\USR\LIB\QTCORE4.DLL.
Loading DLL 'stdcpp6' --> I:\USR\LIB\STDCPP6.DLL.
Loading DLL 'QtGui4' --> I:\USR\LIB\QTGUI4.DLL.
Loading DLL 'QtNet4' --> I:\USR\LIB\QTNET4.DLL.
Loading DLL 'poppq44' --> NOT loaded!
Unable to load DLL 'poppq44'. DosLoadModule returned: 2
OS/2 reports 'POPPQ44' contributed to the failure.
Loading DLL 'QtXml4' --> I:\USR\LIB\QTXML4.DLL.
Loading DLL 'QtScri4' --> I:\USR\LIB\QTSCRI4.DLL.
BTW, yum is great.
-
Did you install poppler? If you did, try YUM INSTALL poppler-qt.
-
No I had not installed poppler-qt.
I have now done so.
Now it does work.
My next challenge is to make it work with VTex.
Thanks for all the help.
And now I have found the readme.os2 file that explains which pckages I needed.
Sorry I bothered you folks.
-
Hi Mike,
Sorry I bothered you folks.
It's no bother at all, its what a community is for.
Sometimes you need to bounce things in writing before the obvious hits you over the head, other times it saves you getting caught with the many undocumented things and gotchas.
So never be afraid to ask for help.