> -----Original Message----- > From: William A. Hoffman [mailto:[EMAIL PROTECTED] > Sent: quinta-feira, 2 de Março de 2006 18:29 > To: [email protected] > Subject: Re: [mingw] errors > > At 01:08 PM 3/2/2006, Peter Kümmel wrote: > >> Looked at sys/stat.h and S_IFSOCK is indeed not declared (S_IFDIR, etc, > >> are). > >> > > > >Is you kdewin32 installation up to date? > >S_IFSOCK is defined in win/include/wingw/sys/stat.h: > > This means that you have to remove the CMakeCache.txt file and re-run > cmake, > so that the try-compile stuff is re-run, and you have to make sure that > CMAke > finds kdwwin32 the first time around. CMake caches the results of try- > compiles, > so that it does not have to run them every time, so once a bad answer is > in the > cache, you have to remove the cache, or that cache entry. > > There has been some talk of trying to re-work this so that kdewin32 is > built > as part of kdelibs, and creating a way for cmake to tell what things are > provided > by this package without doing a try-compile. Perhaps a standard header > that > has all the stuff provided, that can be parsed by cmake...
Well, I always forget to do a make install on kdewin32 :/ I'm trying now. Anyway I managed to succefully build kdelibs, just without kstyles, kinit and khtml modules! Good feeling :) Thanks, Paulo _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
