[
https://issues.apache.org/jira/browse/QPID-986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593304#action_12593304
]
Senaka Fernando commented on QPID-986:
--------------------------------------
It is strange that I don't get this issue with rev 652180 (repo rev 652358). I
manage to build without this patch. Also I use the -Werror flag which doesn't
complain either. I manage to run the broker and also the examples. I guess this
is a result of some makefile confusion?
Regards,
Senaka
> Need to link libuuid.a to libqpidbroker.so and libqpidclient.so in Qpid/C++
> ---------------------------------------------------------------------------
>
> Key: QPID-986
> URL: https://issues.apache.org/jira/browse/QPID-986
> Project: Qpid
> Issue Type: Bug
> Components: C++ Broker, C++ Client
> Reporter: Danushka Menikkumbura
> Priority: Critical
> Attachments: QPID-986.patch
>
>
> When I try to compile a repository working copy of Qpid/C++ I get a build
> error saying that there are undefined references to "uuid_generate" in both
> libqpidbroker.so and libqpidclient.so. When I was going through the makefile
> I found that libuuid.a is not linked to these two libs and I could easily get
> rid of the issue simply by modifying the makefile to link libuuid.a to these
> two libs.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.