problem w/autoconf & configure?
problem w/autoconf & configure?
- Subject: problem w/autoconf & configure?
- From: James Tittle II <email@hidden>
- Date: Thu, 17 Jun 2004 18:49:06 -0400
hi,
...I'm trying to build the recent HEAD of Tcl.framework for my first
time after upgrading to xcode 1.2, but I'm getting some strange
errors/Warnings saying various sys/*.h's "present but cannot be
compiled" and other messages: is this a "reinstall xcode 1.2 and try
again" kind of problem, or something else? Here's a bit of the
configure output:
/bin/sh -c "if [ \"\" != \"clean\" ]; then if [ \"\" = \"install\" ];
then MAKE_ACTION=install-; fi; else MAKE_ACTION=distclean-; fi; gnumake
${MAKE_ACTION:-}deploy"
gnumake tcl \
BUILD_STYLE=Deployment MAKE_ARGS=INSTALL_PROGRAM="'$\${INSTALL}
$\${INSTALL_STRIP_PROGRAM}'" MAKE_ARGS+=INSTALL_LIBRARY="'$\${INSTALL}
$\${INSTALL_STRIP_LIBRARY}'" MAKE_ARGS+=MEM_DEBUG_FLAGS="-DNDEBUG"
mkdir -p /Users/tigital/dev/tcltk/tcl/macosx/../../build/tcl/Deployment
&& cd /Users/tigital/dev/tcltk/tcl/macosx/../../build/tcl/Deployment &&
/Users/tigital/dev/tcltk/tcl/macosx/../unix/configure \
--prefix=/usr --bindir=/usr/bin
--libdir=/Library/Frameworks/Tcl.framework/Versions/8.5 \
--includedir=/Library/Frameworks/Tcl.framework/Versions/8.5/Headers
--mandir=/usr/man --enable-threads \
--enable-framework
checking whether to use symlinks for manpages... no
checking compression for manpages... no
checking for gcc... gcc
-------------------------------------
...snip to get under 8k list limit...
-------------------------------------
checking dirent.h... no
checking errno.h usability... no
checking errno.h presence... yes
configure: WARNING: errno.h: present but cannot be compiled
configure: WARNING: errno.h: check for missing prerequisite headers?
configure: WARNING: errno.h: proceeding with the preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to email@hidden. ##
configure: WARNING: ## ------------------------------------ ##
checking for errno.h... yes
checking float.h usability... no
checking float.h presence... yes
configure: WARNING: float.h: present but cannot be compiled
configure: WARNING: float.h: check for missing prerequisite headers?
configure: WARNING: float.h: proceeding with the preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to email@hidden. ##
configure: WARNING: ## ------------------------------------ ##
checking for float.h... yes
checking values.h usability... no
checking values.h presence... no
checking for values.h... no
checking for limits.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/wait.h usability... no
checking sys/wait.h presence... yes
configure: WARNING: sys/wait.h: present but cannot be compiled
configure: WARNING: sys/wait.h: check for missing prerequisite headers?
configure: WARNING: sys/wait.h: proceeding with the preprocessor's
result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to email@hidden. ##
configure: WARNING: ## ------------------------------------ ##
checking for sys/wait.h... yes
checking dlfcn.h usability... no
checking dlfcn.h presence... yes
configure: WARNING: dlfcn.h: present but cannot be compiled
configure: WARNING: dlfcn.h: check for missing prerequisite headers?
configure: WARNING: dlfcn.h: proceeding with the preprocessor's result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to email@hidden. ##
configure: WARNING: ## ------------------------------------ ##
checking for dlfcn.h... yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... no
checking sys/param.h presence... yes
configure: WARNING: sys/param.h: present but cannot be compiled
configure: WARNING: sys/param.h: check for missing prerequisite headers?
configure: WARNING: sys/param.h: proceeding with the preprocessor's
result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to email@hidden. ##
configure: WARNING: ## ------------------------------------ ##
checking for sys/param.h... yes
checking sys/modem.h usability... no
checking sys/modem.h presence... no
checking for sys/modem.h... no
checking termios vs. termio vs. sgtty... none
checking for fd_set in sys/types... no
checking for fd_mask in sys/select... present
checking whether struct tm is in sys/time.h or time.h... sys/time.h
checking sys/time.h usability... no
checking sys/time.h presence... yes
configure: WARNING: sys/time.h: present but cannot be compiled
configure: WARNING: sys/time.h: check for missing prerequisite headers?
configure: WARNING: sys/time.h: proceeding with the preprocessor's
result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to email@hidden. ##
configure: WARNING: ## ------------------------------------ ##
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... no
-------------------------------------
...snip to get under 8k list limit...
-------------------------------------
checking langinfo.h usability... no
checking langinfo.h presence... yes
configure: WARNING: langinfo.h: present but cannot be compiled
configure: WARNING: langinfo.h: check for missing prerequisite headers?
configure: WARNING: langinfo.h: proceeding with the preprocessor's
result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to email@hidden. ##
configure: WARNING: ## ------------------------------------ ##
checking for langinfo.h... yes
checking whether to use nl_langinfo... no (could not compile with
nl_langinfo)
checking for chflags... no
checking for getattrlist... no
checking sys/ioctl.h usability... no
checking sys/ioctl.h presence... yes
configure: WARNING: sys/ioctl.h: present but cannot be compiled
configure: WARNING: sys/ioctl.h: check for missing prerequisite headers?
configure: WARNING: sys/ioctl.h: proceeding with the preprocessor's
result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to email@hidden. ##
configure: WARNING: ## ------------------------------------ ##
checking for sys/ioctl.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... yes
configure: WARNING: sys/filio.h: present but cannot be compiled
configure: WARNING: sys/filio.h: check for missing prerequisite headers?
configure: WARNING: sys/filio.h: proceeding with the preprocessor's
result
configure: WARNING: ## ------------------------------------ ##
configure: WARNING: ## Report this to email@hidden. ##
configure: WARNING: ## ------------------------------------ ##
checking for sys/filio.h... yes
checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK
checking how to package libraries... framework
configure: creating ./config.status
config.status: creating Makefile
config.status: creating dltest/Makefile
config.status: creating tclConfig.sh
cd /Users/tigital/dev/tcltk/tcl/macosx/../../build/tcl/Deployment &&
mkdir -p Tcl.framework && \
ln -fs ../Tcl Tcl.framework/Tcl
puzzled,
jamie
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.