From ooo-dev-return-6660-apmail-incubator-ooo-dev-archive=incubator.apache.org@incubator.apache.org Thu Oct 6 08:10:31 2011 Return-Path: X-Original-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C67337FD9 for ; Thu, 6 Oct 2011 08:10:31 +0000 (UTC) Received: (qmail 79482 invoked by uid 500); 6 Oct 2011 08:10:31 -0000 Delivered-To: apmail-incubator-ooo-dev-archive@incubator.apache.org Received: (qmail 79317 invoked by uid 500); 6 Oct 2011 08:10:31 -0000 Mailing-List: contact ooo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-dev@incubator.apache.org Received: (qmail 79309 invoked by uid 99); 6 Oct 2011 08:10:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2011 08:10:31 +0000 X-ASF-Spam-Status: No, hits=-1.4 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_MED,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gcaiod-ooo-dev@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2011 08:10:22 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RBj1k-0000LV-Vm for ooo-dev@incubator.apache.org; Thu, 06 Oct 2011 10:10:00 +0200 Received: from 194.3.163.14 ([194.3.163.14]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Oct 2011 10:10:00 +0200 Received: from alex.thurgood by 194.3.163.14 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 Oct 2011 10:10:00 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: ooo-dev@incubator.apache.org From: Alexander Thurgood Subject: Re: GStreamer avmedia plugin as copyleft? Date: Thu, 06 Oct 2011 10:09:49 +0200 Lines: 22 Message-ID: References: <4E8B7A66.6090502@gmx.net> <1317766329.59392.YahooMailClassic@web113507.mail.gq1.yahoo.com> <20111005004651.GB26150@localhost> <4E8CAB03.5070705@numberfour.eu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 194.3.163.14 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 In-Reply-To: <4E8CAB03.5070705@numberfour.eu> X-Virus-Checked: Checked by ClamAV on apache.org Le 05/10/11 21:07, Mathias Bauer a écrit : Hi Mathias, > > Of course that would probably mean that our Linux version won't run out > of the box on most Linux machines as the old OOo version did. It will > run only on those computers that have compatible versions of all > libraries installed in their system that were used in the build. That's > the price you have to pay. Indeed, as I recently found out when I built the MysQL Connector extension against Ubuntu's mysqlcppconnector library :-/ It appears that the extension is not only arch specific, but also dist-version specific, at least as far as I can tell from my preliminary investigations. I haven't yet tried building with the basic mysql C library, that will be my next step. Dependency hell, here we come :-)) Alex