• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OTClient [OTCLIENT] glew32s.lib

Sekinpu

New Member
Joined
Jul 7, 2020
Messages
26
Solutions
1
Reaction score
1
can someone help me with this ? :S

Code:
1>------ Build started: Project: otclient, Configuration: Release Win32 ------
1>LINK : fatal error LNK1181: cannot open input file 'glew32s.lib'
1>Done building project "otclient.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
 
i write :
Code:
./vcpkg install boost-iostreams:x86-windows boost-asio:x86-windows boost-system:x86-windows boost-variant:x86-windows boost-lockfree:x86-windows luajit:x86-windows glew:x86-windows boost-filesystem:x86-windows boost-uuid:x86-windows physfs:x86-windows openal-soft:x86-windows libogg:x86-windows libvorbis:x86-windows zlib:x86-windows opengl:x86-windows
and get :
1594521344428.png
 
i write :
Code:
./vcpkg install boost-iostreams:x86-windows boost-asio:x86-windows boost-system:x86-windows boost-variant:x86-windows boost-lockfree:x86-windows luajit:x86-windows glew:x86-windows boost-filesystem:x86-windows boost-uuid:x86-windows physfs:x86-windows openal-soft:x86-windows libogg:x86-windows libvorbis:x86-windows zlib:x86-windows opengl:x86-windows
and get :
View attachment 47399
Could you attach the log files that are shown here?
 
out.log:
Code:
Building the B2 engine..
Call_If_Exists "bin\VCVARS32.BAT"
###
### Using 'msvc' toolset.
###

C:\vcpkg\packages\boost-build_x86-windows\tools\boost-build\src\engine>cl /nologo /Zi /MT /TP /Feb2 /wd4996 /Ox /GL   -DNDEBUG  builtins.cpp class.cpp command.cpp compile.cpp constants.cpp cwd.cpp debug.cpp debugger.cpp execcmd.cpp execnt.cpp filent.cpp filesys.cpp frames.cpp function.cpp glob.cpp hash.cpp hcache.cpp hdrmacro.cpp headers.cpp jam.cpp jambase.cpp jamgram.cpp lists.cpp make.cpp make1.cpp md5.cpp mem.cpp modules.cpp native.cpp object.cpp option.cpp output.cpp parse.cpp pathnt.cpp pathsys.cpp regexp.cpp rules.cpp scan.cpp search.cpp jam_strings.cpp subst.cpp sysinfo.cpp timestamp.cpp variable.cpp w32_getreg.cpp modules/order.cpp modules/path.cpp modules/property-set.cpp modules/regex.cpp modules/sequence.cpp modules/set.cpp /link kernel32.lib advapi32.lib user32.lib 

C:\vcpkg\packages\boost-build_x86-windows\tools\boost-build\src\engine>dir *.exe 
 Volume in drive C has no label.
 Volume Serial Number is AA2E-ED22

 Directory of C:\vcpkg\packages\boost-build_x86-windows\tools\boost-build\src\engine


C:\vcpkg\packages\boost-build_x86-windows\tools\boost-build\src\engine>copy /b .\b2.exe .\bjam.exe 
The system cannot find the file specified.

Failed to build the B2 engine.
and err.log:
Code:
'cl' is not recognized as an internal or external command,
operable program or batch file.
File Not Found
 
Last edited:
hello again i try:
Code:
vcpkg install boost-iostreams:x64-windows boost-asio:x64-windows boost-system:x64-windows boost-variant:x64-windows boost-lockfree:x64-windows luajit:x64-windows glew:x64-windows boost-filesystem:x64-windows boost-uuid:x64-windows physfs:x64-windows openal-soft:x64-windows libogg:x64-windows libvorbis:x64-windows zlib:x64-windows opengl:x64-windows
then i have :
1594933893595.png

and if i try build i have this error:

