From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8909 invoked by alias); 10 Jun 2013 15:59:22 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 8856 invoked by uid 89); 10 Jun 2013 15:59:22 -0000 X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_40,FREEMAIL_FROM,RCVD_IN_HOSTKARMA_YE,SPF_FAIL,URI_HEX autolearn=no version=3.3.1 Received: from sam.nabble.com (HELO sam.nabble.com) (216.139.236.26) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Mon, 10 Jun 2013 15:59:21 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Um4V5-0005QH-EM for gcc-help@gcc.gnu.org; Mon, 10 Jun 2013 08:59:19 -0700 Date: Mon, 10 Jun 2013 15:59:00 -0000 From: ballsystemlord To: gcc-help@gcc.gnu.org Message-ID: <1370879959438-945091.post@n5.nabble.com> Subject: trouble using glob and wordexp MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2013-06/txt/msg00053.txt.bz2 I'm getting an error at compile time. All the variables are declared and my glob sruct is declared like this: struct glob_t globualation I though I might use wordexp instead since it would be more suited to what I'm doing but that fails with the same error exept it's wordexp's structure that is the problem. I also tried this to no avail. Gcc complains that the struct size is unknown. -- View this message in context: http://gcc.1065356.n5.nabble.com/trouble-using-glob-and-wordexp-tp945091.html Sent from the gcc - Help mailing list archive at Nabble.com.