Ho un problema con la mia installazione di vino. (OS 10.8.2, XCode 4.5.2)
Con le informazioni che ho trovato, ho già corretto alcuni errori, ma ora sono bloccato su un componente mancante chiamato 'zlib' e non riesco a installarlo tramite brew. Un altro errore durante l'installazione di wine appare mentre make install
per libicns
Qualcuno ha un'idea?
Ecco il mio output di installazione:
brew install libpng --universal
==> Downloading http://downloads.sf.net/project/libpng/libpng15/1.5.13/libpng-1.
Already downloaded: /Library/Caches/Homebrew/libpng-1.5.13.tar.gz
==> ./configure --prefix=/usr/local/Cellar/libpng/1.5.13
checking for memset... yes
checking for pow... yes
checking for zlibVersion in -lz... no
checking for z_zlibVersion in -lz... no
configure: error: zlib not installed
o
brew install libicns
==> Downloading http://downloads.sourceforge.net/project/icns/libicns-0.8.1.tar.
Already downloaded: /Library/Caches/Homebrew/libicns-0.8.1.tar.gz
==> ./configure --prefix=/usr/local/Cellar/libicns/0.8.1
==> make install
_WritePNGImage in icns2png.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [icns2png] Error 1
make: *** [install-recursive] Error 1