JustPaste.it

Toolchain used:
https://www.msys2.org/

CMake command build:
$ cmake -G "MSYS Makefiles" -DCPUARCH=32 -DCMAKE_BUILD_TYPE=Release ..
-- The C compiler identification is GNU 7.3.0
-- Check for working C compiler: C:/msys64/mingw32/bin/gcc.exe
-- Check for working C compiler: C:/msys64/mingw32/bin/gcc.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check GMXRE...
-- The CXX compiler identification is GNU 7.3.0
-- Check for working CXX compiler: C:/msys64/mingw32/bin/g++.exe
-- Check for working CXX compiler: C:/msys64/mingw32/bin/g++.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done

...

Scanning dependencies of target GMXEXT_mod_photon
[ 14%] Building C object CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/aes/aes.c.obj
cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
[ 14%] Building C object CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/zlib/adler32.c.obj
cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
[ 14%] Building C object CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/zlib/compress.c.obj
cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
[ 14%] Building C object CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/zlib/crc32.c.obj
cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
[ 15%] Building C object CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/zlib/deflate.c.obj
cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
[ 15%] Building C object CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/zlib/gzclose.c.obj
cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
[ 15%] Building C object CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/zlib/gzlib.c.obj
cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
[ 15%] Building C object CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/zlib/gzread.c.obj
cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
[ 15%] Building C object CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/zlib/gzwrite.c.obj
cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
[ 16%] Building C object CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/zlib/infback.c.obj
cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
[ 16%] Building C object CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/zlib/inffast.c.obj
cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
[ 16%] Building C object CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/zlib/inflate.c.obj
cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
[ 16%] Building C object CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/zlib/inftrees.c.obj
cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
[ 17%] Building C object CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/zlib/trees.c.obj
cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
[ 17%] Building C object CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/zlib/uncompr.c.obj
cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
[ 17%] Building C object CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/zlib/zutil.c.obj
cc1.exe: warning: command line option '-std=c++11' is valid for C++/ObjC++ but not for C
[ 17%] Building CXX object CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/src/Listener.cpp.obj
In file included from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/porting.h:9:0,
from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Common.h:9,
from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/LoadBalancing-cpp/inc/FriendInfo.h:9,
from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/LoadBalancing-cpp/inc/Client.h:9,
from C:/../GMXEXT_mod_photon/inc/Listener.h:1,
from C:/../GMXEXT_mod_photon/inc/Photon_lib.h:1,
from C:/../GMXEXT_mod_photon/src/Listener.cpp:3:
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/JVector.h: In member function 'void ExitGames::Common::JVector<EType>::verifyIndex(unsigned int) const':
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: error: 'L__FUNCTION__' was not declared in this scope
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/JVector.h:566:5: note: in expansion of macro 'EGLOG'
EGLOG(DebugLevel::ERRORS, L"JVector: Index Out Of Bounds");
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: note: suggested alternative: '__WFUNCTION__'
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/JVector.h:566:5: note: in expansion of macro 'EGLOG'
EGLOG(DebugLevel::ERRORS, L"JVector: Index Out Of Bounds");
^
In file included from C:/../GMXEXT_mod_photon/inc/Photon_lib.h:2:0,
from C:/../GMXEXT_mod_photon/src/Listener.cpp:3:
C:/../GMXEXT_mod_photon/inc/UIListener.h: At global scope:
C:/../GMXEXT_mod_photon/inc/UIListener.h:7:14: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr<UIListener> UIListenerPtr;
^~~~~~~~
In file included from C:/msys64/mingw32/include/c++/7.3.0/memory:80:0,
from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/JVector.h:12,
from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Hashtable.h:11,
from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/DictionaryBase.h:9,
from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Dictionary.h:9,
from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Common.h:11,
from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/LoadBalancing-cpp/inc/FriendInfo.h:9,
from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/LoadBalancing-cpp/inc/Client.h:9,
from C:/../GMXEXT_mod_photon/inc/Listener.h:1,
from C:/../GMXEXT_mod_photon/inc/Photon_lib.h:1,
from C:/../GMXEXT_mod_photon/src/Listener.cpp:3:
C:/msys64/mingw32/include/c++/7.3.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/porting.h:9:0,
from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Common.h:9,
from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/LoadBalancing-cpp/inc/FriendInfo.h:9,
from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/LoadBalancing-cpp/inc/Client.h:9,
from C:/../GMXEXT_mod_photon/inc/Listener.h:1,
from C:/../GMXEXT_mod_photon/inc/Photon_lib.h:1,
from C:/../GMXEXT_mod_photon/src/Listener.cpp:3:
C:/../GMXEXT_mod_photon/src/Listener.cpp: In member function 'virtual void Listener::connectionErrorReturn(int)':
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: error: 'L__FUNCTION__' was not declared in this scope
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:44:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::ERRORS, L"code: %d", errorCode);
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: note: suggested alternative: '__WFUNCTION__'
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:44:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::ERRORS, L"code: %d", errorCode);
^
C:/../GMXEXT_mod_photon/src/Listener.cpp: In member function 'virtual void Listener::clientErrorReturn(int)':
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: error: 'L__FUNCTION__' was not declared in this scope
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:52:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::ERRORS, L"code: %d", errorCode);
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: note: suggested alternative: '__WFUNCTION__'
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:52:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::ERRORS, L"code: %d", errorCode);
^
C:/../GMXEXT_mod_photon/src/Listener.cpp: In member function 'virtual void Listener::warningReturn(int)':
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: error: 'L__FUNCTION__' was not declared in this scope
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:58:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::WARNINGS, L"code: %d", warningCode);
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: note: suggested alternative: '__WFUNCTION__'
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:58:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::WARNINGS, L"code: %d", warningCode);
^
C:/../GMXEXT_mod_photon/src/Listener.cpp: In member function 'virtual void Listener::serverErrorReturn(int)':
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: error: 'L__FUNCTION__' was not declared in this scope
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:64:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::ERRORS, L"code: %d", errorCode);
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: note: suggested alternative: '__WFUNCTION__'
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:64:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::ERRORS, L"code: %d", errorCode);
^
C:/../GMXEXT_mod_photon/src/Listener.cpp: In member function 'virtual void Listener::joinRoomEventAction(int, const ExitGames::Common::JVector<int>&, const ExitGames::LoadBalancing::Player&)':
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: error: 'L__FUNCTION__' was not declared in this scope
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:70:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"%ls joined the game", player.getName().cstr());
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: note: suggested alternative: '__WFUNCTION__'
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:70:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"%ls joined the game", player.getName().cstr());
^
C:/../GMXEXT_mod_photon/src/Listener.cpp: In member function 'virtual void Listener::leaveRoomEventAction(int, bool)':
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: error: 'L__FUNCTION__' was not declared in this scope
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:97:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: note: suggested alternative: '__WFUNCTION__'
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:97:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
C:/../GMXEXT_mod_photon/src/Listener.cpp: In member function 'virtual void Listener::customEventAction(int, nByte, const ExitGames::Common::Object&)':
C:/../GMXEXT_mod_photon/src/Listener.cpp:194:24: warning: converting to non-pointer type 'int' from NULL [-Wconversion-null]
int destbuffer = NULL, destlength;
^~~~
In file included from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/porting.h:9:0,
from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Common.h:9,
from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/LoadBalancing-cpp/inc/FriendInfo.h:9,
from C:/../GMXEXT_mod_photon/PhotonLibs/Windows/LoadBalancing-cpp/inc/Client.h:9,
from C:/../GMXEXT_mod_photon/inc/Listener.h:1,
from C:/../GMXEXT_mod_photon/inc/Photon_lib.h:1,
from C:/../GMXEXT_mod_photon/src/Listener.cpp:3:
C:/../GMXEXT_mod_photon/src/Listener.cpp: In member function 'virtual void Listener::connectReturn(int, const ExitGames::Common::JString&, const ExitGames::Common::JString&)':
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: error: 'L__FUNCTION__' was not declared in this scope
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:259:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"connected to cluster " + cluster);
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: note: suggested alternative: '__WFUNCTION__'
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:259:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"connected to cluster " + cluster);
^
C:/../GMXEXT_mod_photon/src/Listener.cpp: In member function 'virtual void Listener::disconnectReturn()':
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: error: 'L__FUNCTION__' was not declared in this scope
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:274:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: note: suggested alternative: '__WFUNCTION__'
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:274:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
C:/../GMXEXT_mod_photon/src/Listener.cpp: In member function 'virtual void Listener::createRoomReturn(int, const ExitGames::Common::Hashtable&, const ExitGames::Common::Hashtable&, int, const ExitGames::Common::JString&)':
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: error: 'L__FUNCTION__' was not declared in this scope
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:282:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: note: suggested alternative: '__WFUNCTION__'
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:282:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
C:/../GMXEXT_mod_photon/src/Listener.cpp: In member function 'virtual void Listener::joinOrCreateRoomReturn(int, const ExitGames::Common::Hashtable&, const ExitGames::Common::Hashtable&, int, const ExitGames::Common::JString&)':
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: error: 'L__FUNCTION__' was not declared in this scope
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:304:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: note: suggested alternative: '__WFUNCTION__'
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:304:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
C:/../GMXEXT_mod_photon/src/Listener.cpp: In member function 'virtual void Listener::joinRoomReturn(int, const ExitGames::Common::Hashtable&, const ExitGames::Common::Hashtable&, int, const ExitGames::Common::JString&)':
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: error: 'L__FUNCTION__' was not declared in this scope
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:327:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: note: suggested alternative: '__WFUNCTION__'
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:327:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
C:/../GMXEXT_mod_photon/src/Listener.cpp: In member function 'virtual void Listener::joinRandomRoomReturn(int, const ExitGames::Common::Hashtable&, const ExitGames::Common::Hashtable&, int, const ExitGames::Common::JString&)':
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: error: 'L__FUNCTION__' was not declared in this scope
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:350:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: note: suggested alternative: '__WFUNCTION__'
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:350:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
C:/../GMXEXT_mod_photon/src/Listener.cpp: In member function 'virtual void Listener::leaveRoomReturn(int, const ExitGames::Common::JString&)':
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: error: 'L__FUNCTION__' was not declared in this scope
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:373:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: note: suggested alternative: '__WFUNCTION__'
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:373:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
C:/../GMXEXT_mod_photon/src/Listener.cpp: In member function 'virtual void Listener::joinLobbyReturn()':
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: error: 'L__FUNCTION__' was not declared in this scope
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:388:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: note: suggested alternative: '__WFUNCTION__'
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:388:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
C:/../GMXEXT_mod_photon/src/Listener.cpp: In member function 'virtual void Listener::leaveLobbyReturn()':
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: error: 'L__FUNCTION__' was not declared in this scope
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:394:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:132:23: note: suggested alternative: '__WFUNCTION__'
# define WIDEN2(str) (L ## str)
^
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:133:21: note: in expansion of macro 'WIDEN2'
# define WIDEN(str) WIDEN2(str)
^~~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/defines.h:140:25: note: in expansion of macro 'WIDEN'
# define __WFUNCTION__ WIDEN(__FUNCTION__)
^~~~~
C:/../GMXEXT_mod_photon/PhotonLibs/Windows/Common-cpp/inc/Logger.h:39:68: note: in expansion of macro '__WFUNCTION__'
# define EGLOG(debugLevel, ...) mLogger.log(debugLevel, __WFILE__, __WFUNCTION__, true, __LINE__, __VA_ARGS__)
^~~~~~~~~~~~~
C:/../GMXEXT_mod_photon/src/Listener.cpp:394:2: note: in expansion of macro 'EGLOG'
EGLOG(ExitGames::Common::DebugLevel::INFO, L"");
^
make[2]: *** [CMakeFiles/GMXEXT_mod_photon.dir/build.make:271: CMakeFiles/GMXEXT_mod_photon.dir/../GMXEXT_mod_photon/src/Listener.cpp.obj] Error 1
make[1]: *** [CMakeFiles/Makefile2:401: CMakeFiles/GMXEXT_mod_photon.dir/all] Error 2
make: *** [Makefile:84: all] Error 2