Public bug reported:

# lsb_release -rd
Description:    Ubuntu intrepid (development branch)
Release:        8.10

# uname -a
Linux seattle 2.6.27-3-generic #1 SMP Wed Sep 10 16:02:00 UTC 2008 i686 
GNU/Linux

Using Alpha 5 of intrepid.

----

Trying to compile u2nl (http://freshmeat.net/projects/u2nl/) gives these
errors:

[EMAIL PROTECTED]:/tmp/u2nl-1.3# make
gcc -Wall -g u2nl.c -o u2nl
In file included from u2nl.c:33:
/usr/include/linux/netfilter_ipv4.h:53: error: ‘INT_MIN’ undeclared here (not 
in a function)
/usr/include/linux/netfilter_ipv4.h:64: error: ‘INT_MAX’ undeclared here (not 
in a function)
make: *** [u2nl] Error 1

If this line is added in /usr/include/linux/netfilter_ipv4.h:

#include <limits.h>

Then it works fine.

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
#include <limits.h> missing in /usr/include/linux/netfilter_ipv4.h
https://bugs.launchpad.net/bugs/270917
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

Reply via email to