Jump to content
TrinityCore

alfa

Plebs
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

alfa's Achievements

Newbie

Newbie (1/14)

  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

2

Reputation

  1. I have a problem when compiling, how to solve it? /home/source/src/server/game/Movement/PathGenerator.cpp:102:94: error: too few arguments to function call, expected 4, have 3 if (dtStatusFailed(_navMeshQuery->closestPointOnPoly(polyPath, point, closestPoint))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /home/source/dep/recastnavigation/Detour/DetourNavMeshQuery.h:383:2: note: 'closestPointOnPoly' declared here dtStatus closestPointOnPoly(dtPolyRef ref, const float* pos, float* closest, bool* posOverPoly) const; ^ /home/source/src/server/game/Movement/PathGenerator.cpp:233:98: error: too few arguments to function call, expected 4, have 3 if (dtStatusSucceed(_navMeshQuery->closestPointOnPoly(endPoly, endPoint, closestPoint))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /home/source/dep/recastnavigation/Detour/DetourNavMeshQuery.h:383:2: note: 'closestPointOnPoly' declared here dtStatus closestPointOnPoly(dtPolyRef ref, const float* pos, float* closest, bool* posOverPoly) const; ^ /home/source/src/server/game/Movement/PathGenerator.cpp:324:103: error: too few arguments to function call, expected 4, have 3 if (dtStatusFailed(_navMeshQuery->closestPointOnPoly(suffixStartPoly, endPoint, suffixEndPoint))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /home/source/dep/recastnavigation/Detour/DetourNavMeshQuery.h:383:2: note: 'closestPointOnPoly' declared here dtStatus closestPointOnPoly(dtPolyRef ref, const float* pos, float* closest, bool* posOverPoly) const; ^ /home/source/src/server/game/Movement/PathGenerator.cpp:330:107: error: too few arguments to function call, expected 4, have 3 if (dtStatusFailed(_navMeshQuery->closestPointOnPoly(suffixStartPoly, endPoint, suffixEndPoint))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ /home/source/dep/recastnavigation/Detour/DetourNavMeshQuery.h:383:2: note: 'closestPointOnPoly' declared here dtStatus closestPointOnPoly(dtPolyRef ref, const float* pos, float* closest, bool* posOverPoly) const;
  2. Problem solved libssl-1.0.0.so close topic
  3. Do you know how to solve this problem?
  4. cmake: Installed: 3.9.1-1 Tabela wersji: *** 3.9.1-1 500 500 http://pl.archive.ubuntu.com/ubuntu artful/main amd64 Packages 100 /var/lib/dpkg/status
  5. OpenSSL 1.0.2g 1 Mar 2016 libssl-dev is already the newest version (1.0.2g-1ubuntu13.3).
  6. CMake Deprecation Warning at CMakeLists.txt:22 (cmake_policy): The OLD behavior for policy CMP0005 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. -- Detected 64-bit platform -- UNIX: Using default configuration directory -- UNIX: Using default library directory -- UNIX: Configuring uninstall target -- UNIX: Created uninstall target -- UNIX: Detected compiler: /usr/bin/cc -- cotire 1.7.10 loaded. -- Using mysql-config: /usr/bin/mysql_config -- Found MySQL library: /usr/lib/x86_64-linux-gnu/libmysqlclient.so -- Found MySQL headers: /usr/include/mysql -- Found MySQL executable: /usr/bin/mysql -- Found git binary : /usr/bin/git * TrinityCore revision : db525a14011a 2018-01-26 00:06:50 -0200 (3.3.5 branch) * TrinityCore buildtype : RelWithDebInfo * Install core to : /home/alfa/server * Install libraries to : /home/alfa/server/lib * Install configs to : /home/alfa/server/etc * Build world/auth : Yes (default) * Build with scripts : Yes (static) * Build map/vmap tools : Yes (default) * Build core w/PCH : Yes (default) * Build scripts w/PCH : Yes (default) * Show compile-warnings : No (default) * Use coreside debug : No (default) * Show source tree : Yes (hierarchical) * Use GIT revision hash : Yes (default) -- Boost version: 1.62.0 -- Found the following Boost libraries: -- system -- filesystem -- thread -- program_options -- iostreams -- regex -- Found OpenSSL library: /usr/local/lib/libssl.so;/usr/local/lib/libcrypto.so -- Found OpenSSL headers: /usr/local/include -- Found Readline library: /usr/lib/x86_64-linux-gnu/libreadline.so -- Include dir is: /usr/include * Script configuration (static): | +- worldserver | +- Commands | +- Custom | +- EasternKingdoms | +- Events | +- Kalimdor | +- Northrend | +- OutdoorPvP | +- Outland | +- Pet | +- Spells | +- World | -- Configuring done -- Generating done -- Build files have been written to: /home/alfa/TrinityCore/build
  7. [ 37%] Linking CXX executable authserver CMakeFiles/authserver.dir/Main.cpp.o: In function `operator()': /home/alfa/TrinityCore/src/server/authserver/Main.cpp:118: undefined reference to `SSLeay_version' clang: error: linker command failed with exit code 1 (use -v to see invocation) src/server/authserver/CMakeFiles/authserver.dir/build.make:207: polecenia dla obiektu 'src/server/authserver/authserver' nie powiodły się make[2]: *** [src/server/authserver/authserver] Błąd 1 CMakeFiles/Makefile2:1405: polecenia dla obiektu 'src/server/authserver/CMakeFiles/authserver.dir/all' nie powiodły się make[1]: *** [src/server/authserver/CMakeFiles/authserver.dir/all] Błąd 2 Makefile:129: polecenia dla obiektu 'all' nie powiodły się make: *** [all] Błąd 2 System: Ubuntu 17.10 How to solve this problem ?
  8. I have a problem with the compilation, pops up this error: error C1189: # error: sizeof (void *) is neither sizeof (int) nor sizeof (long) nor sizeof (long long) (C: TC2 TrinityCore dep mysqllite libmysql get_password.c) C: TC2 TrinityCore dep mysqllite include my_global.h 947 1 libmysql rev: fd910567ec Compiler: VS2013 Ultimate Update 2 Cmake 2.8 Git: 1.9.4 MySQL Community 5.5 CMake Warning (dev) in dep/mysqllite/CMakeLists.txt: Policy CMP0043 is not set: Ignore COMPILE_DEFINITIONS_<Config> properties. Run "cmake --help-policy CMP0043" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. Ok already did it, - all is well
×
×
  • Create New...