Jump to content

[FIXED] compilation impossible


newcivs
 Share

Recommended Posts

SVN: 14707

OS: RfRemix

Kernel: Linux 3.12.9-300.fc20.i686+PAE i686
GCC: 4.8.2 20131212

GPU info

00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03) (prog-if 00 [VGA controller])
Subsystem: Intel Corporation Device d613
Flags: bus master, fast devsel, latency 0, IRQ 43
Memory at d0000000 (64-bit, non-prefetchable)
Memory at c0000000 (64-bit, prefetchable)
I/O ports at f140
Expansion ROM at <unassigned> [disabled]
Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
Capabilities: [d0] Power Management version 2
Kernel driver in use: i915

CPU intel core duo "aka celeron"

bug:

$ make -j3
==== Building mocks_real (release) ====
==== Building network (release) ====
==== Building lobby (release) ====
Creating obj/mocks_real_Release
mocks_real.cpp
Creating obj/network_Release
Creating obj/lobby_Release
precompiled.h
precompiled.h
Linking mocks_real
==== Building glooxwrapper (release) ====
Creating obj/glooxwrapper_Release
precompiled.h
NetServer.cpp
StanzaExtensions.cpp
XmppClient.cpp
precompiled.cpp
../../../source/lobby/XmppClient.cpp: En la función miembro ‘void XmppClient::GetRoleString(gloox::MUCRoomRole, std::string&) const’:
../../../source/lobby/XmppClient.cpp:891:31: error: ‘gloox::MUCRoomRole’ no es una clase o un espacio de nombres
#define CASE(x,y) case gloox::MUCRoomRole::x: role = y; break
^
../../../source/lobby/XmppClient.cpp:892:2: nota: in expansion of macro ‘CASE’
CASE(RoleNone, "none");
^
../../../source/lobby/XmppClient.cpp:891:31: error: ‘gloox::MUCRoomRole’ no es una clase o un espacio de nombres
#define CASE(x,y) case gloox::MUCRoomRole::x: role = y; break
^
../../../source/lobby/XmppClient.cpp:893:2: nota: in expansion of macro ‘CASE’
CASE(RoleVisitor, "visitor");
^
../../../source/lobby/XmppClient.cpp:891:31: error: ‘gloox::MUCRoomRole’ no es una clase o un espacio de nombres
#define CASE(x,y) case gloox::MUCRoomRole::x: role = y; break
^
../../../source/lobby/XmppClient.cpp:894:2: nota: in expansion of macro ‘CASE’
CASE(RoleParticipant, "participant");
^
../../../source/lobby/XmppClient.cpp:891:31: error: ‘gloox::MUCRoomRole’ no es una clase o un espacio de nombres
#define CASE(x,y) case gloox::MUCRoomRole::x: role = y; break
^
../../../source/lobby/XmppClient.cpp:895:2: nota: in expansion of macro ‘CASE’
CASE(RoleModerator, "moderator");
^
../../../source/lobby/XmppClient.cpp:891:31: error: ‘gloox::MUCRoomRole’ no es una clase o un espacio de nombres
#define CASE(x,y) case gloox::MUCRoomRole::x: role = y; break
^
../../../source/lobby/XmppClient.cpp:896:2: nota: in expansion of macro ‘CASE’
CASE(RoleInvalid, "invalid");
^
make[1]: *** [obj/lobby_Release/XmppClient.o] Error 1
make: *** [lobby] Error 2
make: *** Se espera a que terminen otras tareas....
NetClient.cpp
glooxwrapper.cpp
NetMessage.cpp
Linking glooxwrapper
NetStats.cpp
NetHost.cpp
NetSession.cpp
NetFileTransfer.cpp
fsm.cpp
NetTurnManager.cpp
precompiled.cpp
NetMessageSim.cpp

user: that's not important "in normal and root i get bug!"

Edited by newcivs
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...