From owner-freebsd-ports@freebsd.org Wed Apr 13 07:17:16 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 BB390B0EB59 for ; Wed, 13 Apr 2016 07:17:16 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: from mail-ob0-x22c.google.com (mail-ob0-x22c.google.com [IPv6:2607:f8b0:4003:c01::22c]) (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 8092C19E2 for ; Wed, 13 Apr 2016 07:17:16 +0000 (UTC) (envelope-from m.e.sanliturk@gmail.com) Received: by mail-ob0-x22c.google.com with SMTP id tz8so27597448obc.0 for ; Wed, 13 Apr 2016 00:17:16 -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=4wzyCx8ci6kVZxMDM/bD3RvKV40zWOoL4v8GBpn0owM=; b=v0yQci27Pm+tBTUhufXVSgVLqRumiCtZmqdJNlpqb3PWTq9N3CYFtNXM7ABjrA8Svv qK9yCC+7NxrSr8cJ80hQjMcVRqXrg5VPXXH+AlSqZzYjsGHDCpzarPEzz9OodPBIXqOh ZOgRd8Iu2aPD8ppOvBlftlv2W/eMwFCTIpJhoJ3E3CTA+UPehdB5YPJBxPgjiWM3lIyJ 0rduLTAb7K1hYGzInTlJ5xCpCFCQAVJ81ZAhxzupxWvI70MaBZtpxDnqwB2Z/nmdbYcJ JY1SmjTc8P9geIEF6aavB6qnc2A0d8Soah2HHC4nGQFoqSEr8NjGroPMCcqUI4PsTVqo FLMA== 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=4wzyCx8ci6kVZxMDM/bD3RvKV40zWOoL4v8GBpn0owM=; b=Ph51mKMMs9SFsLSZSj13M5uR890zJqsVkMjjbgKWwYXXExYM9F+pzQJS0A6WT/DLd5 IeL7gQcOJ4vvOLKKLqItWNCM1lkdvhNk1zL4kKmyb+KRt1ilCkhJ51pOO9VLFyIXUHCa R+E3Aud1UfmBDSkwa60PqiqXSY+R2qDQLQsx53B9ZnDqDoCBzDaJn6Dqq/f56GA2ZnaY aKaTXlTm6u2N2TlfF4GiR1LnJn5caO/mCe1VbkLkPapfofaXG9d6LzrGbXU34izNmzQD sQ607rUOWcU06hD7ti5YC7c5ilZ2ZGepcanZ12epYyVap0t4HvDnP+VUMBxbYO13Xq72 y0fQ== X-Gm-Message-State: AOPr4FU6LFtZ8jj5AT7soVgJJ7tt6K8kVZq6uNQT9WRL5H8TE624978EWFsdXOQWQyD4ZjcfkkkhjNqCAZs2Vg== MIME-Version: 1.0 X-Received: by 10.182.85.199 with SMTP id j7mr3787513obz.4.1460531835944; Wed, 13 Apr 2016 00:17:15 -0700 (PDT) Received: by 10.157.45.194 with HTTP; Wed, 13 Apr 2016 00:17:15 -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:17:15 -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:17:16 -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. > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > If you search __uintptr_t in Google , you will find many links about its possible places . Mehmet Erol Sanliturk