Qucs / qucs

Qucs Project official mirror
http://qucs.sourceforge.net/
GNU General Public License v2.0
1.16k stars 213 forks source link

Fix cross-compiling to Win32 #962

Closed in3otd closed 4 years ago

in3otd commented 4 years ago

I have done some modifications to be able to cross compile to Win32 using Wine again. Extensive rearrangement/modifications of configure.ac section were needed since the related part was butchered when we started to use pkg-config and in subsequent modifications, hope everything still works.

guitorri commented 4 years ago

This looks good. pkg-config logic was broken also with Ubuntu 18.04. With this fix the way of building with mingw32 might work again. Thanks!

in3otd commented 4 years ago

yep, I see that all the builds using pkg-config still work, which I was not sure with all the modifications done. I wanted to add also a Wine-based build to Travis, but this will be for much later.