From owner-freebsd-ports@freebsd.org Wed Apr 13 10:47:23 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 969B6B0F6DD for ; Wed, 13 Apr 2016 10:47:23 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-ob0-x22f.google.com (mail-ob0-x22f.google.com [IPv6:2607:f8b0:4003:c01::22f]) (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 5C0851FC8 for ; Wed, 13 Apr 2016 10:47:23 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by mail-ob0-x22f.google.com with SMTP id bg3so30407415obb.1 for ; Wed, 13 Apr 2016 03:47:23 -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=qgKTPr9YaZ2T4gD35wqk6H/h2bLbbUoxqiP9SmCArVI=; b=zffgx1Jt8qfczVBszYCRe2NjzJppwUqBT4fxkA8OxxPevh/HT6Q1fW6BGlo5LBHaNx aNcDNJpujbOFDHqn7VZKb7Vmkg1wEpBijoM3jIQpnSNG5kneL13pdVvSAqqMwe5wnOrI 1AB2nXZGJrwlOWLUEyuMeeRFDBNAU5OAEvrL/j2etU3jd+zUYIwOvOTdz90CLzaUyL/+ R6X65FJahZJQHJOl6T+u+8wy8iwdW8amAX478zQhTfNatarP1F4386xeUn0QFCALc10f vH4X8b4wGYGvZiHgFjv5YJt/98Hbz0brxegD5XT4Kp4tNFXqo42yNc+JS1NhuKv/V5aE Jc9Q== 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=qgKTPr9YaZ2T4gD35wqk6H/h2bLbbUoxqiP9SmCArVI=; b=GyZLWWA1JKwUJN6OHcnSpr8m3MB1jkOPb+/Wn8aTkZFJoBDLbbnaktZyCCM+XdQ8dx p50yrYv/VQpNeAwYPsGnHsPD5aMFDWo03y/Kith6NbC/Jv7Ut2e1oZmR8dt0QQq1WrsH ogWU5Vg3oH6IzoseKX/KNW4SdO93dD6te1hFrTKKqlQP0iRbck8ok3sbcfXUXsaMXSUE R60PFJeiKM+lMF/Ip4ny7XvYOv4YGtXJUYCOiXdMwLPVs4b0j+xYRwLskcWCfWIWGm4A Z+1DnyDvEIbK6EJWztzuUOtDD8501dU+hR0cJRb0ix0Nv2sT+rrbFYzTM042j38ciu3Q hNaQ== X-Gm-Message-State: AOPr4FWdk8ZamPezXh8ZZ5wOAwVaPfxS3xkMd1mQ0SmQnEQJQsgzGUw0UG7P8fTDB2aPV/PoHjWOQW1/Vrq2uQ== MIME-Version: 1.0 X-Received: by 10.60.52.35 with SMTP id q3mr4148674oeo.42.1460544442650; Wed, 13 Apr 2016 03:47:22 -0700 (PDT) Received: by 10.157.45.194 with HTTP; Wed, 13 Apr 2016 03:47:22 -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 03:47:22 -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 10:47:23 -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. > > _______________________________________________ > > The following page perhaps may contain some useful information : http://grokbase.com/t/sc/osunix-dev/0932bgy1rs/opensolaris-open64-port-1st-round-patch-review Mehmet Erol Sanliturk