[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#281343: /usr/include/gnu/stubs.h: non-portable whitespace encountered at line 7



Package: libc6-dev
Version: 2.3.2.ds1-18
Severity: normal
Tags: patch

When making certain programs I get this warning:
makedepend: warning:  /usr/include/gnu/stubs.h:  non-portable whitespace encountered at line 7

The offending line is this:

#ifdef _LIBC
 #error Applications may not define the macro _LIBC
#endif

This must be changed to

#ifdef _LIBC
#  error Applications may not define the macro _LIBC
#endif

or similar.


Bodo
-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (300, 'unstable'), (10, 'experimental')
Architecture: i386 (i586)
Kernel: Linux 2.4.27-1-k6
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro

Versions of packages libc6-dev depends on:
ii  libc6                2.3.2.ds1-18        GNU C Library: Shared libraries an
ii  linux-kernel-headers 2.5.999-test7-bk-16 Linux Kernel Headers for developme

-- no debconf information



Reply to: