From owner-freebsd-ports@FreeBSD.ORG Tue Feb 18 06:54:05 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 413D53CD for ; Tue, 18 Feb 2014 06:54:05 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0DDD01386 for ; Tue, 18 Feb 2014 06:54:05 +0000 (UTC) Received: by mail-ig0-f169.google.com with SMTP id uq10so6697499igb.0 for ; Mon, 17 Feb 2014 22:54:04 -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:content-transfer-encoding; bh=BnyzmlMr+Wkd5FWkXtqoewb/kyA+xIKxeezHYUM+0V0=; b=z9UEC72SgoXyMRB8nVQT+471fr2vL+Wvwk1UEwcpjUIbq+NJk4bxXc8nGOo4YL9px+ zus2lCTroydgsXZ2Hka5UbsOMVUl3wWSqsy3/VgTzWUmuGofGhzdXYd3erTYun1iWNT/ zXkHZVU3zc//CQWuoxf9iEcHOUeQBce0xl1NqGqaaVggVHhfbqqLiCvwnPWo8mp+yENM EFRMpOGmkfAxc7sq/pIb8QRdMzuhagoNxiF1+S1NYeNt+fqKQR9ENm0JjcE37EQmC4pb j0GzAokVfNzl0e4MOL/Ug8ipRPoE8fLzvXEZgy/cSw2KIpqdGOxoS/SuqAAJqJVXCItF cjYw== MIME-Version: 1.0 X-Received: by 10.50.25.104 with SMTP id b8mr19919156igg.35.1392706444167; Mon, 17 Feb 2014 22:54:04 -0800 (PST) Received: by 10.50.67.84 with HTTP; Mon, 17 Feb 2014 22:54:04 -0800 (PST) In-Reply-To: <20140217213943.0e27ea02fa6d98a8cb665d1a@mimar.rs> References: <20140217200537.419f13ea1786dc5e8b7b0365@mimar.rs> <530267C8.1010609@tomse.dk> <20140217213943.0e27ea02fa6d98a8cb665d1a@mimar.rs> Date: Tue, 18 Feb 2014 00:54:04 -0600 Message-ID: Subject: Re: fs-uae amiga emulator From: Scot Hetzel To: =?UTF-8?B?TWFya28gQ3VwYcSH?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 06:54:05 -0000 On 2/17/14, Marko Cupa=C4=87 wrote: > On Mon, 17 Feb 2014 20:49:28 +0100 > Carsten Jensen wrote: > >> But please have patience, he's close on releasing v2.4 so I might wait >> for that before starting. > According to fs-uae homepage, 2.4.0 is out as of yesterday. > >> Good news, >> I have the full backup of Frode, so I'll take the project and make a >> port out of it. > Great news indeed! > > In my original mail I said it compiles and runs fine on FreeBSD, which > is true for 9x branch. Just now I saw a guy in comments section has > problems compiling it on 10x: > http://fs-uae.net/compiling/comment-page-1#comment-533123 > > That is probably because of clang being default compiler. > Looks like he was having an issue with his system finding g++. He has gcc 4.9 installed. He may not of specified the correct name for g++ (i.e. g++49) when he started his build.