Re: [Alien-SDL2] libtiff 4.0.3 incompatible on debian/ubuntu

2013-08-13 Thread Mason James

On 2013-08-12, at 3:46 PM, Kartik Thakore wrote:

> Also this looks like the Builder is not fetching and install SDL2, when I ask 
> it to build from scratch :
> 
> Do you want to see all messages during configure/make (y/n)? [n ]n
> Checking checksum for already existing 'download/zlib-1.2.8.tar.gz'...
> Checking checksum for already existing 'download/jpegsrc.v9.tar.gz'...
> Checking checksum for already existing 'download/tiff-4.0.3.tar.gz'...
> Checking checksum for already existing 'download/libpng-1.5.14.tar.gz'...
> Checking checksum for already existing 'download/freetype-2.4.11.tar.gz'...
> Checking checksum for already existing 
> 'download/SDL2_image-hg20130301.tar.gz'...
> Checking checksum for already existing 'download/libogg-1.3.0.tar.gz'...
> Checking checksum for already existing 'download/libvorbis-1.3.3.tar.gz'...
> Fetching 
> 'http://strawberryperl.com/package/kmx/sdl/src/SDL2_mixer-hg20130301.tar.gz'...
> Checking checksum for 'download/SDL2_mixer-hg20130301.tar.gz'...
> Checking checksum for already existing 
> 'download/SDL2_ttf-hg20130301.tar.gz'...
> Checking checksum for already existing 
> 'download/SDL2_gfx-svn20130301.tar.gz'...
> Extracting z...
> Extracting jpeg...
> Extracting tiff...
> ###
> Any ideas why?


hmmm, just my 2 cents

this is working OK for me.. on experimental branch's current HEAD (77d7cc6a59)
hope that helps


$ ./Build
Build option used:
Source code build
z(v1.2.8) jpeg(v9) tiff(v4.0.3) png(v1.5.14) freetype(v2.4.11) 
SDL2(v2.0.0HG) SDL2_image(v2.0.0HG) ogg(v1.3.0) vorbis(v1.3.3) 
SDL2_mixer(v2.0.0HG) SDL2_ttf(v2.0.12HG) SDL2_gfx(v20130301-hg) 
Building Alien-SDL2
Fetching 'http://www.zlib.net/zlib-1.2.8.tar.gz'...
Checking checksum for 'download/zlib-1.2.8.tar.gz'...
Fetching 'http://www.ijg.org/files/jpegsrc.v9.tar.gz'...
Checking checksum for 'download/jpegsrc.v9.tar.gz'...
Fetching 'ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.3.tar.gz'...
Checking checksum for 'download/tiff-4.0.3.tar.gz'...
Fetching 'http://downloads.sourceforge.net/libpng/libpng-1.5.14.tar.gz'...
Checking checksum for 'download/libpng-1.5.14.tar.gz'...
Fetching 
'http://mirror.lihnidos.org/GNU/savannah/freetype/freetype-2.4.11.tar.gz'...
Checking checksum for 'download/freetype-2.4.11.tar.gz'...
Fetching 
'http://strawberryperl.com/package/kmx/sdl/src/SDL2-hg20130301.tar.gz'...
Checking checksum for 'download/SDL2-hg20130301.tar.gz'...  
<<<
Fetching 
'http://strawberryperl.com/package/kmx/sdl/src/SDL2_image-hg20130301.tar.gz'...
Checking checksum for 'download/SDL2_image-hg20130301.tar.gz'...
Fetching 'http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz'...
Checking checksum for 'download/libogg-1.3.0.tar.gz'...
Fetching 'http://downloads.xiph.org/releases/vorbis/libvorbis-1.3.3.tar.gz'...
Checking checksum for 'download/libvorbis-1.3.3.tar.gz'...
Fetching 
'http://strawberryperl.com/package/kmx/sdl/src/SDL2_mixer-hg20130301.tar.gz'...
Checking checksum for 'download/SDL2_mixer-hg20130301.tar.gz'...
Fetching 
'http://strawberryperl.com/package/kmx/sdl/src/SDL2_ttf-hg20130301.tar.gz'...
Checking checksum for 'download/SDL2_ttf-hg20130301.tar.gz'...
Fetching 
'http://strawberryperl.com/package/kmx/sdl/src/SDL2_gfx-svn20130301.tar.gz'...
Checking checksum for 'download/SDL2_gfx-svn20130301.tar.gz'...
Extracting z...
Extracting jpeg...
Extracting tiff...
Applying patch file: 'patches/libtiff.4.0.3.tiffio.h.patch'
- gonna patch 'build_src/tiff-4.0.3/libtiff/tiffiop.h'
Extracting png...
Extracting freetype...
Extracting SDL2...  <
Extracting SDL2_image...
Extracting ogg...




> 
> On Sun, Aug 11, 2013 at 11:13 PM, Kartik Thakore  
> wrote:
> Seems like prereqs are not installing now:
> https://github.com/PerlGameDev/Alien-SDL2/issues/4
> 
> Any clue guys?
> 
> Also kmx: your url for smpeg is no longer valid.
> 
> 
> On Sun, Aug 11, 2013 at 10:41 PM, Kartik Thakore  
> wrote:
> This seems to work:
> 
> https://github.com/PerlGameDev/Alien-SDL2/commit/dfece76c277922550610f8c8179f149131522c7e
> 
> any comments?
> 
> 
> On Sun, Aug 11, 2013 at 9:51 PM, Kartik Thakore  
> wrote:
> Hey guys,
> 
> Any ideas on how I can fix this? 
> https://github.com/PerlGameDev/Alien-SDL2/issues/3
> 
> I tried
> 
> ... { FALSE= 0, TRUE= 0} ...
> 
> But that is not working.
> 



