FS#40064 - [wine] libxslt headers were not found at compile time
Attached to Project:
Community Packages
Opened by Diego Viola (diegoviola) - Thursday, 24 April 2014, 10:43 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Tuesday, 20 May 2014, 12:16 GMT
Opened by Diego Viola (diegoviola) - Thursday, 24 April 2014, 10:43 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Tuesday, 20 May 2014, 12:16 GMT
|
Details
Description:
I tried to run a program in wine but it complains that libxslt is not compiled with wine, then the program refuses to run. Why is libxslt not compiled in wine? Or do I just have to install lib32-libxslt? https://bugs.winehq.org/show_bug.cgi?id=10686#c24 Thanks Additional info: * package version(s) Wine 1.7.17 * config and/or log files etc. Steps to reproduce: Try to run the program from this bug report: https://bugs.winehq.org/show_bug.cgi?id=10686 |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Tuesday, 20 May 2014, 12:16 GMT
Reason for closing: Upstream
Additional comments about closing: Wine limitation
Tuesday, 20 May 2014, 12:16 GMT
Reason for closing: Upstream
Additional comments about closing: Wine limitation
0009:fixme:msxml:xsltemplate_QueryInterface Unsupported interface {37d84f60-42cb-11ce-8135-00aa004bb851}
checking for libxslt/transform.h... yes
checking for -lxslt... libxslt.so.1
Looks good to me.
0009:fixme:msxml:xsltemplate_QueryInterface Unsupported interface {37d84f60-42cb-11ce-8135-00aa004bb851}
I'm not sure the message above indicates that the current build of wine is still lacking libxslt or not.
The program I'm trying to run still gives me the "Object doesn't support this action" message when I try to run it.
I don't get this anymore:
"0009:fixme:msxml:node_transform_node_params libxslt headers were not found at compile time"
So it's probably a wine issue at this point?
Thanks.