Thread overview
build anchovy,find a bug when build utils.lib
Apr 09, 2014
FrankLike
Apr 09, 2014
MrSmith
Apr 09, 2014
FrankLike
April 09, 2014
Hi,MrSmith,
Compilation failed:
import\anchovy\utils\rect.d(110): Error: 'dlib.math.utils.clampValue!uint.clamp' is not nothrow

import\anchovy\utils\rect.d(114): Error: 'dlib.math.utils.clampValue!uint.clamp' is not nothrow

import\anchovy\utils\rect.d(119): Error: 'dlib.math.utils.clampValue!uint.clamp' is not nothrow

import\anchovy\utils\rect.d(123): Error: 'dlib.math.utils.clampValue!uint.clamp' is not nothrow

import\anchovy\utils\rect.d(106): Error: function 'anchovy.utils.rect.Rect.clampSize' is nothrow yet may throw

lib\debug\utils.lib

 Warning 2: File Not Found lib\debug\utils.lib

bin\guidemo.obj(guidemo)

 Error 42: Symbol Undefined _D7anchovy5utils14flexib醥bject€姁access6bindToFC€煼6€垚property9IP€噴€换DFS3std7variant17__T8V€啀NVk20Z€墡Z€v
....
Thank you.
April 09, 2014
On Wednesday, 9 April 2014 at 05:45:15 UTC, FrankLike wrote:
> Hi,MrSmith,
> Compilation failed:
> import\anchovy\utils\rect.d(110): Error: 'dlib.math.utils.clampValue!uint.clamp' is not nothrow
>
> import\anchovy\utils\rect.d(114): Error: 'dlib.math.utils.clampValue!uint.clamp' is not nothrow
>
> import\anchovy\utils\rect.d(119): Error: 'dlib.math.utils.clampValue!uint.clamp' is not nothrow
>
> import\anchovy\utils\rect.d(123): Error: 'dlib.math.utils.clampValue!uint.clamp' is not nothrow
>
> import\anchovy\utils\rect.d(106): Error: function 'anchovy.utils.rect.Rect.clampSize' is nothrow yet may throw
>
> lib\debug\utils.lib
>
>  Warning 2: File Not Found lib\debug\utils.lib
>
> bin\guidemo.obj(guidemo)
>
>  Error 42: Symbol Undefined _D7anchovy5utils14flexib醥bject€姁access6bindToFC€煼6€垚property9IP€噴€换DFS3std7variant17__T8V€啀NVk20Z€墡Z€v
> ....
> Thank you.

Please, do not duplicate bug reports here. Post them on github only. Thanks!
April 09, 2014
On Wednesday, 9 April 2014 at 09:50:03 UTC, MrSmith wrote:
> On Wednesday, 9 April 2014 at 05:45:15 UTC, FrankLike wrote:
>> Hi,MrSmith,
>> Compilation failed:
>> import\anchovy\utils\rect.d(110): Error: 'dlib.math.utils.clampValue!uint.clamp' is not nothrow
>>
>> import\anchovy\utils\rect.d(114): Error: 'dlib.math.utils.clampValue!uint.clamp' is not nothrow
>>
>> import\anchovy\utils\rect.d(119): Error: 'dlib.math.utils.clampValue!uint.clamp' is not nothrow
>>
>> import\anchovy\utils\rect.d(123): Error: 'dlib.math.utils.clampValue!uint.clamp' is not nothrow
>>
>> import\anchovy\utils\rect.d(106): Error: function 'anchovy.utils.rect.Rect.clampSize' is nothrow yet may throw
>>
>> lib\debug\utils.lib
>>
>> Warning 2: File Not Found lib\debug\utils.lib
>>
>> bin\guidemo.obj(guidemo)
>>
>> Error 42: Symbol Undefined _D7anchovy5utils14flexib醥bject€姁access6bindToFC€煼6€垚property9IP€噴€换DFS3std7variant17__T8V€啀NVk20Z€墡Z€v
>> ....
>> Thank you.
>
> Please, do not duplicate bug reports here. Post them on github only. Thanks!

ok,thank you.