From owner-freebsd-questions@FreeBSD.ORG Wed Feb 18 07:10:03 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C95EAC33 for ; Wed, 18 Feb 2015 07:10:03 +0000 (UTC) Received: from mail-wg0-x22e.google.com (mail-wg0-x22e.google.com [IPv6:2a00:1450:400c:c00::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 55FFD98F for ; Wed, 18 Feb 2015 07:10:03 +0000 (UTC) Received: by mail-wg0-f46.google.com with SMTP id a1so40482304wgh.5 for ; Tue, 17 Feb 2015 23:10:01 -0800 (PST) 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:content-type; bh=FOZuQ6v3PFyRZfUItn5W/f2xck+aF91I4Cm++sag8d8=; b=W+3+bKytpsL33ET67JhdTeZXhz+7jmViYXkhs4cDfs01Q5m+EHBDtt8TVavr9GPnq0 pcNtJ+djnaUVdwNUcfXO6VNw8v7B1bKEChrMXl+NUWCMyZ3q/v56/BWd8PfdwxaeXqe+ 5jgHRfaCKTe2TYdmQIPeJiBrRiPyd2vAKWMi0nFepre35JxuCLPMbIN4qPT1BpIbg+iU 8pZZ9ZsjuH8dmqxCRWLpffE4TybTYEDRwUjYka8i08O1NtOr8aejbLHWml5a1sEFN9pw RX3BXwzJyrtkNH2Er6cGeZ/0OXlDmGSUPvSJM2CU339BppCFk/xOrD2W0mE6YIB04fX5 clZA== MIME-Version: 1.0 X-Received: by 10.180.9.171 with SMTP id a11mr2018425wib.60.1424243401257; Tue, 17 Feb 2015 23:10:01 -0800 (PST) Received: by 10.27.214.136 with HTTP; Tue, 17 Feb 2015 23:10:01 -0800 (PST) Received: by 10.27.214.136 with HTTP; Tue, 17 Feb 2015 23:10:01 -0800 (PST) In-Reply-To: References: Date: Tue, 17 Feb 2015 23:10:01 -0800 Message-ID: Subject: Re: Golang and GUI toolkits on FreeBSD From: Waitman Gobble To: "Sam Fourman Jr." Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 07:10:04 -0000 On Feb 17, 2015 10:59 PM, "Sam Fourman Jr." wrote: > > On Wed, Feb 18, 2015 at 12:49 AM, Malcolm Matalka > wrote: > > > Have you installed gtk3 via ports or pkg? > > > > So far as I know yes... > > pkg info | grep gtk3 > avahi-gtk3-0.6.31_2 Gtk+ 3 library to the Avahi mDNS system > clutter-gtk3-1.6.0 GTK+ Integration library for Clutter > gtk3-3.14.7 Gimp Toolkit for X11 GUI (current stable > version) > libcanberra-gtk3-0.30_3 Implementation of the Freedesktop sound > theme spec > webkit-gtk3-2.4.8 Opensource browser engine using the GTK+ 3 > toolkit > sfourman@Sam /home/sfourman # > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " freebsd-questions-unsubscribe@freebsd.org" Its curious that CXX is set to g++, but the c compiler is set to cc defaulting to clang.. sounds yucky to me. is your include and lib path set right? Waitman