Jeffery Huang <[EMAIL PROTECTED]> wrote: > Here is my error message! > > gmake[4]: Entering directory `/home/jeffery/Project/radiusd/src/lib' > mipsel-linux-gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall > -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align > -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes > -Wmissing-declarations -Wnested-externs -D_LIBRADIUS -I../include -c > dict.c -o dict.o > In file included from dict.c:20: > ../include/libradius.h:19: stdint.h: No such file or directory
Your build system (gcc, include files, etc) is completely broken. The stdint.h file is included ONLY if the 'configure' stage finds it. And stdint.h should be included on all modern Linux systems. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
