Vous êtes sur la page 1sur 8

make all-recursive make[1]: Entering directory `/usr/local/src/Dosbox Source' Making all in src make[2]: Entering directory `/usr/local/src/Dosbox Source/src'

Making all in cpu make[3]: Entering directory `/usr/local/src/Dosbox Source/src/cpu' Making all in core_full make[4]: Entering directory `/usr/local/src/Dosbox Source/src/cpu/core_full' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/usr/local/src/Dosbox Source/src/cpu/core_full' Making all in core_normal make[4]: Entering directory `/usr/local/src/Dosbox Source/src/cpu/core_normal' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/usr/local/src/Dosbox Source/src/cpu/core_normal' Making all in core_dyn_x86 make[4]: Entering directory `/usr/local/src/Dosbox Source/src/cpu/core_dyn_x86' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/usr/local/src/Dosbox Source/src/cpu/core_dyn_x86' Making all in core_dynrec make[4]: Entering directory `/usr/local/src/Dosbox Source/src/cpu/core_dynrec' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/usr/local/src/Dosbox Source/src/cpu/core_dynrec' make[4]: Entering directory `/usr/local/src/Dosbox Source/src/cpu' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/usr/local/src/Dosbox Source/src/cpu' make[3]: Leaving directory `/usr/local/src/Dosbox Source/src/cpu' Making all in debug make[3]: Entering directory `/usr/local/src/Dosbox Source/src/debug' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/local/src/Dosbox Source/src/debug' Making all in dos make[3]: Entering directory `/usr/local/src/Dosbox Source/src/dos' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/local/src/Dosbox Source/src/dos' Making all in fpu make[3]: Entering directory `/usr/local/src/Dosbox Source/src/fpu' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/local/src/Dosbox Source/src/fpu' Making all in gui make[3]: Entering directory `/usr/local/src/Dosbox Source/src/gui' g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/usr/include/SDL -D_GNU_SOURC E=1 -D_REENTRANT -g -O2 -MT sdlmain.o -MD -MP -MF .deps/sdlmain.Tpo -c -o sdlm ain.o sdlmain.cpp In file included from /usr/include/c++/4.7/cstdint:35:0, from ./HqMAME/xBRZ/xbrz.h:19, from sdlmain.cpp:37: /usr/include/c++/4.7/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support is cur rently experimental, and must be enabled with the -std=c++11 or -std=gnu++11 com piler options. In file included from sdlmain.cpp:37:0: ./HqMAME/xBRZ/xbrz.h:45:18: error: uint32_t does not name a type ./HqMAME/xBRZ/xbrz.h:45:28: error: ISO C++ forbids declaration of src with no type [-fpermissive] ./HqMAME/xBRZ/xbrz.h:45:33: error: uint32_t has not been declared ./HqMAME/xBRZ/xbrz.h:54:33: error: uint32_t does not name a type ./HqMAME/xBRZ/xbrz.h:54:43: error: ISO C++ forbids declaration of src with no type [-fpermissive] ./HqMAME/xBRZ/xbrz.h:55:27: error: uint32_t has not been declared ./HqMAME/xBRZ/xbrz.h:58:33: error: uint32_t does not name a type

./HqMAME/xBRZ/xbrz.h:58:43: error: ISO C++ forbids declaration of src with no type [-fpermissive] ./HqMAME/xBRZ/xbrz.h:59:27: error: uint32_t has not been declared ./HqMAME/xBRZ/xbrz.h:62:17: error: uint32_t was not declared in this scope ./HqMAME/xBRZ/xbrz.h:62:32: error: uint32_t was not declared in this scope ./HqMAME/xBRZ/xbrz.h:62:47: error: expected primary-expression before double ./HqMAME/xBRZ/xbrz.h:62:71: error: expected primary-expression before double ./HqMAME/xBRZ/xbrz.h:62:97: error: expression list treated as compound expressio n in initializer [-fpermissive] ./HqMAME/xBRZ/xbrz.h:70:33: error: uint32_t does not name a type ./HqMAME/xBRZ/xbrz.h:70:43: error: ISO C++ forbids declaration of src with no type [-fpermissive] ./HqMAME/xBRZ/xbrz.h:71:27: error: uint32_t has not been declared ./HqMAME/xBRZ/xbrz.h: In function void xbrz::nearestNeighborScale(const int*, int , int, int*, int, int): ./HqMAME/xBRZ/xbrz.h:73:70: error: uint32_t was not declared in this scope sdlmain.cpp: In function bool GFX_StartUpdate(Bit8u*&, Bitu&): sdlmain.cpp:821:37: error: nullptr was not declared in this scope sdlmain.cpp: In function void GFX_EndUpdate(const Bit16u*): sdlmain.cpp:908:70: error: min was not declared in this scope sdlmain.cpp:908:70: note: suggested alternative: In file included from /usr/include/c++/4.7/bits/char_traits.h:41:0, from /usr/include/c++/4.7/string:42, from /usr/include/c++/4.7/stdexcept:40, from /usr/include/tbb/tbb_exception.h:40, from /usr/include/tbb/parallel_for.h:36, from sdlmain.cpp:39: /usr/include/c++/4.7/bits/stl_algobase.h:233:5: note: std::min sdlmain.cpp:954:48: error: max was not declared in this scope sdlmain.cpp:954:48: note: suggested alternative: In file included from /usr/include/c++/4.7/bits/char_traits.h:41:0, from /usr/include/c++/4.7/string:42, from /usr/include/c++/4.7/stdexcept:40, from /usr/include/tbb/tbb_exception.h:40, from /usr/include/tbb/parallel_for.h:36, from sdlmain.cpp:39: /usr/include/c++/4.7/bits/stl_algobase.h:254:5: note: std::max sdlmain.cpp: In lambda function: sdlmain.cpp:962:118: error: invalid conversion from const uint32_t* {aka const un signed int*} to const int* [-fpermissive] In file included from sdlmain.cpp:37:0: ./HqMAME/xBRZ/xbrz.h:44:6: error: initializing argument 2 of void xbrz::scale(s ize_t, const int*, int*, int, int, const xbrz::ScalerCfg&, int, int) [-fpermissiv e] sdlmain.cpp:962:118: error: invalid conversion from uint32_t* {aka unsigned int*} to int* [-fpermissive] In file included from sdlmain.cpp:37:0: ./HqMAME/xBRZ/xbrz.h:44:6: error: initializing argument 3 of void xbrz::scale(s ize_t, const int*, int*, int, int, const xbrz::ScalerCfg&, int, int) [-fpermissiv e] sdlmain.cpp: In lambda function: sdlmain.cpp:963:12: warning: lambda expressions only available with -std=c++11 o r -std=gnu++11 [enabled by default] sdlmain.cpp:963:13: error: no matching function for call to parallel_for(tbb::blo cked_range<int>, GFX_EndUpdate(const Bit16u*)::<lambda()>::<lambda(const tbb::bl ocked_range<int>&)>) sdlmain.cpp:963:13: note: candidates are: In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:161:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&)

sdlmain.cpp:963:13: error: template argument for template<class Range, class Body > void tbb::parallel_for(const Range&, const Body&) uses local type GFX_EndUpdate( const Bit16u*)::<lambda()>::<lambda(const tbb::blocked_range<int>&)> sdlmain.cpp:963:13: error: trying to instantiate template<class Range, class Bo dy> void tbb::parallel_for(const Range&, const Body&) In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:168:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, const tbb::simple_partitioner&) /usr/include/tbb/parallel_for.h:168:6: note: template argument deduction/subst itution failed: sdlmain.cpp:963:13: note: candidate expects 3 arguments, 2 provided In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:175:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, const tbb::auto_partitioner&) /usr/include/tbb/parallel_for.h:175:6: note: template argument deduction/subst itution failed: sdlmain.cpp:963:13: note: candidate expects 3 arguments, 2 provided In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:182:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, tbb::affinity_partitioner&) /usr/include/tbb/parallel_for.h:182:6: note: template argument deduction/subst itution failed: sdlmain.cpp:963:13: note: candidate expects 3 arguments, 2 provided In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:190:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, const tbb::simple_partitioner&, tbb::task_group_context&) /usr/include/tbb/parallel_for.h:190:6: note: template argument deduction/subst itution failed: sdlmain.cpp:963:13: note: candidate expects 4 arguments, 2 provided In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:197:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, const tbb::auto_partitioner&, t bb::task_group_context&) /usr/include/tbb/parallel_for.h:197:6: note: template argument deduction/subst itution failed: sdlmain.cpp:963:13: note: candidate expects 4 arguments, 2 provided In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:204:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, tbb::affinity_partitioner&, tbb ::task_group_context&) /usr/include/tbb/parallel_for.h:204:6: note: template argument deduction/subst itution failed: sdlmain.cpp:963:13: note: candidate expects 4 arguments, 2 provided In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:248:6: note: template<class Index, class Functio n> void tbb::strict_ppl::parallel_for(Index, Index, const Function&, tbb::task_g roup_context&) /usr/include/tbb/parallel_for.h:248:6: note: template argument deduction/subst itution failed: sdlmain.cpp:963:13: note: deduced conflicting types for parameter Index (tbb::blo cked_range<int> and GFX_EndUpdate(const Bit16u*)::<lambda()>::<lambda(const tbb::b locked_range<int>&)>) In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:235:6: note: template<class Index, class Functio n> void tbb::strict_ppl::parallel_for(Index, Index, Index, const Function&, tbb: :task_group_context&) /usr/include/tbb/parallel_for.h:235:6: note: template argument deduction/subst itution failed: sdlmain.cpp:963:13: note: deduced conflicting types for parameter Index (tbb::blo

cked_range<int> and GFX_EndUpdate(const Bit16u*)::<lambda()>::<lambda(const tbb::b locked_range<int>&)>) In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:228:6: note: template<class Index, class Functio n> void tbb::strict_ppl::parallel_for(Index, Index, const Function&) /usr/include/tbb/parallel_for.h:228:6: note: template argument deduction/subst itution failed: sdlmain.cpp:963:13: note: deduced conflicting types for parameter Index (tbb::blo cked_range<int> and GFX_EndUpdate(const Bit16u*)::<lambda()>::<lambda(const tbb::b locked_range<int>&)>) In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:215:6: note: template<class Index, class Functio n> void tbb::strict_ppl::parallel_for(Index, Index, Index, const Function&) /usr/include/tbb/parallel_for.h:215:6: note: template argument deduction/subst itution failed: sdlmain.cpp:963:13: note: deduced conflicting types for parameter Index (tbb::blo cked_range<int> and GFX_EndUpdate(const Bit16u*)::<lambda()>::<lambda(const tbb::b locked_range<int>&)>) sdlmain.cpp: In function void GFX_EndUpdate(const Bit16u*): sdlmain.cpp:964:10: warning: lambda expressions only available with -std=c++11 o r -std=gnu++11 [enabled by default] sdlmain.cpp:964:11: error: no matching function for call to tbb::task_group::run( GFX_EndUpdate(const Bit16u*)::<lambda()>) sdlmain.cpp:964:11: note: candidates are: In file included from sdlmain.cpp:40:0: /usr/include/tbb/task_group.h:209:10: note: template<class F> void tbb::task_gro up::run(const F&) sdlmain.cpp:964:11: error: template argument for template<class F> void tbb::task _group::run(const F&) uses local type GFX_EndUpdate(const Bit16u*)::<lambda()> sdlmain.cpp:964:11: error: trying to instantiate template<class F> void tbb::ta sk_group::run(const F&) In file included from sdlmain.cpp:40:0: /usr/include/tbb/task_group.h:151:10: note: template<class F> void tbb::internal ::task_group_base::run(tbb::task_handle<F>&) /usr/include/tbb/task_group.h:151:10: note: template argument deduction/substi tution failed: sdlmain.cpp:964:11: note: GFX_EndUpdate(const Bit16u*)::<lambda()> is not derive d from tbb::task_handle<F> sdlmain.cpp: In lambda function: sdlmain.cpp:975:114: error: invalid conversion from const uint32_t* {aka const un signed int*} to const int* [-fpermissive] In file included from sdlmain.cpp:37:0: ./HqMAME/xBRZ/xbrz.h:44:6: error: initializing argument 2 of void xbrz::scale(s ize_t, const int*, int*, int, int, const xbrz::ScalerCfg&, int, int) [-fpermissiv e] sdlmain.cpp:975:114: error: invalid conversion from uint32_t* {aka unsigned int*} to int* [-fpermissive] In file included from sdlmain.cpp:37:0: ./HqMAME/xBRZ/xbrz.h:44:6: error: initializing argument 3 of void xbrz::scale(s ize_t, const int*, int*, int, int, const xbrz::ScalerCfg&, int, int) [-fpermissiv e] sdlmain.cpp: In function void GFX_EndUpdate(const Bit16u*): sdlmain.cpp:976:8: warning: lambda expressions only available with -std=c++11 or -std=gnu++11 [enabled by default] sdlmain.cpp:976:9: error: no matching function for call to parallel_for(tbb::bloc ked_range<int>, GFX_EndUpdate(const Bit16u*)::<lambda(const tbb::blocked_range<i nt>&)>) sdlmain.cpp:976:9: note: candidates are: In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:161:6: note: template<class Range, class Body> v

oid tbb::parallel_for(const Range&, const Body&) sdlmain.cpp:976:9: error: template argument for template<class Range, class Body> void tbb::parallel_for(const Range&, const Body&) uses local type GFX_EndUpdate(c onst Bit16u*)::<lambda(const tbb::blocked_range<int>&)> sdlmain.cpp:976:9: error: trying to instantiate template<class Range, class Bod y> void tbb::parallel_for(const Range&, const Body&) In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:168:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, const tbb::simple_partitioner&) /usr/include/tbb/parallel_for.h:168:6: note: template argument deduction/subst itution failed: sdlmain.cpp:976:9: note: candidate expects 3 arguments, 2 provided In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:175:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, const tbb::auto_partitioner&) /usr/include/tbb/parallel_for.h:175:6: note: template argument deduction/subst itution failed: sdlmain.cpp:976:9: note: candidate expects 3 arguments, 2 provided In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:182:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, tbb::affinity_partitioner&) /usr/include/tbb/parallel_for.h:182:6: note: template argument deduction/subst itution failed: sdlmain.cpp:976:9: note: candidate expects 3 arguments, 2 provided In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:190:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, const tbb::simple_partitioner&, tbb::task_group_context&) /usr/include/tbb/parallel_for.h:190:6: note: template argument deduction/subst itution failed: sdlmain.cpp:976:9: note: candidate expects 4 arguments, 2 provided In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:197:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, const tbb::auto_partitioner&, t bb::task_group_context&) /usr/include/tbb/parallel_for.h:197:6: note: template argument deduction/subst itution failed: sdlmain.cpp:976:9: note: candidate expects 4 arguments, 2 provided In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:204:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, tbb::affinity_partitioner&, tbb ::task_group_context&) /usr/include/tbb/parallel_for.h:204:6: note: template argument deduction/subst itution failed: sdlmain.cpp:976:9: note: candidate expects 4 arguments, 2 provided In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:248:6: note: template<class Index, class Functio n> void tbb::strict_ppl::parallel_for(Index, Index, const Function&, tbb::task_g roup_context&) /usr/include/tbb/parallel_for.h:248:6: note: template argument deduction/subst itution failed: sdlmain.cpp:976:9: note: deduced conflicting types for parameter Index (tbb::bloc ked_range<int> and GFX_EndUpdate(const Bit16u*)::<lambda(const tbb::blocked_range< int>&)>) In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:235:6: note: template<class Index, class Functio n> void tbb::strict_ppl::parallel_for(Index, Index, Index, const Function&, tbb: :task_group_context&) /usr/include/tbb/parallel_for.h:235:6: note: template argument deduction/subst itution failed:

sdlmain.cpp:976:9: note: deduced conflicting types for parameter Index (tbb::bloc ked_range<int> and GFX_EndUpdate(const Bit16u*)::<lambda(const tbb::blocked_range< int>&)>) In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:228:6: note: template<class Index, class Functio n> void tbb::strict_ppl::parallel_for(Index, Index, const Function&) /usr/include/tbb/parallel_for.h:228:6: note: template argument deduction/subst itution failed: sdlmain.cpp:976:9: note: deduced conflicting types for parameter Index (tbb::bloc ked_range<int> and GFX_EndUpdate(const Bit16u*)::<lambda(const tbb::blocked_range< int>&)>) In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:215:6: note: template<class Index, class Functio n> void tbb::strict_ppl::parallel_for(Index, Index, Index, const Function&) /usr/include/tbb/parallel_for.h:215:6: note: template argument deduction/subst itution failed: sdlmain.cpp:976:9: note: deduced conflicting types for parameter Index (tbb::bloc ked_range<int> and GFX_EndUpdate(const Bit16u*)::<lambda(const tbb::blocked_range< int>&)>) sdlmain.cpp: In lambda function: sdlmain.cpp:999:63: error: invalid conversion from unsigned int* to const int* [-fpe rmissive] In file included from sdlmain.cpp:37:0: ./HqMAME/xBRZ/xbrz.h:54:6: error: initializing argument 1 of void xbrz::nearest NeighborScale(const int*, int, int, int, int*, int, int, int, xbrz::SliceType, i nt, int) [-fpermissive] sdlmain.cpp:999:63: error: invalid conversion from uint32_t* {aka unsigned int*} t o int* [-fpermissive] In file included from sdlmain.cpp:37:0: ./HqMAME/xBRZ/xbrz.h:54:6: error: initializing argument 5 of void xbrz::nearest NeighborScale(const int*, int, int, int, int*, int, int, int, xbrz::SliceType, i nt, int) [-fpermissive] sdlmain.cpp: In function void GFX_EndUpdate(const Bit16u*): sdlmain.cpp:1000:7: warning: lambda expressions only available with -std=c++11 o r -std=gnu++11 [enabled by default] sdlmain.cpp:1000:8: error: no matching function for call to parallel_for(tbb::blo cked_range<int>, GFX_EndUpdate(const Bit16u*)::<lambda(const tbb::blocked_range< int>&)>) sdlmain.cpp:1000:8: note: candidates are: In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:161:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&) sdlmain.cpp:1000:8: error: template argument for template<class Range, class Body > void tbb::parallel_for(const Range&, const Body&) uses local type GFX_EndUpdate( const Bit16u*)::<lambda(const tbb::blocked_range<int>&)> sdlmain.cpp:1000:8: error: trying to instantiate template<class Range, class Bo dy> void tbb::parallel_for(const Range&, const Body&) In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:168:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, const tbb::simple_partitioner&) /usr/include/tbb/parallel_for.h:168:6: note: template argument deduction/subst itution failed: sdlmain.cpp:1000:8: note: candidate expects 3 arguments, 2 provided In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:175:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, const tbb::auto_partitioner&) /usr/include/tbb/parallel_for.h:175:6: note: template argument deduction/subst itution failed: sdlmain.cpp:1000:8: note: candidate expects 3 arguments, 2 provided In file included from sdlmain.cpp:39:0:

/usr/include/tbb/parallel_for.h:182:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, tbb::affinity_partitioner&) /usr/include/tbb/parallel_for.h:182:6: note: template argument deduction/subst itution failed: sdlmain.cpp:1000:8: note: candidate expects 3 arguments, 2 provided In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:190:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, const tbb::simple_partitioner&, tbb::task_group_context&) /usr/include/tbb/parallel_for.h:190:6: note: template argument deduction/subst itution failed: sdlmain.cpp:1000:8: note: candidate expects 4 arguments, 2 provided In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:197:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, const tbb::auto_partitioner&, t bb::task_group_context&) /usr/include/tbb/parallel_for.h:197:6: note: template argument deduction/subst itution failed: sdlmain.cpp:1000:8: note: candidate expects 4 arguments, 2 provided In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:204:6: note: template<class Range, class Body> v oid tbb::parallel_for(const Range&, const Body&, tbb::affinity_partitioner&, tbb ::task_group_context&) /usr/include/tbb/parallel_for.h:204:6: note: template argument deduction/subst itution failed: sdlmain.cpp:1000:8: note: candidate expects 4 arguments, 2 provided In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:248:6: note: template<class Index, class Functio n> void tbb::strict_ppl::parallel_for(Index, Index, const Function&, tbb::task_g roup_context&) /usr/include/tbb/parallel_for.h:248:6: note: template argument deduction/subst itution failed: sdlmain.cpp:1000:8: note: deduced conflicting types for parameter Index (tbb::blo cked_range<int> and GFX_EndUpdate(const Bit16u*)::<lambda(const tbb::blocked_range <int>&)>) In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:235:6: note: template<class Index, class Functio n> void tbb::strict_ppl::parallel_for(Index, Index, Index, const Function&, tbb: :task_group_context&) /usr/include/tbb/parallel_for.h:235:6: note: template argument deduction/subst itution failed: sdlmain.cpp:1000:8: note: deduced conflicting types for parameter Index (tbb::blo cked_range<int> and GFX_EndUpdate(const Bit16u*)::<lambda(const tbb::blocked_range <int>&)>) In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:228:6: note: template<class Index, class Functio n> void tbb::strict_ppl::parallel_for(Index, Index, const Function&) /usr/include/tbb/parallel_for.h:228:6: note: template argument deduction/subst itution failed: sdlmain.cpp:1000:8: note: deduced conflicting types for parameter Index (tbb::blo cked_range<int> and GFX_EndUpdate(const Bit16u*)::<lambda(const tbb::blocked_range <int>&)>) In file included from sdlmain.cpp:39:0: /usr/include/tbb/parallel_for.h:215:6: note: template<class Index, class Functio n> void tbb::strict_ppl::parallel_for(Index, Index, Index, const Function&) /usr/include/tbb/parallel_for.h:215:6: note: template argument deduction/subst itution failed: sdlmain.cpp:1000:8: note: deduced conflicting types for parameter Index (tbb::blo cked_range<int> and GFX_EndUpdate(const Bit16u*)::<lambda(const tbb::blocked_range <int>&)>)

sdlmain.cpp: In function void show_warning(const sdlmain.cpp:1928:19: warning: format not a string s [-Wformat-security] make[3]: *** [sdlmain.o] Error 1 make[3]: Leaving directory `/usr/local/src/Dosbox make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/src/Dosbox make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/Dosbox make: *** [all] Error 2

char*): literal and no format argument Source/src/gui' Source/src' Source'

Vous aimerez peut-être aussi