[list] RE: Qt 3.1 working files

Chris January kde-cygwin@mail.kde.org
Sat, 30 Nov 2002 01:46:10 -0000


> > I want to help you guys work on the Qt 3.1 problems, but I
> don't really know
> > what setup I should be working from. I'd like to keep it as
> close to Qt 3.1
> > snapshots as possible. I downloaded a snapshot from a few days ago from
> > trolltech.org, but qmake segfaults whenever I try to run it.
> What patches
> > are necessary to get this to work? What tags/branches in CVS
> are relevant
> > here? What patches have already been applied?
> >
> Perhaps you can take the missing getlogin_r() function in the
> cygwin dll ?
#define getlogin_r (char* name, size_t namesize ) (strncpy (name, getlogin
(), namesize), 0)

Chris