This is the mail archive of the cygwin@cygwin.com 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: cygipc (and PostgreSQL) XP problem resolved!


Charles Wilson wrote:

> Conclusion: package maintainers that distribute shared libs need to
> recompile ASAP, so that dependent apps can be recompiled if needed.
>
> Caveat to the caveat: this analysis ONLY applies if the compiled object
> (DLL, static lib, executable, etc) actually USES one of the symbols
> whose typedef has changed.  Currently, the list of affected packages is
> pretty small (zlib is one).
>
With qt I have a similar problem. The current release was build with
cygwin-1.3.20. Currently it is not possible to link a qt application with recent
cygwin release due to type problems.

header - QTextStream::QTextStream( FILE *, int mode )

used   - QTextStream::QTextStream(__sFILE64 *, int)

Ralf


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


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