Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 272251068B for ; Tue, 17 Sep 2013 09:59:43 +0000 (UTC) Received: (qmail 36955 invoked by uid 500); 17 Sep 2013 09:59:38 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 36933 invoked by uid 500); 17 Sep 2013 09:59:37 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 35975 invoked by uid 99); 17 Sep 2013 09:59:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Sep 2013 09:59:33 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Sep 2013 09:59:29 +0000 Received: from jim.nabble.com ([192.168.236.80]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1VLs3U-0002DK-Ds for users@qpid.apache.org; Tue, 17 Sep 2013 02:58:48 -0700 Date: Tue, 17 Sep 2013 02:58:48 -0700 (PDT) From: NimbusParc To: users@qpid.apache.org Message-ID: <1379411928413-7598230.post@n2.nabble.com> In-Reply-To: <523818EE.2010709@redhat.com> References: <523770B7.2010706@redhat.com> <1379401150668-7598228.post@n2.nabble.com> <523818EE.2010709@redhat.com> Subject: Re: Introducing Qpid Dispatch Router MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Yes, i installed the latest proton libraries (0.5) and also cmake build configuration to point proton .so files. As shown below, In my CMakeCache.txt.. //Path to a library. proton_lib:FILEPATH=3D/usr/lib64/libqpid-proton.so After adding the path of .so files, which are in proton-c/ directory to * LD_LIBRARY_PATH *. And then running make again. I am getting this error while linking to the c shared library * libqpid-dispatch.so *. Results given below.. Scanning dependencies of target qpid-dispatch [ 3%] Building C object CMakeFiles/qpid-dispatch.dir/src/agent.c.o [ 6%] Building C object CMakeFiles/qpid-dispatch.dir/src/alloc.c.o .... .... [ 63%] Building C object CMakeFiles/qpid-dispatch.dir/src/work_queue.c.o Linking C shared library libqpid-dispatch.so CMakeFiles/qpid-dispatch.dir/src/server.c.o: In function `thread_process_listeners': server.c:(.text+0x285): undefined reference to `pn_connector_name' collect2: ld returned 1 exit status make[2]: *** [libqpid-dispatch.so.0.1] Error 1 make[1]: *** [CMakeFiles/qpid-dispatch.dir/all] Error 2 make: *** [all] Error 2 Gordon Sim wrote > On 09/17/2013 07:59 AM, NimbusParc wrote: >> Error while doing make .. >> >> dispatch/src/server.c: In function =E2=80=98thread_process_listeners=E2= =80=99: >> dispatch/src/server.c:103: error: implicit declaration of function >> =E2=80=98pn_connector_name=E2=80=99 >> make[2]: *** [CMakeFiles/qpid-dispatch.dir/src/server.c.o] Error 1 >> make[1]: *** [CMakeFiles/qpid-dispatch.dir/all] Error 2 >> make: *** [all] Error 2 >=20 > Do you have the latest proton libraries (0.5) and is the cmake build=20 > configured to point at them? >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail:=20 > users-unsubscribe@.apache > For additional commands, e-mail:=20 > users-help@.apache -- View this message in context: http://qpid.2158936.n2.nabble.com/Introducing= -Qpid-Dispatch-Router-tp7598222p7598230.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org