Code:
1>scheduledevent.cpp
1>timer.cpp
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(30): fatal error C1083: Cannot open include file: 'physfs.h': No such file or directory
1>Done building project "otclient.vcxproj" -- FAILED.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
im add liberty physfs and gry only
Code:
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\filestream.cpp(71): error C3861: 'PHYSFS_readBytes': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\filestream.cpp(100): error C3861: 'PHYSFS_writeBytes': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\filestream.cpp(112): error C3861: 'PHYSFS_readBytes': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\filestream.cpp(133): error C3861: 'PHYSFS_writeBytes': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\filestream.cpp(187): error C3861: 'PHYSFS_readBytes': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\filestream.cpp(250): error C3861: 'PHYSFS_readBytes': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\filestream.cpp(316): error C3861: 'PHYSFS_readBytes': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\filestream.cpp(357): error C3861: 'PHYSFS_writeBytes': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\filestream.cpp(404): error C3861: 'PHYSFS_writeBytes': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\filestream.cpp(458): error C3861: 'PHYSFS_getLastErrorCode': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\filestream.cpp(458): error C3861: 'PHYSFS_getErrorByCode': identifier not found
1>modulemanager.cpp
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\sound\declarations.h(30): fatal error C1083: Cannot open include file: 'AL/al.h': No such file or directory (compiling source file ..\src\framework\core\graphicalapplication.cpp)
1>resourcemanager.cpp
1>scheduledevent.cpp
1>timer.cpp
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(64): error C3861: 'PHYSFS_unmount': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(83): error C3861: 'PHYSFS_getLastErrorCode': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(83): error C3861: 'PHYSFS_getErrorByCode': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(93): error C3861: 'PHYSFS_getLastErrorCode': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(93): error C3861: 'PHYSFS_getErrorByCode': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(136): error C3861: 'PHYSFS_unmount': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(153): error C3861: 'PHYSFS_getLastErrorCode': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(153): error C3861: 'PHYSFS_getErrorByCode': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(165): error C2065: 'PHYSFS_Stat': undeclared identifier
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(165): error C2146: syntax error: missing ';' before identifier 'stat'
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(165): error C3079: an initializer list cannot be used as the right operand of this assignment operator
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(166): error C3861: 'PHYSFS_stat': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(170): error C2065: 'PHYSFS_FILETYPE_DIRECTORY': undeclared identifier
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(191): error C3861: 'PHYSFS_getLastErrorCode': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(191): error C3861: 'PHYSFS_getErrorByCode': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(195): error C3861: 'PHYSFS_readBytes': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(205): error C3861: 'PHYSFS_getLastErrorCode': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(205): error C3861: 'PHYSFS_getErrorByCode': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(209): error C3861: 'PHYSFS_writeBytes': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(238): error C3861: 'PHYSFS_getLastErrorCode': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(238): error C3861: 'PHYSFS_getErrorByCode': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(246): error C3861: 'PHYSFS_getLastErrorCode': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(246): error C3861: 'PHYSFS_getErrorByCode': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(254): error C3861: 'PHYSFS_getLastErrorCode': identifier not found
1>c:\users\kompiuter\desktop\forgottenserver-10.79-flash-dev\otclient-cache-for-all\src\framework\core\resourcemanager.cpp(254): error C3861: 'PHYSFS_getErrorByCode': identifier not found
1>Done building project "otclient.vcxproj" -- FAILED.
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
 
Last edited:
I tried and tried until I got to this situation :
Code:
1>------ Build started: Project: otclient, Configuration: Release x64 ------
1>Using triplet "x64-windows" from "D:\vcpkg\installed\x64-windows\"
1>   Creating library C:\Users\kompiuter\Desktop\otclient-cache-for-all\vc14\../otclient.lib and object C:\Users\kompiuter\Desktop\otclient-cache-for-all\vc14\../otclient.exp
1>filestream.obj : error LNK2001: unresolved external symbol PHYSFS_readBytes
1>filestream.obj : error LNK2001: unresolved external symbol PHYSFS_writeBytes
1>filestream.obj : error LNK2001: unresolved external symbol PHYSFS_getErrorByCode
1>filestream.obj : error LNK2001: unresolved external symbol PHYSFS_getLastErrorCode
1>resourcemanager.obj : error LNK2001: unresolved external symbol PHYSFS_stat
1>resourcemanager.obj : error LNK2001: unresolved external symbol PHYSFS_unmount
1>C:\Users\kompiuter\Desktop\otclient-cache-for-all\vc14\../otclient.exe : fatal error LNK1120: 6 unresolved externals
1>Done building project "otclient.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
however, I will add that PHYSFS 3.0.1 but lib is from : 2.0.3.1
 
Back
Top