Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing cryptlib.lib, DK2WIN32.LIB and d3dx9.lib #20

Closed
FriskTheFallenHuman opened this issue Aug 22, 2020 · 3 comments
Closed

Missing cryptlib.lib, DK2WIN32.LIB and d3dx9.lib #20

FriskTheFallenHuman opened this issue Aug 22, 2020 · 3 comments
Labels
tc2 Only related to Team Comtress 2

Comments

@FriskTheFallenHuman
Copy link

like the title says the read has no mention about this 3 libs that are need for building the engine

@mastercoms
Copy link
Member

Full list of missing libs:

  • tier0/DESKey/DK2WIN32.LIB
  • lib/public/openvr_api.lib
  • lib/common/win32/2015/debug/cryptlib.lib
  • lib/common/win32/2015/release/binkw32.lib
  • lib/common/win32/2015/release/cryptlib.lib
  • lib/common/win32/2015/release/d3dx9.lib
  • lib/common/win32/2015/release/libjpeg.lib
  • lib/common/win32/2015/release/libpng.lib

co-made with @wgetJane

@mastercoms
Copy link
Member

Fixed in d6a0884

@mtashkinov
Copy link

It looks like I have exactly the same issue.
The creategameprojects_dev.bat outputs:

WARNING: Library '....\lib\common\win32\2015\release\cryptlib.lib' does not exist. Adding to project anyway.
WARNING: Library '....\lib\common\win32\2015\debug\cryptlib.lib' does not exist. Adding to project anyway.
...WARNING: Library '..\lib\common\win32\2015\release\cryptlib.lib' does not exist. Adding to project anyway.
WARNING: Library '..\lib\common\win32\2015\debug\cryptlib.lib' does not exist. Adding to project anyway.
.....WARNING: Library '..\lib\common\win32\2015\release\cryptlib.lib' does not exist. Adding to project anyway.
WARNING: Library '..\lib\common\win32\2015\debug\cryptlib.lib' does not exist. Adding to project anyway.
.WARNING: Library '..\lib\common\win32\2015\release\cryptlib.lib' does not exist. Adding to project anyway.
WARNING: Library '..\lib\common\win32\2015\debug\cryptlib.lib' does not exist. Adding to project anyway.
................WARNING: Library '....\lib\common\win32\2015\release\cryptlib.lib' does not exist. Adding to project anyway.
WARNING: Library '....\lib\common\win32\2015\debug\cryptlib.lib' does not exist. Adding to project anyway.
..WARNING: Library '....\lib\common\win32\2015\release\d3dx9.lib' does not exist. Adding to project anyway.

And the games.sln build fails with:

13>------ Build started: Project: engine, Configuration: Debug Win32 ------
8>LINK : fatal error LNK1104: cannot open file '....\lib\common\win32\2015\release\d3dx9.lib'
8>Done building project "shaderapidx9.vcxproj" -- FAILED.
10>LINK : fatal error LNK1104: cannot open file '..\lib\common\win32\2015\release\libjpeg.lib'
10>Done building project "replay.vcxproj" -- FAILED.
13>LINK : fatal error LNK1104: cannot open file '..\lib\common\win32\2015\release\binkw32.lib'
13>Done building project "engine.vcxproj" -- FAILED.
9>bsppack.vcxproj -> D:\team-comtress-2\utils\bsppack.\Debug.\bsppack.dll
9>Publishing to ......\game\bin.
9> 1 file(s) copied.
9> 1 file(s) copied.
11>LINK : fatal error LNK1104: cannot open file '....\lib\common\win32\2015\debug\cryptlib.lib'
11>Done building project "server_tf.vcxproj" -- FAILED.
12>LINK : fatal error LNK1104: cannot open file '....\lib\common\win32\2015\debug\cryptlib.lib'
12>Done building project "client_tf.vcxproj" -- FAILED.

Did I miss something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tc2 Only related to Team Comtress 2
Projects
None yet
Development

No branches or pull requests

4 participants