Re: [Slackbuilds-users] wxHexEditor breaks on current.

2017-08-02 Thread Willy Sudiarto Raharjo
> creating frag_test
> make[2]: Leaving directory '/tmp/SBo/wxHexEditor/mhash/src'
> make[2]: Entering directory '/tmp/SBo/wxHexEditor/mhash'
> make[2]: Nothing to be done for 'all-am'.
> make[2]: Leaving directory '/tmp/SBo/wxHexEditor/mhash'
> make[1]: Leaving directory '/tmp/SBo/wxHexEditor/mhash'
> `wx-config --cxx` -c `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD
> -fopenmp -O2 -fPIC   src/HexEditorGui.cpp -o src/HexEditorGui.o
> `wx-config --cxx` -c `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD
> -fopenmp -O2 -fPIC   src/FAL.cpp -o src/FAL.o
> `wx-config --cxx` -c `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD
> -fopenmp -O2 -fPIC   src/HexDialogs.cpp -o src/HexDialogs.o
> In file included from src/HexPanels.h:28:0,
>  from src/HexEditorFrame.h:32,
>  from src/HexPanels.h:27,
>  from src/HexEditor.h:37,
>  from src/HexDialogs.h:28,
>  from src/HexDialogs.cpp:25:
> src/HexEditorCtrl/HexEditorCtrl.h: In member function ‘uint64_t
> Select::GetSize()’:
> src/HexEditorCtrl/HexEditorCtrl.h:63:39: error: call of overloaded
> ‘abs(uint64_t)’ is ambiguous
> return abs( EndOffset - StartOffset)+1;}; //for select byte 13
> start=13, end=13
>^
> In file included from /usr/include/c++/7.1.0/cstdlib:75:0,
>  from /usr/include/c++/7.1.0/stdlib.h:36,
>  from mhash/include/mutils/mincludes.h:74,
>  from src/../mhash/include/mhash.h:6,
>  from src/HexEditor.h:28,
>  from src/HexDialogs.h:28,
>  from src/HexDialogs.cpp:25:
> /usr/include/stdlib.h:751:12: note: candidate: int abs(int)
>  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
> ^~~
> In file included from /usr/include/c++/7.1.0/cstdlib:77:0,
>  from /usr/include/c++/7.1.0/stdlib.h:36,
>  from mhash/include/mutils/mincludes.h:74,
>  from src/../mhash/include/mhash.h:6,
>  from src/HexEditor.h:28,
>  from src/HexDialogs.h:28,
>  from src/HexDialogs.cpp:25:
> /usr/include/c++/7.1.0/bits/std_abs.h:56:3: note: candidate: long int
> std::abs(long int)
>abs(long __i) { return __builtin_labs(__i); }
>^~~
> /usr/include/c++/7.1.0/bits/std_abs.h:61:3: note: candidate: long long int
> std::abs(long long int)
>abs(long long __x) { return __builtin_llabs (__x); }
>^~~
> /usr/include/c++/7.1.0/bits/std_abs.h:70:3: note: candidate: constexpr
> double std::abs(double)
>abs(double __x)
>^~~
> /usr/include/c++/7.1.0/bits/std_abs.h:74:3: note: candidate: constexpr
> float std::abs(float)
>abs(float __x)
>^~~
> /usr/include/c++/7.1.0/bits/std_abs.h:78:3: note: candidate: constexpr long
> double std::abs(long double)
>abs(long double __x)
>^~~
> /usr/include/c++/7.1.0/bits/std_abs.h:84:3: note: candidate: constexpr
> __int128 std::abs(__int128)
>abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
>^~~
> /usr/include/c++/7.1.0/bits/std_abs.h:102:3: note: candidate: constexpr
> __float128 std::abs(__float128)
>abs(__float128 __x)
>^~~
> make: *** [Makefile:56: src/HexDialogs.o] Error 1
> 
> wxHexEditor:
> Would you like to continue processing the rest of the
> queue or would you like to abort?  If this failed
> package is a dependency of another package in the queue
> then it may not make sense to continue.
> 
> (Y)es to continue, (N)o to abort, (R)etry the build?:

You should check for Ponce's repository for -current
http://cgit.ponce.cc/slackbuilds/commit/?h=wxHexEditor


-- 
Willy Sudiarto Raharjo



signature.asc
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



[Slackbuilds-users] wxHexEditor breaks on current.

2017-08-02 Thread Fernando Lopez
creating frag_test
make[2]: Leaving directory '/tmp/SBo/wxHexEditor/mhash/src'
make[2]: Entering directory '/tmp/SBo/wxHexEditor/mhash'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory '/tmp/SBo/wxHexEditor/mhash'
make[1]: Leaving directory '/tmp/SBo/wxHexEditor/mhash'
`wx-config --cxx` -c `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD
-fopenmp -O2 -fPIC   src/HexEditorGui.cpp -o src/HexEditorGui.o
`wx-config --cxx` -c `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD
-fopenmp -O2 -fPIC   src/FAL.cpp -o src/FAL.o
`wx-config --cxx` -c `wx-config --cxxflags` -Iudis86 -Imhash/include -MMD
-fopenmp -O2 -fPIC   src/HexDialogs.cpp -o src/HexDialogs.o
In file included from src/HexPanels.h:28:0,
 from src/HexEditorFrame.h:32,
 from src/HexPanels.h:27,
 from src/HexEditor.h:37,
 from src/HexDialogs.h:28,
 from src/HexDialogs.cpp:25:
src/HexEditorCtrl/HexEditorCtrl.h: In member function ‘uint64_t
Select::GetSize()’:
src/HexEditorCtrl/HexEditorCtrl.h:63:39: error: call of overloaded
‘abs(uint64_t)’ is ambiguous
return abs( EndOffset - StartOffset)+1;}; //for select byte 13
start=13, end=13
   ^
In file included from /usr/include/c++/7.1.0/cstdlib:75:0,
 from /usr/include/c++/7.1.0/stdlib.h:36,
 from mhash/include/mutils/mincludes.h:74,
 from src/../mhash/include/mhash.h:6,
 from src/HexEditor.h:28,
 from src/HexDialogs.h:28,
 from src/HexDialogs.cpp:25:
/usr/include/stdlib.h:751:12: note: candidate: int abs(int)
 extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
^~~
In file included from /usr/include/c++/7.1.0/cstdlib:77:0,
 from /usr/include/c++/7.1.0/stdlib.h:36,
 from mhash/include/mutils/mincludes.h:74,
 from src/../mhash/include/mhash.h:6,
 from src/HexEditor.h:28,
 from src/HexDialogs.h:28,
 from src/HexDialogs.cpp:25:
/usr/include/c++/7.1.0/bits/std_abs.h:56:3: note: candidate: long int
std::abs(long int)
   abs(long __i) { return __builtin_labs(__i); }
   ^~~
/usr/include/c++/7.1.0/bits/std_abs.h:61:3: note: candidate: long long int
std::abs(long long int)
   abs(long long __x) { return __builtin_llabs (__x); }
   ^~~
/usr/include/c++/7.1.0/bits/std_abs.h:70:3: note: candidate: constexpr
double std::abs(double)
   abs(double __x)
   ^~~
/usr/include/c++/7.1.0/bits/std_abs.h:74:3: note: candidate: constexpr
float std::abs(float)
   abs(float __x)
   ^~~
/usr/include/c++/7.1.0/bits/std_abs.h:78:3: note: candidate: constexpr long
double std::abs(long double)
   abs(long double __x)
   ^~~
/usr/include/c++/7.1.0/bits/std_abs.h:84:3: note: candidate: constexpr
__int128 std::abs(__int128)
   abs(__GLIBCXX_TYPE_INT_N_0 __x) { return __x >= 0 ? __x : -__x; }
   ^~~
/usr/include/c++/7.1.0/bits/std_abs.h:102:3: note: candidate: constexpr
__float128 std::abs(__float128)
   abs(__float128 __x)
   ^~~
make: *** [Makefile:56: src/HexDialogs.o] Error 1

wxHexEditor:
Would you like to continue processing the rest of the
queue or would you like to abort?  If this failed
package is a dependency of another package in the queue
then it may not make sense to continue.

(Y)es to continue, (N)o to abort, (R)etry the build?:


-- 


Regards,
Fernando Lopez Jr.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] pysetuptools?

2017-08-02 Thread Franzen

It is now part of Slackware starting with 14.2, just called
python-setuptools.  It is only at version 22.0.5, though.


python-setuptools 22.0.5 was released on 3 Jun 2016
https://github.com/pypa/setuptools/releases?after=v23.2.0

It was added to slackware on
Jun 8 2016

Slackware 14.2 was released on
Thu Jun 30

@David
Nothing wrong here, i think.
Maybe everything works if you use python-setuptools from stock slackware.


Johannes
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] OpenCASCADE 6.9.1 not compiling.

2017-08-02 Thread Fernando Lopez
that was it! thank you David! =)

On Tue, Aug 1, 2017 at 4:45 AM, David Spencer <
baildon.resea...@googlemail.com> wrote:

> On 1 August 2017 at 10:49, David Spencer
>  wrote:
> > I think your copy of the OpenCASCADE SlackBuild is out of date.
>
> Ok, that's wrong :(
> Matteo says (and he's always right!) that on -current it will build if
> you change this bit in the SlackBuild
>
>   -Dnullptr=NULL
>
> to
>
>   -Dnullptr=nullptr
>
> Hope that fixes it, sorry I was wrong earlier!
> Thanks
> -D.
> ___
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>


-- 


Regards,
Fernando Lopez Jr.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/