Hi Jeremy,

thanks for the tip

I did this, but still get the following (several times):

bpthread/thread/thr_aio_suspend.c -o thr_aio_suspend.o
In file included from /usr/src-5.1/src/lib/libpthread/thread/thr_private.h:53,
from /usr/src-5.1/src/lib/libpthread/thread/thr_aio_suspend.c:34:
/usr/src-5.1/src/lib/libpthread/../../include/unistd.h:115: warning: `_POSIX_THREAD_ATTR_STACKADDR' redefined


and

/usr/include/machine/_types.h:45: redefinition of `__int8_t'
/usr/include/machine/ansi.h:130: `__int8_t' previously declared here
/usr/include/machine/_types.h:46: redefinition of `__uint8_t'
/usr/include/machine/ansi.h:131: `__uint8_t' previously declared here
/usr/include/machine/_types.h:47: redefinition of `__int16_t'

and the same for 32, 64, etc.
as well as a lot of errors out of types.h.

Any ideas?


Cheers,


-John




Jeremy C. Reed wrote:


On Wed, 16 Jul 2003, John Morgan Salomon wrote:



has anyone successfully managed to compile 5.1-RELEASE
from cvsup?



Once I edited src/Makefile.inc1 and src/lib/libpthread/support/Makefile.inc I could successfully build 5.1 under 4.8.

See http://www.FreeBSD.org/cgi/query-pr.cgi?pr=53201

(But my error messages, if I recall correctly, looked different than
yours.)

  Jeremy C. Reed
  http://bsd.reedmedia.net/




_______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to