Can't transfowm Windows source code into LInux

Questions about Wine on Linux
Locked
JakauBahuslau
Newbie
Newbie
Posts: 1
Joined: Sat May 27, 2023 3:01 pm

Can't transfowm Windows source code into LInux

Post by JakauBahuslau »

When I'm trying to launch winemaker, it says that it can't find libxml thought it is already installed:

$ winemaker --lower-uppercase SmartHouseKernel.vcproj
Winemaker 0.8.4
Copyright 2000-2004 François Gouget <[email protected]> for CodeWeavers
Copyright 2004 Dimitrie O. Paun
Copyright 2009-2012 André Hentschel
Error: You need the libxml package (deb: libxml-libxml-perl, rpm: perl-libxml-perl) at /usr/bin/winemaker line 880.
$
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Can't transfowm Windows source code into LInux

Post by jkfloris »

Besides libxml, you also need the perl-libxml package.
- Debian/ Ubuntu/ Mint install: libxml-libxml-perl
- Arch Linux install: perl-xml-libxml
- Fedora/ OpenSuse install: perl-XML-LibXML
Locked