Return-Path: X-Original-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-celix-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8BD7C10687 for ; Tue, 17 Dec 2013 11:29:11 +0000 (UTC) Received: (qmail 35411 invoked by uid 500); 17 Dec 2013 11:29:10 -0000 Delivered-To: apmail-incubator-celix-commits-archive@incubator.apache.org Received: (qmail 35350 invoked by uid 500); 17 Dec 2013 11:29:08 -0000 Mailing-List: contact celix-commits-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-commits@incubator.apache.org Received: (qmail 35315 invoked by uid 99); 17 Dec 2013 11:29:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Dec 2013 11:29:08 +0000 Date: Tue, 17 Dec 2013 11:29:08 +0000 (UTC) From: "Alexander Broekhuis (JIRA)" To: celix-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (CELIX-45) remote_services/discovery does not compile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CELIX-45?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Broekhuis closed CELIX-45. ------------------------------------ Resolution: Fixed Assignee: (was: Alexander Broekhuis) > remote_services/discovery does not compile > ------------------------------------------ > > Key: CELIX-45 > URL: https://issues.apache.org/jira/browse/CELIX-45 > Project: Celix > Issue Type: Bug > Affects Versions: 0.0.1-incubating > Environment: RHEL 5.8=20 > Reporter: Bjoern Petri > Priority: Minor > Labels: cmake, include > Fix For: 1.0.0-incubating > > Attachments: missing.cmake.includes.patch > > > Unfortunately I ran into some minor problems while building celix. More > precisely, it complains about a missing slp.h and lateron also about a mi= ssing jansson.h.=20 > [...] > [ 61%] Built target remote_service_admin > [ 61%] Building C object remote_services/discovery/** > CMakeFiles/discovery.dir/**private/src/discovery.c.o > /home/dm513/dev/machine_**service/celix-0.0.1-** > incubating/remote_services/**discovery/private/src/**discovery.c:29:17: > error: slp.h: No such file or directory > /home/dm513/dev/machine_**service/celix-0.0.1-** > incubating/remote_services/**discovery/private/src/**discovery.c:73: > error: expected =E2=80=98=3D=E2=80=99, =E2=80=98,=E2=80=99, =E2=80=98;=E2= =80=99, =E2=80=98asm=E2=80=99 or =E2=80=98__attribute__=E2=80=99 before > =E2=80=98discovery_pollSLPCallback=E2=80=99 > /home/dm513/dev/machine_**service/celix-0.0.1-** > incubating/remote_services/**discovery/private/src/**discovery.c:74: > error: expected =E2=80=98=3D=E2=80=99, =E2=80=98,=E2=80=99, =E2=80=98;=E2= =80=99, =E2=80=98asm=E2=80=99 or =E2=80=98__attribute__=E2=80=99 before > =E2=80=98discovery_attributesCallback=E2=80=99 > /home/dm513/dev/machine_**service/celix-0.0.1-** > incubating/remote_services/**discovery/private/src/**discovery.c:77: > error: expected =E2=80=98)=E2=80=99 before =E2=80=98hslp=E2=80=99 > /home/dm513/dev/machine_**service/celix-0.0.1-** > incubating/remote_services/**discovery/private/src/**discovery.c: In > function =E2=80=98discovery_deregisterEndpoint=E2=80=99**: -- This message was sent by Atlassian JIRA (v6.1.4#6159)