Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E6039118A6 for ; Mon, 14 Apr 2014 20:32:06 +0000 (UTC) Received: (qmail 17004 invoked by uid 500); 14 Apr 2014 20:32:06 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 16927 invoked by uid 500); 14 Apr 2014 20:32:06 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 16919 invoked by uid 99); 14 Apr 2014 20:32:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 20:32:06 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cmarcelk@gmail.com designates 209.85.213.53 as permitted sender) Received: from [209.85.213.53] (HELO mail-yh0-f53.google.com) (209.85.213.53) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Apr 2014 20:32:00 +0000 Received: by mail-yh0-f53.google.com with SMTP id i57so6944722yha.40 for ; Mon, 14 Apr 2014 13:31:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:subject:message-id:date:to:mime-version; bh=Rhf97UNZ+qoXnyskR9LgiWQIgaElhEWQ1smqHAYwJmI=; b=FSCHoNb2GUS3xG9BGyPJqmlSz/PoG7KsylJTEgve3AOLGcUTsHE2I88/W95LTezqCA X5HmVTrcUmgxTJRGadGmhHjWj9ToF3qU1efbWlPJ+ZyfB07bwDq8hGGBhXkEMxlmWMlF ouNPEaS9O/RV3RsFz8kOLLKexctPokc6iSho1EW2NLwTKMLTeN+ZMtHCyFXHDDM1EH8o K9QDH6wGDibqi1fwTkbOYWbKo7l2tFE/cjkNFINva9VzZgbuoDRbHk0I8867NQRGfUIn YwVIIRmuD72rCZL/7MLliC+BE91Xp4+aATzrNhHjkw/XDX+6GLCU63psYO1tS7TrPKG6 OJjw== X-Received: by 10.236.110.77 with SMTP id t53mr52887261yhg.78.1397507499988; Mon, 14 Apr 2014 13:31:39 -0700 (PDT) Received: from marcelk-macbook.raleigh.ibm.com (bi-03pt1.bluebird.ibm.com. [129.42.208.172]) by mx.google.com with ESMTPSA id c66sm32524495yhk.23.2014.04.14.13.31.37 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 14 Apr 2014 13:31:38 -0700 (PDT) From: Marcel Kinard Content-Type: multipart/alternative; boundary="Apple-Mail=_8586EA07-E63B-433A-821B-E415F6ED8826" Subject: BB10 com.blackberry.utils plugin .so? Message-Id: Date: Mon, 14 Apr 2014 16:31:36 -0400 To: "dev@cordova.apache.org" Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) X-Mailer: Apple Mail (2.1510) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_8586EA07-E63B-433A-821B-E415F6ED8826 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii For BB10, cordova-plugin-contacts has a couple pre-reqs, one of which is = the plugin "com.blackberry.utils". The plugin.xml for that utils plugin = referenes a couple lib-files "device/libutils.so" and = "simulator/libutils.so", which appears to be compiled from C source. I'd = like to build them myself. If I install that utils plugin via the CLI (fetched from plugin repo) = those .so files are present. If I go to the github source repo at [1] = those .so files used to be present but are no longer present. Actually = they were removed by a recent commit [2]. There are makefiles to build = arm and x86, but not to build the "device" and "simulator" so's as = previously present before the recent commit [2]. So how do I build = "device/libutils.so" and "simulator/libutils.so"? Are they simply = renamed versions of arm and x86? Thanks! [1] = https://github.com/blackberry/cordova-blackberry-plugins/tree/master/plugi= n/com.blackberry.utils/src/blackberry10/native [2] = https://github.com/blackberry/cordova-blackberry-plugins/commit/304cfddcd7= e478fad5990bf12715d0e7f1205648= --Apple-Mail=_8586EA07-E63B-433A-821B-E415F6ED8826--