From owner-freebsd-ports@freebsd.org Wed Apr 13 07:45:35 2016 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 D0CF2B0E9BD for ; Wed, 13 Apr 2016 07:45:35 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-oi0-x22e.google.com (mail-oi0-x22e.google.com [IPv6:2607:f8b0:4003:c06::22e]) (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 962081CF9 for ; Wed, 13 Apr 2016 07:45:35 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by mail-oi0-x22e.google.com with SMTP id s79so53639757oie.1 for ; Wed, 13 Apr 2016 00:45:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc; bh=lHE6sN9FRLkww4FSoV0pey4Eh/oIX6xutC2pqjfxwhA=; b=GUFmGyTXXIzNvfTTU2CMTtn1NM1++yBSWA0iXL3umT/FRwTxOPbeg7c1DRYn9cuE/j OnW5zoQOAbaINgqqFg2gQ0pEe+VbWcnxClRjLYRHSCTm3RcEfbP2j1r7KbrkS32vvxer 85wufK/o/uhDiC/ClNFVGK6bwBnHmVfI6lZdsczEgBsTH8R2rgUDxxvheaD80KKETp4f jnO3JSdvjwrWhqKFy3gffUQy481IqA2WZPpQUyU4KCV7qA1v7evQUSS04oyJKoI8SiBY cXZ3lJtjf9jzv/EAt3YJWKk7shEHNyzTdnUkpV9ml/Y4tttoc7gt1TmxcyYEspJDMhRG 2Isg== 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; bh=lHE6sN9FRLkww4FSoV0pey4Eh/oIX6xutC2pqjfxwhA=; b=e9A0bIx2rl3Kntezx+9mAD1Gy2z44GlO+Dj8Taci8ADL16OIbEqPz3o3CC1E2awIal VfIQL5wtvR0E3qCdgUnrrV/iVbKHt04L9Gwj7uJTwPIX++9w+XIgSMwgxA1tCd7L59fz qs1z3mJH1oeGgt1tM6Z/VTuwi3HFIISPIRBtkMUnC67U/Gx5Dx4ppTmvl3OdHjFqNRZk HGTcokaKheq99JWwV/rGiEXxesSXHOc0pQwS6zjGKA1MVMcsfWAIuv2/ORXf1itqW7NJ 726doBtl4BQYdDl1nyFngiq4Lu4mA5c4GpwouMm5O+E1AVawS59cts+7QSGYO+Sr3WOl Akgw== X-Gm-Message-State: AOPr4FWcK5Q1/JaoWQgHZVY+C3jsdHD8d+m72oTjYsNbqZgz/OFXG577h+ERqAsFYS05cC3H2DDBudkt0dE/mg== MIME-Version: 1.0 X-Received: by 10.202.98.133 with SMTP id w127mr3211771oib.136.1460533534720; Wed, 13 Apr 2016 00:45:34 -0700 (PDT) Received: by 10.157.45.194 with HTTP; Wed, 13 Apr 2016 00:45:34 -0700 (PDT) In-Reply-To: <570DEF42.30100@hiwaay.net> References: <570ACDB6.1020703@hiwaay.net> <20160410230338.GB24900@server.rulingia.com> <570AE735.2060606@hiwaay.net> <570BAC56.5060008@hiwaay.net> <570D5A0B.3010703@hiwaay.net> <20160413015933.GA13695@neutralgood.org> <570DEF42.30100@hiwaay.net> Date: Wed, 13 Apr 2016 00:45:34 -0700 Message-ID: Subject: Re: 'porting' AMD compiler suite From: Mehmet Erol Sanliturk To: "William A. Mahaffey III" Cc: "FreeBSD ports list !!!!" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Apr 2016 07:45:35 -0000 On Wed, Apr 13, 2016 at 12:02 AM, William A. Mahaffey III wrote: > On 04/12/16 21:05, Kevin P. Neal wrote: > >> On Tue, Apr 12, 2016 at 03:32:21PM -0453, William A. Mahaffey III wrote: >> >>> A bit of poking around yields a 'typedef __uintptr_t uintptr_t;' >>>> statement as line 78 of /usr/include/sys/_stdint.h, where __uintptr_t >>>> isn't defined anywhere .... Any clues ? TIA & have a good one. >>>> >>>> >>>> >>> *C'mon* !!!! Someone throw me a bone :-). Whassup here, this can't be >>> the 1st time this has happened .... where is __uintptr_t >>> defined/typedef'ed ? >>> >> % find /usr/include/ -type f -print | xargs grep __uintptr_t >> >> You'll need to follow the includes backwards until you get to an include >> that looks like it is meant to be directly included. That particular >> command >> is left as an exercise to the reader. >> > > > *Boooyah*, thanks. It looks like some GNU-ism, still chasing ;-). Thanks > again. > > -- > > William A. Mahaffey III > > ---------------------------------------------------------------------- > > "The M1 Garand is without doubt the finest implement of war > ever devised by man." > -- Gen. George S. Patton Jr. > > _______________________________________________ > > There are differences between FreeBSD and Linux include directory places . Assume , it it is possible to build Open64 in Linux , but it is failing in FreeBSD due to unfound files : There is a need to specify include directories ( -I.... ) in make files correctly for the FreeBSD being equivalent to Linux include directories . For example , some files are specified in Linux as #include , but in FreeBSD as #include . Mehmet Erol Sanliturk .