dependencies
Dependencies are supposed to be the bane of installing Wine. I was unable to locate a dependency list at the WineHQ site to preempt vigilance with configure. Nevertheless, it seemed it would be easy to watch configure, note misses, download and install them, and then re-run configure. It seemed that easy.I untarred the package and proceeded to the first run of configure, Several apparent problems which didn't appear to be dependency problems displayed as configure scrolled its checks. These scrolling messages seemed to indicate various audio features were unavailable. Here's a few of hundreds that appeared:
checking machine/soundcard.h usability... noWhen configure finished its run, it also provided a message which may have been dependency related:
checking machine/soundcard.h presence... no
checking for machine/soundcard.h... no
configure: libcapi20 development files not found, ISDN will not be supported.
Additionally, I looked in /include/config.h to check further for missing dependencies. All told, I didn't think I'd need the audio stuff that was scrolling or the ISDN support the message indicated, so I went to the remaining standard installation steps:
$ ./configureThese steps seemed to go well, though in the back of my mind I was a feeling my dependency laziness might bite me later.
$ make depend
$ make
# make install
configuration
After installation, I began with $ winecfg and received another apparent error message:
$ winecfgNot sure what this meant either, but I kept going, unzipping and installing a Windows gradekeeper program. It started without any problems. So far, so good, though I may yet find that these HTML and audio messages provide some limitations.
wine: created the configuration directory '/home/doofus/.wine'
Could not load Mozilla. HTML rendering will be disabled.
wine: configuration in '/home/doofus/.wine' has been updated.
No comments:
Post a Comment