From owner-freebsd-questions@freebsd.org Wed Jul 4 17:26:14 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D65261026CA8 for ; Wed, 4 Jul 2018 17:26:13 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: from mail-ua0-x243.google.com (mail-ua0-x243.google.com [IPv6:2607:f8b0:400c:c08::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 39BD489026 for ; Wed, 4 Jul 2018 17:26:13 +0000 (UTC) (envelope-from olivares14031@gmail.com) Received: by mail-ua0-x243.google.com with SMTP id z4-v6so3848265uao.12 for ; Wed, 04 Jul 2018 10:26:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=jTvPKIwziH5HfvH+/XInI7EGt0x5rYlnudmJx4vdiuc=; b=veWREvVs6auj3Ceff/AHZOf4+6aosyMPPyalry0NqGG+mkO1J9b8WtsjiDQNXrAsPF Q8Z6CxfivOl/6VOYRyrEl8WP41mUFbPY7Ot+q9I+IIKth/nlDSFwkwy+5IP+0r21cUvt ZDrZ/j+AL+FYG7hTYzMN6MPTSsbzaloB6D0UX8g+4ZCXDwuyh4gtEh/aX02/C3WlV/jl PPGdzABrBgdovHtaoNHN/LqTHX87QjizUqrOM5BUDAgn7+yYywV/twdSLSFlhI3TYT7v t4NijPLvEbwYtlPJr6U61cR0UJUP+AlLbzASxBtvujFCRqwO4aL3Ud8Rq+32KcZGo8b1 Lwpw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=jTvPKIwziH5HfvH+/XInI7EGt0x5rYlnudmJx4vdiuc=; b=kJaxxc+JKPkHw3KzEJHgofEZZ76UzZIQ8ggepNk+iQPsCr4JSg1XoH/Uf9eH0/evtc uN5yogwFFWZtZfQ9A2I6PGEhHTUUDWgKSuQFnlIBJ7/QxmcQ4y6tP7+OrRdRN64M047+ IQ/WGHbD8JQWhmvbj9HBnc7OZLKXU50f/sPwZ8TblntP5k6eX9Mx4TZ+IWiJRhUXPvAF CzSsLEVXFrGOigVw+1AUFCOYXQnLdE41p3EqkJa8/IF/suCgrOwrB+moo4to1UYhcvcZ WU4eiD/UKAj+RWdsblyTFgZWqWSw5dqZV1XuzXxh5F3yEG7WrmvF6qKYf0TJCgQVWlZp l3eA== X-Gm-Message-State: APt69E3P95M1wG6Pcs0938qWCHIZtz8sk5/xGj+RCyXEFaBgXeTUOC/X YdahOk7MSSLD/XrAvVMJN0cM/hJY34Aw+Uk1XV8= X-Google-Smtp-Source: AAOMgpe+X9j1OmZKZlLT5sR1MNPob//YGod53Tsx9mI3P4zbpfc9X2ziqhY5puRe8qXgWECyeQPriRAUHWv1MuzJKdk= X-Received: by 2002:ab0:9e2:: with SMTP id e34-v6mr1812754uah.166.1530725171253; Wed, 04 Jul 2018 10:26:11 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:ab0:51c7:0:0:0:0:0 with HTTP; Wed, 4 Jul 2018 10:26:10 -0700 (PDT) In-Reply-To: <20180704232306.2bacb554.freebsd.ed.lists@sumeritec.com> References: <20180704232306.2bacb554.freebsd.ed.lists@sumeritec.com> From: Antonio Olivares Date: Wed, 4 Jul 2018 12:26:10 -0500 Message-ID: Subject: Re: Clang++ stdlib/cstdlib.h workaround To: Erich Dollansky Cc: Shane Ambler , FreeBSD Questions Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.27 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jul 2018 17:26:14 -0000 On Wednesday, July 4, 2018, Erich Dollansky wrote: > Hi, > > On Wed, 4 Jul 2018 07:30:54 -0500 > Antonio Olivares wrote: > >> On Tuesday, July 3, 2018, Shane Ambler wrote: >> > On 04/07/2018 04:08, Antonio Olivares wrote: >> >> Dear kind folks, >> >> >> Thanks for your input. For the moment I have removed the header file >> >> #include > > is this just a typing error or is this the cause? > > Erich > Typing error! It should be ``#include '' Or ``#include '' And some variations omit the ".h" part. I had a cout statement in two lines and I always got error message. Once I joined the statements to a single line the program compiled successfully. Best Regards, Antonio