From celix-dev-return-211-apmail-incubator-celix-dev-archive=incubator.apache.org@incubator.apache.org Wed Jun 20 10:03:08 2012 Return-Path: X-Original-To: apmail-incubator-celix-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-celix-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 000DECEB7 for ; Wed, 20 Jun 2012 10:03:07 +0000 (UTC) Received: (qmail 72039 invoked by uid 500); 20 Jun 2012 10:03:07 -0000 Delivered-To: apmail-incubator-celix-dev-archive@incubator.apache.org Received: (qmail 71985 invoked by uid 500); 20 Jun 2012 10:03:06 -0000 Mailing-List: contact celix-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: celix-dev@incubator.apache.org Delivered-To: mailing list celix-dev@incubator.apache.org Received: (qmail 71955 invoked by uid 99); 20 Jun 2012 10:03:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 10:03:05 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of pepijnnoltes@gmail.com designates 209.85.213.175 as permitted sender) Received: from [209.85.213.175] (HELO mail-yx0-f175.google.com) (209.85.213.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 10:02:59 +0000 Received: by yenl13 with SMTP id l13so5154830yen.6 for ; Wed, 20 Jun 2012 03:02:38 -0700 (PDT) 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 :content-type; bh=3WV+umQd/n4hhmIsiRv3aL4qO+qJBVe35PGwAqvYfUI=; b=XLqOxKCDt/J+FNOd7WmlI90McC6quiYGw3V0Oub0bMnv7nNYuQ8ci349PAPyRd2Y61 1MyEq/NjobmEdiQ+eDXhh4Uyl44kegQJxzT30b3M3bc+zPthzd3OEB2wQliGHMqHCOfb Xpf0Ous4Fx0Bc2AAHeuzAttcWeOvVOKyWc8FbvAvP4Cp5K07gHQNffvQdnj1FP46TDX3 5X5OZpvuWp3Z4pgNJn+/2vFmLMuo4RXrqCeJyGY59+265CSMxd6dcEkanBaSzVFLXLHj 6Zj5j+N7brLLgyTq4eBs9WUq4wei5vvsWgeKvRqEPvFUPJptbogN52yxDcckkvy64KAR LLNA== MIME-Version: 1.0 Received: by 10.50.184.230 with SMTP id ex6mr3965890igc.6.1340186557727; Wed, 20 Jun 2012 03:02:37 -0700 (PDT) Received: by 10.231.69.5 with HTTP; Wed, 20 Jun 2012 03:02:37 -0700 (PDT) In-Reply-To: References: Date: Wed, 20 Jun 2012 12:02:37 +0200 Message-ID: Subject: Re: Building Device Access From: Pepijn Noltes To: celix-dev@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi Alexander, On Wed, Jun 20, 2012 at 11:31 AM, Alexander Broekhuis wrote: > Hi Pepijn, > > Follow up on the Device Access messages > >> >> Done. I committed the code and added the device access sub directory >> to the main CMakeLists.txt. >> > > Did you try to build it? It doesn't build for me... Seems you only added to > code to the repo, without changing the include paths and link libraries. > > Please test and make sure committed code compiles. Yeah I did build it. For me building and running the example works fine. Could you do the following and post the errors? cd build cmake .. make deploy_device_access_example cd device_access/deploy/device_access_example/ sh run.sh Thanks, Pepijn