Tcl Source Code

View Ticket
Login
Ticket UUID: 975323
Title: configure blows up on Mac OS X with latest CVS tree
Type: Bug Version: obsolete: 8.5a2
Submitter: karll Created on: 2004-06-18 12:40:09
Subsystem: 53. Configuration and Build Tools Assigned To: das
Priority: 8 Severity:
Status: Closed Last Modified: 2004-11-11 09:56:27
Resolution: Fixed Closed By: das
    Closed on: 2004-11-11 02:56:27
Description:
Checks for errno.h, float.h, sys/wait.h, dlfcn.h, sys/param.h, sys/
time.h, langinfo.h, sys/ioctl.h, and sys/filio.h fail, saying they are 
present but cannot be compiled and to report the bug to bug-
[email protected].

These work fine under 8.5a0.  The configure.in files have barely 
changed.  I've attached the config.log.

The errno.h dialog is reproduced below:

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 protected]. 
##
configure: WARNING:     ## ------------------------------------ ##
User Comments: das added on 2004-11-11 09:56:27:
Logged In: YES 
user_id=90580

the problem is here:

configure:6480: checking for required early compiler flags
configure:6504: gcc -pipe -c  -DMAC_OSX_TCL -DHAVE_CFBUNDLE 
-DUSE_VFORK -DTCL_DEFAULT_ENCODING=\"utf-8\"  conftest.c >&5
<command line>:9:23: missing terminating " character

this was fixed long ago:

2004-06-19  Daniel Steffen  <[email protected]>

* unix/tcl.m4: autoconf 2.5 fixes in Darwin section.
* unix/configure: autoconf-2.57

das added on 2004-11-10 09:03:14:
Logged In: YES 
user_id=90580

these work perfectly fine for me, I see no such errors and 
configure of the HEAD completes ok here.
something strange must be going on on your machine, I'll have 
a look at your log

karll added on 2004-06-18 19:41:16:
Logged In: YES 
user_id=64603

The configure fails both for unix/configure and macosx/configure.

karll added on 2004-06-18 19:40:09:

File Added - 91100: config.log

Attachments: