Can't seem to install wine-devel
Ryan Schmidt
ryandesign at macports.org
Mon Jun 21 14:26:29 PDT 2010
On Jun 21, 2010, at 14:56, Scott Webster wrote:
>> :info:configure configure: error: IJG JPEG library not found at /opt/local/lib
>
> I'm getting out on a limb here, but I'm guessing that it's still
> essentially the same problem. You are trying to install tiff
> universal, but it's dependencies (in this case jpeg and zlib) are not
> available universal, so you need to build them +universal first :)
>
> I think you may be able to make some use of the --enforce-variants, -R
> and -f flags and possibly might need to use "upgrade" instead of
> install.
Use
sudo port upgrade --enforce-variants jpeg +universal
Do not use -f; you don't need to force anything.
Upgrade to universal any other ports that are dependencies of wine-devel that are not already universal.
More information about the macports-users
mailing list