[Bug 424978] Re: corrupt zlib-headerfile (xbmc-pvr-testing doesn't compile)

2009-09-07 Thread Fabricio Campos Zuardi
Same thing for when compiling FFMpeg trunk on Karmic Alpha 5 + updates,
32bit machine. Snippet fixed here as well.

-- 
corrupt zlib-headerfile (xbmc-pvr-testing doesn't compile)
https://bugs.launchpad.net/bugs/424978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424978] Re: corrupt zlib-headerfile (xbmc-pvr-testing doesn't compile)

2009-09-06 Thread MichaelEiler
** Changed in: zlib (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
corrupt zlib-headerfile (xbmc-pvr-testing doesn't compile)
https://bugs.launchpad.net/bugs/424978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424978] Re: corrupt zlib-headerfile (xbmc-pvr-testing doesn't compile)

2009-09-06 Thread Zan Dobersek
Occured when compiling gtk+ 2.16.6. Again, snippet fixes it.

-- 
corrupt zlib-headerfile (xbmc-pvr-testing doesn't compile)
https://bugs.launchpad.net/bugs/424978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424978] Re: corrupt zlib-headerfile (xbmc-pvr-testing doesn't compile)

2009-09-06 Thread Eric Appleman
And yes, the snippet does fix compilation.

-- 
corrupt zlib-headerfile (xbmc-pvr-testing doesn't compile)
https://bugs.launchpad.net/bugs/424978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424978] Re: corrupt zlib-headerfile (xbmc-pvr-testing doesn't compile)

2009-09-06 Thread Eric Appleman
Occuring during mplayer compilation.

In file included from libavformat/matroskadec.c:43:
/usr/include/zlib.h:1366: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘gzseek64’
/usr/include/zlib.h:1367: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or 
‘__attribute__’ before ‘gztell64’
/usr/include/zlib.h:1368: error: expected declaration specifiers or ‘...’ 
before ‘off64_t’
/usr/include/zlib.h:1369: error: expected declaration specifiers or ‘...’ 
before ‘off64_t’
make: *** [libavformat/matroskadec.o] Error 1


** Package changed: ubuntu => zlib (Ubuntu)

-- 
corrupt zlib-headerfile (xbmc-pvr-testing doesn't compile)
https://bugs.launchpad.net/bugs/424978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 424978] Re: corrupt zlib-headerfile (xbmc-pvr-testing doesn't compile)

2009-09-06 Thread MichaelEiler
** Changed in: ubuntu
   Status: New => Confirmed

-- 
corrupt zlib-headerfile (xbmc-pvr-testing doesn't compile)
https://bugs.launchpad.net/bugs/424978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 424978] Re: corrupt zlib-headerfile (xbmc-pvr-testing doesn't compile)

2009-09-05 Thread MichaelEiler
update:

I changed the following line from
#if defined(_LARGEFILE64_SOURCE) || _FILE_OFFSET_BITS == 64
to 
#ifdef _LARGEFILE64_SOURCE

and XBMC has compiled without any problems and works great now

regards

-- 
corrupt zlib-headerfile (xbmc-pvr-testing doesn't compile)
https://bugs.launchpad.net/bugs/424978
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs