[rabbitmq-discuss] RabbitMQ for ARM

Alan Antonuk alan.antonuk at gmail.com
Sun Jan 5 06:22:50 GMT 2014


Compiling rabbitmq-c isn't quite as straight forward as compiling all of
the files and linking them, there's a certain amount of introspection the
build system does to detect what needs to be done correctly build the
library, take a look at the CMakeLists.txt files in source repository to
get an idea of what CMake does.

My suggestion to you is to use the CMake-based build system (which can be
built in NetBeans), then link to that library from your own project.

Unfortunately, I don't have the spare time to support other build systems.

-Alan

On Sat, Jan 4, 2014 at 9:08 PM, Roberto Pagliari <roberto at canary.is> wrote:

> Hi Alan,
> I really wanted to make my own appwith  netbeans.
>
> If you tell me which header files, cpp files and libs I have to include,
> I will be very happy to try your implementation.
>
> Thank you in advance!!!
>
> Roberto
>
> On Saturday, January 4, 2014, Alan Antonuk wrote:
>
>> Netbeans should be able to handle building a CMake project:
>>
>> See this for details:
>> http://stackoverflow.com/a/8027379/786714
>>
>> -Alan
>>
>>
>> On Sat, Jan 4, 2014 at 4:46 PM, Roberto Pagliari <roberto at canary.is>wrote:
>>
>>> I'm trying to compile this one
>>>
>>> https://github.com/alanxz/rabbitmq-c
>>>
>>> without using cake, because I would like to do it with Netbeans,
>>> instead. Can somebody tell me which header, cpp and libraries do I need to
>>> include to the project for compiling the examples?
>>>
>>> Thank you,
>>>
>>>
>>> On Thu, Jan 2, 2014 at 7:23 AM, Roberto Pagliari <roberto at canary.is>wrote:
>>>
>>>> Thank you Jerry. I will try.
>>>>
>>>> Roberto
>>>>
>>>>
>>>>
>>>> On Tue, Dec 31, 2013 at 5:08 PM, Jerry Kuch <jkuch at gopivotal.com>wrote:
>>>>
>>>>> Agreed. If you need an AMQP client that you have to compile to native
>>>>> code somewhere, this is your best choice. It's also a compact and
>>>>> conceptually simple enough piece of code that it doesn't benefit hugely
>>>>> from a lot of OOP-i-ness spackled atop it anyway...  once library and
>>>>> toolchain dependencies grow these things get hard to use pretty quickly.
>>>>>
>>>>>
>>>>>
>>>>> On Tue, Dec 31, 2013 at 1:24 PM, Matwey V. Kornilov <
>>>>> matwey.kornilov at gmail.com> wrote:
>>>>>
>>>>>> 31.12.2013 23:44, Jerry Kuch пишет:
>>>>>>
>>>>>>  That's the one I've used on ARM-based iOS successfully.
>>>>>>>
>>>>>>
>>>>>> Small wonder. I really don't think that this library can include
>>>>>> something architecture specific.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> rabbitmq-discuss mailing list
>>>>>> rabbitmq-discuss at lists.rabbitmq.com
>>>>>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> rabbitmq-discuss mailing list
>>>>> rabbitmq-discuss at lists.rabbitmq.com
>>>>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>>>>>
>>>>>
>>>>
>>>
>>> _______________________________________________
>>> rabbitmq-discuss mailing list
>>> rabbitmq-discuss at lists.rabbitmq.com
>>> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>>>
>>>
>>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140104/220b9108/attachment.html>


More information about the rabbitmq-discuss mailing list