Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Compiling, Linking and Running issues on Linux x64
brita Offline
Junior Member

Posts: 2
Threads: 1
Joined: Oct 2012
Reputation: 0
#3
RE: Compiling, Linking and Running issues on Linux x64

And, voilà : Segmentation fault.
But no longer problems with GLIBCXX

Could this possibly be from commenting the lines:
r = engine->RegisterGlobalBehaviour(asBEHAVE_EQUAL,       "bool f(string &in, string &in)", asFUNCTIONPR(operator==, (const string &, const string &), bool), asCALL_CDECL); assert( r >= 0 );
stdstring.cpp (162)

and
r = engine->RegisterGlobalBehaviour(asBEHAVE_EQUAL,       "bool f(const string &in, const string &in)",    asFUNCTIONPR(operator==, (const string &, const string &), bool), asCALL_CDECL); assert( r >= 0 );
scriptstring.cpp (611)
10-25-2012, 03:24 PM
Find


Messages In This Thread
RE: Compiling, Linking and Running issues on Linux x64 - by brita - 10-25-2012, 03:24 PM



Users browsing this thread: 1 Guest(s)