** Changed in: udpcast (Ubuntu)
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/73248
Title:
compilation error
To manage notifications about this bug go to:
https:
** Changed in: udpcast (Ubuntu)
Assignee: alex => (unassigned)
Status: Fix Committed => Confirmed
--
compilation error
https://launchpad.net/bugs/73248
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Can't it be upgraded to a new version in the repositories, because these
use a very old package (from 2004).
Al
--
compilation error
https://launchpad.net/bugs/73248
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
> This is only needed in Ubuntu
>
> ** Changed in: udpcast (Ubuntu)
>Status: Confirmed => Fix Committed
>
> --
> compilation error
> https://launchpad.net/bugs/73248
>
>
Sorry ... i'm not a C coder, only a teacher cloning hd at school ;-)
I've seen it at
http://www.mail-archive.com/net-sn
This is only needed in Ubuntu
** Changed in: udpcast (Ubuntu)
Status: Confirmed => Fix Committed
--
compilation error
https://launchpad.net/bugs/73248
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Thank you.
But why does ubuntu need this?
--
compilation error
https://launchpad.net/bugs/73248
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
It seems that changing lines 35-38 in socklib.c helps.
#ifdef __linux__
typedef unsigned long long u64;
typedef unsigned int u32;
typedef unsigned short u16;
typedef unsigned char u8;
to
#ifdef __linux__
typedef unsigned long long __u64;
typedef unsigned int __u32;
typedef unsigned short __u16;
** Changed in: udpcast (Ubuntu)
Assignee: (unassigned) => alex
Status: Unconfirmed => Confirmed
--
compilation error
https://launchpad.net/bugs/73248
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs