Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#26943 - [btanks] doesn't build
Attached to Project:
Community Packages
Opened by Andrea Scarpino (BaSh) - Thursday, 17 November 2011, 16:07 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 22 November 2011, 09:12 GMT
Opened by Andrea Scarpino (BaSh) - Thursday, 17 November 2011, 16:07 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 22 November 2011, 09:12 GMT
|
DetailsDescription:
g++ -o build/release/engine/src/hud.os -c -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fvisibility-inlines-hidden -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -fvisibility-inlines-hidden -fvisibility=hidden -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -fvisibility=hidden -DGCC_HASCLASSVISIBILITY -fvisibility=hidden -O3 -Wall -Wno-deprecated -pedantic -Wno-long-long -pipe -pthread -fPIC -O3 -Wall -Wno-deprecated -pedantic -Wno-long-long -pipe -pthread -DUSE_GLSDL -DV3_DISABLE_Z -DRELEASE -D_GNU_SOURCE=1 -D_REENTRANT -DBTANKSAPI=DLLEXPORT -DENABLE_LUA -DENABLE_LUA -I. -Iengine -Iengine/src -I/usr/include/SDL engine/src/hud.cpp In file included from engine/src/hud.h:31:0, from engine/src/hud.cpp:28: engine/sl08/sl08.h: In constructor 'sl08::slot0<void, object_type>::slot0() [with object_type = Hud]': engine/src/hud.cpp:685:112: instantiated from here engine/sl08/sl08.h:117:45: error: invalid conversion from 'void*' to 'Hud*' [-fpermissive] engine/sl08/sl08.h:117:45: error: cannot convert 'void*' to 'sl08::slot0<void, Hud>::func_t {aka void (Hud::*)()}' in initialization In file included from engine/src/hud.h:31:0, from engine/src/hud.cpp:28: engine/sl08/sl08.h: In constructor 'sl08::slot1<void, arg1_type, object_type>::slot1() [with arg1_type = const std::set<v3<int> >&, object_type = Hud]': engine/src/hud.cpp:685:112: instantiated from here engine/sl08/sl08.h:292:45: error: invalid conversion from 'void*' to 'Hud*' [-fpermissive] engine/sl08/sl08.h:292:45: error: cannot convert 'void*' to 'sl08::slot1<void, const std::set<v3<int> >&, Hud>::func_t {aka void (Hud::*)(const std::set<v3<int> >&)}' in initialization scons: *** [build/release/engine/src/hud.os] Error 1 scons: building terminated because of errors. Additional info: * btanks 0.9.8083-1 Steps to reproduce: Try to build it |
This task depends upon