On Fri, Sep 12, 2014 at 1:14 PM, Steve Cookson <steve.cook...@sca-uk.com>
wrote:

>
> On 11/09/14 08:26, Gabor Szabo wrote:
>
> */Users/gabor/*.cpanm/work/1410419901.57381/Alien-wxWidgets-0.65/wxWidgets-3.0.0/bld/bk-deps
>  gcc -isysroot 
> */Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
>  -mmacosx-version-min=10.6 -c -o wxtiff_tif_lzma.o -DNDEBUG  -I../src/jpeg 
> -I/Users/gabor/.cpanm/work/1410419901.57381/Alien-wxWidgets-0.65/wxWidgets-3.0.0/bld/src/tiff/libtiff
>  -I../src/tiff/libtiff -dynamic -fPIC -DPIC -D_FILE_OFFSET_BITS=64 
> -I/Users/gabor/*.cpanm/work/1410419901.57381/Alien-wxWidgets-0.65/wxWidgets-3.0.0/bld/lib/wx/include/osx_cocoa-unicode-3.0
>  -I../include -Wall -Wundef -O2 -fno-strict-aliasing -fno-common  
> ../src/tiff/libtiff/tif_lzma.c
> ../src/tiff/libtiff/tif_lzma.c:38:10: fatal error: 'lzma.h' file not found
> #include "lzma.h"
>          ^
> 1 error generated.
> make: *** [wxtiff_tif_lzma.o] Error 1
> system: make all: 512 at ./Build line 60.
> -> FAIL Installing Alien::wxWidgets failed. See 
> */Users/gabor/*.cpanm/work/1410419901.57381/build.log for details. Retry with 
> --force to force install it.
>
>  Try this (or at least the Mac version of it):
>
> apt-get install -y liblzma-dev
>
>
I tried

$ brew install lzma
Error: No available formula for lzma
lzma is now part of the xz formula.

$ brew install xz
Warning: xz-5.0.5 already installed

$ brew install xz-dev
Error: No available formula for xz-dev
Searching taps...


OTOH

$ locate lzma.h
/usr/local/Cellar/xz/5.0.5/include/lzma/lzma.h
/usr/local/Cellar/xz/5.0.5/include/lzma.h
/usr/local/include/lzma.h

so it is really on the system but apparently Alien::wxWidgets did not find
it.

Gabor

Reply via email to