From owner-freebsd-ports@freebsd.org Fri Oct 27 13:55:53 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 031B5E45DAA for ; Fri, 27 Oct 2017 13:55:53 +0000 (UTC) (envelope-from bsdlisten@gmail.com) Received: from mail-yw0-x231.google.com (mail-yw0-x231.google.com [IPv6:2607:f8b0:4002:c05::231]) (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 B82266652C for ; Fri, 27 Oct 2017 13:55:52 +0000 (UTC) (envelope-from bsdlisten@gmail.com) Received: by mail-yw0-x231.google.com with SMTP id q126so5773887ywq.10 for ; Fri, 27 Oct 2017 06:55:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=fI1gKQ2u7vlf1hJorZTzfh7v/hUGLvXvEyF2jCR1NBA=; b=uFoZOfB2U/k0Gnz7kliQg5nu11iJ2qDaEk14yJUDLKb5D0KcVS6UPnJ7llQRdbRVS7 uGCRR3QAO8p5V0+1YmC17NXhL3/bhldDqlfwf/feWVQzbMbDUQoLw72/wzb+eiVA9fNW WidYDEMR0NMjxj4zxjlRtffmOiDudrLwf4LT8cK5wKnM1WT4PE8BOJs6ymQak/eCS8m5 TFLqa289Ofgp3mRq9A5Kn1tCFnwl1FlSgQFXtMvts62dci+SCRWFdlbzB/WRLStrqK8M 55Y1JSyjpaEFpnqud85jdz+0s6F/D31OLbJoGv8ibJ09yNO8hPAXviRJaquEeUG5atOq ql0w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=fI1gKQ2u7vlf1hJorZTzfh7v/hUGLvXvEyF2jCR1NBA=; b=XarV7YpIxHIU4bvshFh9SB+fgRXgpaBpEfQ8pE7dIlRt72yxtX6aq/KZbc0AaesDfq lhKB76vU9t9z10kzAFfpprCqFWl7CqtHJZe/+xVBLhWxCM3B1U9cKkllg3yIrVJFC0SX IL2xjoVda37XmYcG0i7RVnVLJ1WKsoAuqo4FxChyXAIe2535GJsRp4Ro42NyQ7JxJBpZ 8uxFay4mMYpP+gn2TMSOfVoxZAeN87ChUhGyHSaJ185FX1n+pIGFfzetBpXxrdCxIUWf 3diKSdS4dDoYaDHUhGAnAirZRc2MWu+Ly8TC+BeX3YpYNJexzFdXUsfOIgU4agXK0qOo PJfg== X-Gm-Message-State: AMCzsaVFC3pRhu34XO8mjeHFaDz/AREJHKIuO68GI64yeRMYiUeCmC9I k0wH0cEHyO2/Ogr0pxwS2IdY8UHe+3GcbBAmNEk= X-Google-Smtp-Source: ABhQp+S7lPLNqcAkgzRZ8zL7ulp2AzLMe+fid9cvglozc4HkBAHy0XWLcGbG0FzOnVh2zqgJWDB8xK8+7ydBcH7crLk= X-Received: by 10.13.223.88 with SMTP id i85mr384682ywe.346.1509112551822; Fri, 27 Oct 2017 06:55:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.227.11 with HTTP; Fri, 27 Oct 2017 06:55:51 -0700 (PDT) In-Reply-To: References: From: Rares Aioanei Date: Fri, 27 Oct 2017 16:55:51 +0300 Message-ID: Subject: Re: Strange compiler error To: blubee blubeeme Cc: FreeBSD Ports Content-Type: text/plain; charset="UTF-8" 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: Fri, 27 Oct 2017 13:55:53 -0000 What *exactly* are you trying to do, what are the complete and precise steps and what are the errors? Not CC-ing freebsd-current@ as this looks like a ports issue. On Fri, Oct 27, 2017 at 3:08 PM, blubee blubeeme wrote: > CMAKE_ARGS= -DFREECAD_USE_EXTERNAL_PIVY:BOOL=ON \ > -DBUILD_QT5_WEBKIT:BOOL=OFF \ > -DCMAKE_CXX_COMPILER=${LOCALBASE}/bin/mpicxx \ > > BUILD_DEPENDS= pyside-rcc:devel/pyside-tools \ > swig:devel/swig13 \ > ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 \ > ${LOCALBASE}/bin/mpicc:net/mpich2 > > I've tried this but still no go, any ideas? > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"