Andre H?bner:
> Hi,
>
> i successfully compiled and packaged postfix 2.5.5 on suse 10.1 with
> gcc 4.1.2
>
> Now i try same with suse 8.2 and gcc 3.3
>
> Testcompile with simple: make tidy results in
>
> make tidy
> make -f Makefile.in MAKELEVEL= Makefiles
> (echo "# Do not edit -- this file documents how Postfix was built for
> your machine."; /bin/sh makedefs) >makedefs.tmp
> In file included from makedefs.test.c:2:
> /usr/include/sys/epoll.h:60: error: parse error before "uint32_t"
> /usr/include/sys/epoll.h:66: error: parse error before "uint32_t"
Note that uint32_t is used in /usr/include/sys/epoll.h. This means
that you have a broken include file hierachy.
Wietse