From owner-freebsd-ports@FreeBSD.ORG Mon Sep 13 16:45:45 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1C1816A4CE; Mon, 13 Sep 2004 16:45:45 +0000 (GMT) Received: from imf20aec.mail.bellsouth.net (imf20aec.mail.bellsouth.net [205.152.59.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF0D443D31; Mon, 13 Sep 2004 16:45:40 +0000 (GMT) (envelope-from ahze@ahze.net) Received: from [192.168.1.5] ([68.209.163.3]) by imf20aec.mail.bellsouth.netESMTP <20040913164540.OXGI11436.imf20aec.mail.bellsouth.net@[192.168.1.5]>; Mon, 13 Sep 2004 12:45:40 -0400 In-Reply-To: <20040913155002.GE26179@graf.pompo.net> References: <20040821080422.GA69134@graf.pompo.net> <20040913155002.GE26179@graf.pompo.net> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <58116192-05A4-11D9-B04C-000A958C81C6@ahze.net> Content-Transfer-Encoding: 7bit From: Michael Johnson Date: Mon, 13 Sep 2004 12:45:39 -0400 To: Thierry Thomas X-Mailer: Apple Mail (2.619) cc: FreeBSD ports Subject: Re: Work in progress: Helix Player. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 16:45:46 -0000 Hi Thierry I notice one problem hxplay will run the first time you open it but when you close it and try to reopen it dies with ahze@blueheron /usr/te/bin > ./hxplay /libexec/ld-elf.so.1: /usr/te/HelixPlayer/common/clntcore.so: Undefined symbol "_ZN14CAudioOutLinuxC1Ev" unless you remove ~/.hxplayerrc then it will open again. You may be aware of the problem but I had this problem when I was attempting to port helix player. Michael