< Previous by Date | Date Index | Next by Date > |
< Previous in Thread | Thread Index | Next in Thread > |
That is boost asio
On 18/03/13 23:57, Nathan Stratton wrote:
> On Mon, Mar 18, 2013 at 5:47 PM, Daniel Pocock <daniel@xxxxxxxxxxxxx> wrote:
>
>>
>> Looking at the reTurn error, you need asio.hpp
>>
>
> Right, as I said in my first post, I have it, and it is in a standard
> location:
>
> [root@lisa ~]# find /usr/include -name asio.hpp
> /usr/include/boost/asio.hpp
>
You need normal asio
yum install asio-devel
>
>> Are you using the latest spec file? It should check for the asio devel
>> package:
>>
>> BuildRequires: asio-devel
>>
>>
>> You could do
>>
>> find /usr/include -name asio.hpp
>>
>> to make sure it is really there and if it is in a custom location (NOT
>> boost asio though) you can use
>>
>> ./configure CXXFLAGS="-I/opt/my-asio-headers/include" ......
>>
>
> Yep, also said in my first post, that I have tried CXXFLAGS even tho
> asio.hpp looked as tho it was in a standard location. I also am able to
> build off standard svn without any issues.
>
> Wonder if I should try downgrade of boost-devel, I am using a rather new
> 1.53.0
>