OS2 World Community Forum

OS/2, eCS & ArcaOS - Technical => Applications => Topic started by: Mike La Martina on December 15, 2014, 11:39:27 pm

Title: Texstudio 2.8.8
Post 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
Title: Re: Texstudio 2.8.8
Post by: Dave Yeo on December 15, 2014, 11:47:54 pm
Yum install libstdc++ poppler
Not sure about poppler though
Title: Re: Texstudio 2.8.8
Post by: Mike La Martina on December 16, 2014, 01:12:05 am
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.
Title: Re: Texstudio 2.8.8
Post by: David McKenna on December 16, 2014, 01:19:34 am
Try YUM INSTALL libstdc++6 poppler     (note the '6')
Title: Re: Texstudio 2.8.8
Post by: Mike La Martina on December 16, 2014, 11:56:05 am
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.
Title: Re: Texstudio 2.8.8
Post by: David McKenna on December 16, 2014, 12:33:46 pm
 Did you install poppler? If you did, try YUM INSTALL poppler-qt.
Title: Re: Texstudio 2.8.8
Post by: Mike La Martina on December 16, 2014, 04:37:48 pm
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.
Title: Re: Texstudio 2.8.8
Post by: Ian B Manners on December 20, 2014, 05:06:32 pm
Hi Mike,

Quote
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.