All, I am having difficulty locating several packages to build wine. ./configure reports the following missing: sys/errno.h sys/sockio.h ac_cv_func__popen What packages provide these? Thanks Dan
On Tuesday December 18 2007 13:54, Dan Sawyer wrote:> All, > > I am having difficulty locating several packages to build wine.Run: ./configure --verbose
All that does is produce the same list. How can the missing packages be identified? L. Rahyen wrote:> On Tuesday December 18 2007 13:54, Dan Sawyer wrote: > >> All, >> >> I am having difficulty locating several packages to build wine. >> > > Run: > > ./configure --verbose > > _______________________________________________ > wine-users mailing list > wine-users at winehq.org > http://www.winehq.org/mailman/listinfo/wine-users > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20071218/f83b605f/attachment.htm
Dan Sawyer wrote:> All, > > I am having difficulty locating several packages to build wine. > ./configure reports the following missing: > > sys/errno.h > sys/sockio.h > ac_cv_func__popen > > What packages provide these? Thanks DanThose include files are very basic standard include files. You don't mention what system you have, but if you use yum, you could type: yum provides /usr/include/sys/errno.h At least on Fedora, they are in glibc-headers. It is hard to imagine you could build any 32 bit program without that package installed.
The /usr/sys directory does not exist. The distro is Fedora 7. Is this a distro file placement issue? - Dan Duane Clark wrote:> Dan Sawyer wrote: > >> Thanks, >> >> That produced an interesting result. yum showed the package was: >> >> glibc-headers.i386 and that the package was installed. However wine >> configure could not find it. >> >> > > Does the file exist. You probably need both > usr/include/sys/errno.h > and > usr/include/errno.h > > > _______________________________________________ > wine-users mailing list > wine-users at winehq.org > http://www.winehq.org/mailman/listinfo/wine-users > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20071221/b74ec05d/attachment.htm
Dan Sawyer wrote:> The /usr/sys directory does not exist. > > The distro is Fedora 7. Is this a distro file placement issue? >You mean /usr/include/sys ? There is no /usr/sys. I am running F7 too, and it does have that.
Dan Sawyer wrote:> All, > > I am having difficulty locating several packages to build wine. > ./configure reports the following missing: > > sys/errno.h > sys/sockio.h > ac_cv_func__popen > > What packages provide these? Thanks Dan > > _______________________________________________ > wine-users mailing list > wine-users at winehq.org > http://www.winehq.org/mailman/listinfo/wine-usersYour distro should have a packages page where you can search within the contents of packages (eg http://packages.ubuntu.com) Thanks, Scott Ritchie