From owner-svn-src-all@FreeBSD.ORG Wed May 22 20:14:07 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 39311D4B; Wed, 22 May 2013 20:14:07 +0000 (UTC) (envelope-from edschouten@gmail.com) Received: from mail-vc0-f169.google.com (mail-vc0-f169.google.com [209.85.220.169]) by mx1.freebsd.org (Postfix) with ESMTP id BB5F5A23; Wed, 22 May 2013 20:14:06 +0000 (UTC) Received: by mail-vc0-f169.google.com with SMTP id kw10so1642741vcb.0 for ; Wed, 22 May 2013 13:14:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=XJ6x1J4ZfAhjHkh/WEXXv8KW6BQzLcH/Ht4J/T6unq0=; b=mziwhb0YjCSPX38YfuHIvsn7MxM0yHOlqPDbhYr1CqeAHGGlECpWnnKkDewKo+QVAe 72Hd3l57poAFvyJb2Cat/EeGzS9yOIpehQWQiwb7en4LoY6HyCHMiUFT5WW4+G0HpLdL iLoloeXBYAF9cb4ct6KySkdFu27VOj9CQMoh5E4WscXyqwpVswQKBhTXZkYVTyCSmh6T Ss0IifILm7aHzzSf7MTePaexBbj0GUfMpZIcfccdEnUwkwtAYpDcf0h+aiDlkRTcpHBE aWpNT9h5yuEZ7WSvj8tqHlHY5Bhfv+E2LK8mNS2Tm0JveZxMOoGHjpXX1l9ssOjeCD5i zowA== MIME-Version: 1.0 X-Received: by 10.220.92.195 with SMTP id s3mr3429238vcm.9.1369253640570; Wed, 22 May 2013 13:14:00 -0700 (PDT) Sender: edschouten@gmail.com Received: by 10.220.72.7 with HTTP; Wed, 22 May 2013 13:14:00 -0700 (PDT) In-Reply-To: <20130522194125.GM77347@glenbarber.us> References: <201305211959.r4LJxbLx034714@svn.freebsd.org> <20130522194125.GM77347@glenbarber.us> Date: Wed, 22 May 2013 22:14:00 +0200 X-Google-Sender-Auth: X_yHNvEBIsjPTV43StMz0OaRmc4 Message-ID: Subject: Re: svn commit: r250883 - in head: include include/xlocale lib/libc/locale sys/sys tools/regression/lib/libc/locale From: Ed Schouten To: Glen Barber Content-Type: text/plain; charset=UTF-8 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 May 2013 20:14:07 -0000 Hi Glen, 2013/5/22 Glen Barber : > This fails to build for me with GCC. > > /usr/src/lib/libc/locale/c16rtomb.c:73: error: too many arguments to function 'c32rtomb[21/1924] > /usr/src/lib/libc/locale/c16rtomb.c: At top level: > /usr/src/lib/libc/locale/c16rtomb.c:77: error: expected declaration specifiers or '...' before ' char16_t' > /usr/src/lib/libc/locale/c16rtomb.c: In function 'c16rtomb': /usr/src/lib/libc/locale/c16rtomb.c:80: error: 'c16' undeclared (first use in this function) > /usr/src/lib/libc/locale/c16rtomb.c:80: warning: passing argument 3 of 'c16rtomb_l' from incompa > tible pointer type > /usr/src/lib/libc/locale/c16rtomb.c:80: error: too many arguments to function 'c16rtomb_l' Sorry, but it seems I cannot reproduce this. On my FreeBSD 9.1-STABLE box I ran the following: make buildworld WITHOUT_CLANG= Could you pleae let me know a bit more about your setup? (P.S.: In the mean time I'm looking for a way to elegantly solve the character set issues. More on that later.) Thanks, -- Ed Schouten