Date: Mon, 27 Oct 2003 22:05:48 +0100 From: Marcin Dalecki <mdcki@gmx.net> To: current@freebsd.org Subject: u_int32_t Message-ID: <3F9D88AC.9070306@gmx.net>
next in thread | raw e-mail | index | archive | help
With a just recent current I'm getting the following error message. I wasn't there just few days ago. I suppose u_int32_t should be substituted with the stdint.h POSIX types uint32_t. tcc -Ysystem -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -DFEAT_SUN_WORKSHOP -DFUNCPROTO=15 -DNARROWPROTO -I/usr/X11R6/include -I/usr/local/include -O3 -I/usr/X11R6/include -o objects/workshop.o workshop.c "/usr/include/netinet6/in6.h", line 535: Error: [ISO 6.5.2]: The type 'u_int32_t' hasn't been declared. *** Error code 1 Stop in /usr/local/src/redhat/BUILD/vim62/src. Bad exit status from /var/tmp/rpm-tmp.7037 (%build) kozaczek# If you wonder which compiler the above is. Well It's good old tendra actually ported to FreeBSD-current.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F9D88AC.9070306>