From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15745 invoked by alias); 17 Oct 2013 16:26:37 -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 15732 invoked by uid 89); 17 Oct 2013 16:26:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pb0-f42.google.com Received: from mail-pb0-f42.google.com (HELO mail-pb0-f42.google.com) (209.85.160.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 17 Oct 2013 16:26:36 +0000 Received: by mail-pb0-f42.google.com with SMTP id un15so2526537pbc.29 for ; Thu, 17 Oct 2013 09:26:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=T+/7LYggCojjN72jW6v6v6HEy9VG2Zj3/6sRdmM3c6s=; b=a0Mhy6Q4H4/eCV1eU+wcnNHRVkUue29z/tuAUcHqbzFSGcEBJoAz8xP/knqxtfoRHz Mk/MvZnOWSyLF8HR4OXVpHLXIxJSQd5iNYL7rSBU9jfoaiIZXUYjajN9vIs2wyTwyDQW hWBTh3ssnUBDDcSGY0/cv2xzmPf4+VGcJ2yYwVfstaouOdLdGA0kRMeuuqdCsLZ0rFt+ NI5LvpUkdi03RKeX+B95ETlPCZwRUCXaMqEz1yLR9iTUfXhRG81CzigCCF2IXzg4B3kR T0xaG+EFxfEtH4+lQvDTact6mfJSJ6VRw0tbjk+eYZ6xHuIMohQwk9JHA1FuEjOTqzVT zwQA== X-Gm-Message-State: ALoCoQnJMrrLDk3vOskvO+6VGD8Sj/6Tdw5DonYdIThXjvTa8Ni2li8uhbo5TxIYsJEZdXlK5+GBlINTMrS3Q6I+X38oo7l8xDu0ihV3QRu6RHBH1KsUosAJ/2xna3/wEQ2aoa6JPqXkK9oJb/yUy7rOHWpR1oQUEm/MNmoHq4o3GHGf+J9KWDtXxZHO5i9fURVHl1g2H2h5 MIME-Version: 1.0 X-Received: by 10.66.170.168 with SMTP id an8mr10168356pac.58.1382027194259; Thu, 17 Oct 2013 09:26:34 -0700 (PDT) Received: by 10.68.66.9 with HTTP; Thu, 17 Oct 2013 09:26:34 -0700 (PDT) In-Reply-To: <525FED85.1060200@web.de> References: <525FED85.1060200@web.de> Date: Thu, 17 Oct 2013 16:26:00 -0000 Message-ID: Subject: Re: Difficulties with binding to functions for semantic actions in a grammar From: Ian Lance Taylor To: Markus Elfring Cc: "gcc-help@gcc.gnu.org" , Clang Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-10/txt/msg00069.txt.bz2 On Thu, Oct 17, 2013 at 7:00 AM, Markus Elfring wrote: > > I stumble on another challenge during the software development of a small > application which I derive from the Spirit tutorial on my openSUSE system. > > http://sourceforge.net/mailarchive/message.php?msg_id=31489573 > > > I observe that a source file is accepted by my compilers in one build > configuration. But error messages are displayed if I switch to the build > configuration where the relevant source code is directly included by header > files. Would you like to share any ideas on approaches to resolve this issue? > > https://github.com/elfring/boot_parameters/blob/d65ffb55c0643aac8cb02126066252e898b12bf9/boost/CMakeLists.txt I really have no idea what you are asking and your code looks quite complex. Can you show a small self-contained example? Ian