This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin builds and unicode support


On 21/03/2010 18:06, mike marchywka wrote:
> I'm trying to build QT webkit on cygwin and running into
> all kinds of confusions over char and wide char- 

  The most likely cause of the problem is that cygwin uses 16-bit wide chars,
where linux has 32-bit ones.  How you solve that is going to depend on exactly
how deeply any assumptions about bit-ness of wchar_t is implicit in the webkit
code, if that does indeed turn out to be the case.

    cheers,
      DaveK

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]