Re: [Alien-SDL2] libtiff 4.0.3 incompatible on debian/ubuntu

2013-08-13 Thread Mason James

On 2013-08-12, at 2:41 PM, Kartik Thakore wrote:

> This seems to work:
> 
> https://github.com/PerlGameDev/Alien-SDL2/commit/dfece76c277922550610f8c8179f149131522c7e
> 
> any comments?
> 

fwiw, travis is now building libtiff correctly with your patch, so… looks good 
:)

 https://travis-ci.org/PerlGameDev/Alien-SDL2/builds/10165396


> 
> On Sun, Aug 11, 2013 at 9:51 PM, Kartik Thakore  
> wrote:
> Hey guys,
> 
> Any ideas on how I can fix this? 
> https://github.com/PerlGameDev/Alien-SDL2/issues/3
> 
> I tried
> 
> ... { FALSE= 0, TRUE= 0} ...
> 
> But that is not working.
> 



Re: [Alien-SDL2] libtiff 4.0.3 incompatible on debian/ubuntu

2013-08-11 Thread Kartik Thakore
Also this looks like the Builder is not fetching and install SDL2, when I
ask it to build from scratch :

Do you want to see all messages during configure/make (y/n)? [n ]n
Checking checksum for already existing 'download/zlib-1.2.8.tar.gz'...
Checking checksum for already existing 'download/jpegsrc.v9.tar.gz'...
Checking checksum for already existing 'download/tiff-4.0.3.tar.gz'...
Checking checksum for already existing 'download/libpng-1.5.14.tar.gz'...
Checking checksum for already existing 'download/freetype-2.4.11.tar.gz'...
Checking checksum for already existing
'download/SDL2_image-hg20130301.tar.gz'...
Checking checksum for already existing 'download/libogg-1.3.0.tar.gz'...
Checking checksum for already existing 'download/libvorbis-1.3.3.tar.gz'...
Fetching '
http://strawberryperl.com/package/kmx/sdl/src/SDL2_mixer-hg20130301.tar.gz'.
..
Checking checksum for 'download/SDL2_mixer-hg20130301.tar.gz'...
Checking checksum for already existing
'download/SDL2_ttf-hg20130301.tar.gz'...
Checking checksum for already existing
'download/SDL2_gfx-svn20130301.tar.gz'...
Extracting z...
Extracting jpeg...
Extracting tiff...
###
Any ideas why?

On Sun, Aug 11, 2013 at 11:13 PM, Kartik Thakore
wrote:

> Seems like prereqs are not installing now:
> https://github.com/PerlGameDev/Alien-SDL2/issues/4
>
> Any clue guys?
>
> Also kmx: your url for smpeg is no longer valid.
>
>
> On Sun, Aug 11, 2013 at 10:41 PM, Kartik Thakore  > wrote:
>
>> This seems to work:
>>
>>
>> https://github.com/PerlGameDev/Alien-SDL2/commit/dfece76c277922550610f8c8179f149131522c7e
>>
>> any comments?
>>
>>
>> On Sun, Aug 11, 2013 at 9:51 PM, Kartik Thakore > > wrote:
>>
>>> Hey guys,
>>>
>>> Any ideas on how I can fix this?
>>> https://github.com/PerlGameDev/Alien-SDL2/issues/3
>>>
>>> I tried
>>>
>>> ... { FALSE= 0, TRUE= 0} ...
>>>
>>> But that is not working.
>>>
>>>
>>>
>>
>


Re: [Alien-SDL2] libtiff 4.0.3 incompatible on debian/ubuntu

2013-08-11 Thread Kartik Thakore
Seems like prereqs are not installing now:
https://github.com/PerlGameDev/Alien-SDL2/issues/4

Any clue guys?

Also kmx: your url for smpeg is no longer valid.

On Sun, Aug 11, 2013 at 10:41 PM, Kartik Thakore
wrote:

> This seems to work:
>
>
> https://github.com/PerlGameDev/Alien-SDL2/commit/dfece76c277922550610f8c8179f149131522c7e
>
> any comments?
>
>
> On Sun, Aug 11, 2013 at 9:51 PM, Kartik Thakore 
> wrote:
>
>> Hey guys,
>>
>> Any ideas on how I can fix this?
>> https://github.com/PerlGameDev/Alien-SDL2/issues/3
>>
>> I tried
>>
>> ... { FALSE= 0, TRUE= 0} ...
>>
>> But that is not working.
>>
>>
>>
>


Re: [Alien-SDL2] libtiff 4.0.3 incompatible on debian/ubuntu

2013-08-11 Thread Kartik Thakore
This seems to work:

https://github.com/PerlGameDev/Alien-SDL2/commit/dfece76c277922550610f8c8179f149131522c7e

any comments?


On Sun, Aug 11, 2013 at 9:51 PM, Kartik Thakore wrote:

> Hey guys,
>
> Any ideas on how I can fix this?
> https://github.com/PerlGameDev/Alien-SDL2/issues/3
>
> I tried
>
> ... { FALSE= 0, TRUE= 0} ...
>
> But that is not working.
>
>
>


[Alien-SDL2] libtiff 4.0.3 incompatible on debian/ubuntu

2013-08-11 Thread Kartik Thakore
Hey guys,

Any ideas on how I can fix this?
https://github.com/PerlGameDev/Alien-SDL2/issues/3

I tried

... { FALSE= 0, TRUE= 0} ...

But that is not working.