Re: [eigen] KdBVH.h fails to compile against gcc-4.7 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] KdBVH.h fails to compile against gcc-4.7
- From: Anton Gladky <gladky.anton@xxxxxxxxx>
- Date: Thu, 24 May 2012 21:11:38 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=ZCpunujkGOg0zWPk6UGgg6Gp3ZQnLroX4PgejkAPUjY=; b=dvIXUYjjsLFhjVDInrtmxf4TQfDCOfZ1Z4y59Lk4CkNYTSPeFHDiiKvSV21FfHhunx r4aLy6MSydQ+6a6N6uiNuWZnRnURDPD4t6gndJswdebMmIlkURd3Fe2MyVoFA8ChdlwL hMpGwcBzOXjHIOXXzK0NM4tA6ihVzksEtVLHq+bHl/FCACoXwcxQ+vp1YaKTHT43B+3v NFjbwlof6Vzz6/IS3O6hvky9N0woxQvvrhi8cmqt5Nr748YmDtHjsA9/MN8bwWCpYsEl glmxtJpZu1TxhEMQ+DKggTzHk8+L649Zaz4yiJ5gnVogn00Mvh34arAA07SJxqX2sqaH 5uyQ==
I even cannot find where this bounding_box defined.
"grep" does not help.
Anton
2012/5/24 Billy Araujo <billyaraujo@xxxxxxxxx>:
> Some compilers are more permissive than others.
>
> Is this a member of a base class? If so maybe you have to specify the base
> class:
>
> Something like Base::bounding_box
>
> Billy.
>
>
>
> On Thu, May 24, 2012 at 6:51 PM, Anton Gladky <gladky.anton@xxxxxxxxx>
> wrote:
>>
>> Dear eigen-developers,
>>
>> Debian bug-tracker has a bug #674305 [1].
>> KdBVH.h fails to compile with the error:
>> =================================
>> KdBVH.h:60:7: error: 'bounding_box' was not declared in this scope,
>> and no declarations were found by argument-dependent lookup at the
>> point of instantiation [-fpermissive]
>> =================================
>>
>> I was trying to fix it without success. Could you, please, give an
>> advice how to fix it?
>> Thank you.
>>
>> [1] http://bugs.debian.org/674305
>>
>> Anton
>>
>>
>