From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32103 invoked by alias); 20 Aug 2004 14:03:29 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 32055 invoked from network); 20 Aug 2004 14:03:28 -0000 Received: from unknown (HELO brmx1.boca.ssc.siemens.com) (12.147.96.32) by sourceware.org with SMTP; 20 Aug 2004 14:03:28 -0000 Received: from fdns2.rolm.com (localhost [127.0.0.1]) by brmx1.boca.ssc.siemens.com (8.12.10/8.12.10) with ESMTP id i7KE3R4S025732 for ; Fri, 20 Aug 2004 10:03:27 -0400 Received: from stca200a.bus.sc.rolm.com (stca200a.bus.sc.rolm.com [165.218.68.180]) by fdns2.rolm.com (8.12.10/8.12.10) with ESMTP id i7KE3RRY021289 for ; Fri, 20 Aug 2004 07:03:27 -0700 (PDT) Received: by stca200a.bus.sc.rolm.com with Internet Mail Service (5.5.2657.72) id ; Fri, 20 Aug 2004 07:03:26 -0700 Message-ID: From: "Devaughn, Hans" To: "'ecos-discuss@sources.redhat.com'" Date: Fri, 20 Aug 2004 14:03:00 -0000 MIME-Version: 1.0 Content-Type: text/plain Subject: [ECOS] Time_t X-SW-Source: 2004-08/txt/msg00316.txt.bz2 I am trying to get the t_time structure defined for a POSIX environment. I have selected the "time_t implementation header" in the Configuration Tool and set the header to . The file ../install/include/time.h checks CYGBLD_ISO_TIME_T_HEADER to be defined, and if so, includes . The file has the structure timespec defined with a member tv_sec of type time_t. The only place time_t is defined is if the CYGBLD_ISO_TIME_T_HEADER is not defined (else leg of the baseline time.h) and in . The latter file has the reference time_t "#defined out" with "#if 0". This result in a compile error when trying to build the library. Does anyone have a solution for my problem? Thanks Hans -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss