<div dir="ltr">thanks, I didn't notice I had my repo set to stable. However it breaks with the same message.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 2, 2017 at 4:07 PM, Willy Sudiarto Raharjo <span dir="ltr"><<a href="mailto:willysr@slackbuilds.org" target="_blank">willysr@slackbuilds.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">> creating frag_test<br>
> make[2]: Leaving directory '/tmp/SBo/wxHexEditor/mhash/<wbr>src'<br>
> make[2]: Entering directory '/tmp/SBo/wxHexEditor/mhash'<br>
> make[2]: Nothing to be done for 'all-am'.<br>
> make[2]: Leaving directory '/tmp/SBo/wxHexEditor/mhash'<br>
> make[1]: Leaving directory '/tmp/SBo/wxHexEditor/mhash'<br>
> `wx-config --cxx` -c `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD<br>
> -fopenmp -O2 -fPIC   src/HexEditorGui.cpp -o src/HexEditorGui.o<br>
> `wx-config --cxx` -c `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD<br>
> -fopenmp -O2 -fPIC   src/FAL.cpp -o src/FAL.o<br>
> `wx-config --cxx` -c `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD<br>
> -fopenmp -O2 -fPIC   src/HexDialogs.cpp -o src/HexDialogs.o<br>
> In file included from src/HexPanels.h:28:0,<br>
>                  from src/HexEditorFrame.h:32,<br>
>                  from src/HexPanels.h:27,<br>
>                  from src/HexEditor.h:37,<br>
>                  from src/HexDialogs.h:28,<br>
>                  from src/HexDialogs.cpp:25:<br>
> src/HexEditorCtrl/<wbr>HexEditorCtrl.h: In member function ‘uint64_t<br>
> Select::GetSize()’:<br>
> src/HexEditorCtrl/<wbr>HexEditorCtrl.h:63:39: error: call of overloaded<br>
> ‘abs(uint64_t)’ is ambiguous<br>
>     return abs( EndOffset - StartOffset)+1;}; //for select byte 13<br>
> start=13, end=13<br>
>                                        ^<br>
> In file included from /usr/include/c++/7.1.0/<wbr>cstdlib:75:0,<br>
>                  from /usr/include/c++/7.1.0/stdlib.<wbr>h:36,<br>
>                  from mhash/include/mutils/<wbr>mincludes.h:74,<br>
>                  from src/../mhash/include/mhash.h:<wbr>6,<br>
>                  from src/HexEditor.h:28,<br>
>                  from src/HexDialogs.h:28,<br>
>                  from src/HexDialogs.cpp:25:<br>
> /usr/include/stdlib.h:751:12: note: candidate: int abs(int)<br>
>  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;<br>
>             ^~~<br>
> In file included from /usr/include/c++/7.1.0/<wbr>cstdlib:77:0,<br>
>                  from /usr/include/c++/7.1.0/stdlib.<wbr>h:36,<br>
>                  from mhash/include/mutils/<wbr>mincludes.h:74,<br>
>                  from src/../mhash/include/mhash.h:<wbr>6,<br>
>                  from src/HexEditor.h:28,<br>
>                  from src/HexDialogs.h:28,<br>
>                  from src/HexDialogs.cpp:25:<br>
> /usr/include/c++/7.1.0/bits/<wbr>std_abs.h:56:3: note: candidate: long int<br>
> std::abs(long int)<br>
>    abs(long __i) { return __builtin_labs(__i); }<br>
>    ^~~<br>
> /usr/include/c++/7.1.0/bits/<wbr>std_abs.h:61:3: note: candidate: long long int<br>
> std::abs(long long int)<br>
>    abs(long long __x) { return __builtin_llabs (__x); }<br>
>    ^~~<br>
> /usr/include/c++/7.1.0/bits/<wbr>std_abs.h:70:3: note: candidate: constexpr<br>
> double std::abs(double)<br>
>    abs(double __x)<br>
>    ^~~<br>
> /usr/include/c++/7.1.0/bits/<wbr>std_abs.h:74:3: note: candidate: constexpr<br>
> float std::abs(float)<br>
>    abs(float __x)<br>
>    ^~~<br>
> /usr/include/c++/7.1.0/bits/<wbr>std_abs.h:78:3: note: candidate: constexpr long<br>
> double std::abs(long double)<br>
>    abs(long double __x)<br>
>    ^~~<br>
> /usr/include/c++/7.1.0/bits/<wbr>std_abs.h:84:3: note: candidate: constexpr<br>
> __int128 std::abs(__int128)<br>
>    abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }<br>
>    ^~~<br>
> /usr/include/c++/7.1.0/bits/<wbr>std_abs.h:102:3: note: candidate: constexpr<br>
> __float128 std::abs(__float128)<br>
>    abs(__float128 __x)<br>
>    ^~~<br>
> make: *** [Makefile:56: src/HexDialogs.o] Error 1<br>
><br>
> wxHexEditor:<br>
> Would you like to continue processing the rest of the<br>
> queue or would you like to abort?  If this failed<br>
> package is a dependency of another package in the queue<br>
> then it may not make sense to continue.<br>
><br>
> (Y)es to continue, (N)o to abort, (R)etry the build?:<br>
<br>
</div></div>You should check for Ponce's repository for -current<br>
<a href="http://cgit.ponce.cc/slackbuilds/commit/?h=wxHexEditor" rel="noreferrer" target="_blank">http://cgit.ponce.cc/<wbr>slackbuilds/commit/?h=<wbr>wxHexEditor</a><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Willy Sudiarto Raharjo<br>
<br>
</font></span><br>______________________________<wbr>_________________<br>
SlackBuilds-users mailing list<br>
<a href="mailto:SlackBuilds-users@slackbuilds.org">SlackBuilds-users@slackbuilds.<wbr>org</a><br>
<a href="https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/<wbr>mailman/listinfo/slackbuilds-<wbr>users</a><br>
Archives - <a href="https://lists.slackbuilds.org/pipermail/slackbuilds-users/" rel="noreferrer" target="_blank">https://lists.slackbuilds.org/<wbr>pipermail/slackbuilds-users/</a><br>
FAQ - <a href="https://slackbuilds.org/faq/" rel="noreferrer" target="_blank">https://slackbuilds.org/faq/</a><br>
<br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><br>------------<br>Regards,<br>    Fernando Lopez Jr.</div>
</div>