From owner-freebsd-ports@freebsd.org Thu Jul 13 18:50:43 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5046DDAB6AD for ; Thu, 13 Jul 2017 18:50:43 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: from mail-qt0-x233.google.com (mail-qt0-x233.google.com [IPv6:2607:f8b0:400d:c0d::233]) (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 10EF28516A for ; Thu, 13 Jul 2017 18:50:42 +0000 (UTC) (envelope-from otacilio.neto@bsd.com.br) Received: by mail-qt0-x233.google.com with SMTP id b40so45494978qtb.2 for ; Thu, 13 Jul 2017 11:50:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsd.com.br; s=capeta; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=bu5WOFd0BJZw4v2PT589D8r7mJETyeo0r5vz5uyPlHw=; b=DAsOYrWMn04CfXYnZqTqzr82+JskT2bhjCaZrWnaMqQ3LDV6QMkbGqMk5xs5+aJ/E9 HoDJEGnj1ky+PtCAxlOHWfV/0r8ZSJHowADXHc63AyCvwlEZS1jvtghh2wHGgTOKYufS r3Sniec2ITTSHv3MYN6TTLjV4LjL6QubfjmJo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=bu5WOFd0BJZw4v2PT589D8r7mJETyeo0r5vz5uyPlHw=; b=jzXiy+PR81QdUU3h2Hrt8EabqXedOazMW8lHLjVZyhYuDqXlnaa31c39zMsXOHBWxO 7AykPQxDlELDuX5qFbyJ0enHqw22vTmrSUW8/0tPFiLScR+b1/TmkvTJ4Abvsr1geVUY pas5Y3fFGhOFmEIFQ8G3przh/9zZ8EmfPJa+xO+cE2L5O2AVXU3WJ75TQnO16EW0J5Hb 08CYqyZZRjptO325loGLEiz+41zbZSkk3kCkZ2T2b9vgU06oENwiF6MpE5tKEXf9J/hy sX2SciSUQE7WkSOfVF7/NsavMTmbg51BYr+kRFrJT5qRgoOqIDw6VB8rHe/v+C+uiPW/ zFuA== X-Gm-Message-State: AIVw112Iz5CHJJiPxgRm7cAC4YDZsghGQuTMaXRetAs3vHsklaB2fo84 BsPzjll7wd8F5UdxMvQ= X-Received: by 10.237.33.3 with SMTP id 3mr6758288qtc.63.1499971840840; Thu, 13 Jul 2017 11:50:40 -0700 (PDT) Received: from [10.51.223.89] ([177.20.152.129]) by smtp.googlemail.com with ESMTPSA id l15sm4914304qtb.51.2017.07.13.11.50.38 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 13 Jul 2017 11:50:39 -0700 (PDT) To: freebsd-ports@freebsd.org From: =?UTF-8?B?T3RhY8OtbGlv?= Subject: ext/atomicity.h bits/c++config.h Message-ID: <77a7513c-b47d-1e59-bce8-550570c73035@bsd.com.br> Date: Thu, 13 Jul 2017 15:50:36 -0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2017 18:50:43 -0000 I'm trying to make a port for personal use of the rmtp library. However I'm having some problems that I can not solve with just the help of google. Among other things, the compilation is breaking at this point In file included from /usr/ports/science/mrpt/work/.build/libs/base/cotire/mrpt-base_CXX_prefix.hxx:4: In file included from /usr/ports/science/mrpt/work/.build/libs/base/cotire/mrpt-base_CXX_prefix.cxx:4: In file included from /usr/ports/science/mrpt/work/mrpt-752b211/libs/base/src/base-precomp.h:17: In file included from /usr/ports/science/mrpt/work/mrpt-752b211/libs/base/include/mrpt/utils/CObject.h:17: In file included from /usr/ports/science/mrpt/work/mrpt-752b211/libs/base/include/mrpt/otherlibs/stlplus/smart_ptr.hpp:49: /usr/ports/science/mrpt/work/mrpt-752b211/libs/base/include/mrpt/synch/atomic_incr.h:20:12: fatal error: 'ext / atomicity.h' file not found #include ^ 1 error generated. Complaining that can not find this header library: Fatal error: 'ext/atomicity.h' file not found I have found this library in /usr/src/contrib/libstdc ++/include and I do not know the correct way to include it in the project because I expected to find it in /usr/include or /usr/local/include. I even added this line in the configuration: -I/usr/src/contrib/libstdc++/include but now went on to complain that this other head file is missing /usr/src/contrib/libstdc++/include/ext/atomicity.h:38:10: fatal error: 'bits/c++config.h' file not found Could anyone give me a hint about how to fix this? []'s -Otacilio