Building WineHQ for Cygwin

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
lucky7456969
Newbie
Newbie
Posts: 1
Joined: Mon May 09, 2016 10:01 am

Building WineHQ for Cygwin

Post by lucky7456969 »

I've been building WineHQ for Cygwin for a couple of days now without success.
Here is what I am up to:
Image

What can I do now?
Thanks in advance
Jack
Nobun
Level 1
Level 1
Posts: 5
Joined: Thu May 12, 2016 3:37 am

Re: Building WineHQ for Cygwin

Post by Nobun »

It seens that your cygwin workspace doesn't have the pthread support.
Unluckly I don't know how to help you on finding what you should download for cygwin (I never used cygwin when I had windows)... however you must searching something like "pthread deveoping libraries" or something like that.

However I don't know why you trying to build wine in windows, but it can be very painful and you could experience a lot of other problems. A warning... I don't know if cygwin allow to use the ln command (and if it is so, it will work surely differently as long as windows doesn't support symlinks)... but if the if the ln command cannot work properly in cygwin I would suggest to abandone completely the idea of buinding wine there.

If the ln command is not supported, infact, the configure will try to replace ln with cp, but the feature is bugged and the compilation will fail. So, in order to build wine, is somewhat mandatory to have a build chain where 'ln' is supported.

Good luck
rebecca223
Newbie
Newbie
Posts: 1
Joined: Thu May 05, 2016 1:32 pm

Re: Building WineHQ for Cygwin

Post by rebecca223 »

As it was mention before, search for 'pthread deveoping libraries'. Some time ago I had the same issues and successfully pulled it off.
Locked