View Single Post
SimonB
Junior Member
Join Date: Apr 2017
Location: home
Old 06-21-2017 , 09:22   Re: [ANY] SteamWorks
Reply With Quote #561

What im doing wrong?

make fail
Code:
In file included from extension.cpp:32:0:
extension.h:41:30: fatal error: isteamgameserver.h: No such file or directory
compilation terminated.
/home/test/sdk/SteamWorks/Extension/Makefile:222: recipe for target 'Release/extension.o' failed
make[1]: *** [Release/extension.o] Error 1
make[1]: Leaving directory '/home/test/sdk/SteamWorks/Extension'
Makefile:225: recipe for target 'all' failed
make: *** [all] Error 2
AMBuild fail
Code:
python /home/test/sdk/SteamWorks/configure.py --hl2sdk-root=/home/test/sdk/hl2sdk --sm-path=/home/test/sdk/sourcemod --mms-path=/home/test/sdk/metamod-source --enable-optimize
Traceback (most recent call last):
  File "/home/test/sdk/SteamWorks/configure.py", line 33, in <module>
    run.Configure()
  File "/usr/local/lib/python2.7/dist-packages/ambuild2/frontend/v2_0/prep.py", line 121, in Configure
    if not builder.generate():
  File "/usr/local/lib/python2.7/dist-packages/ambuild2/frontend/v2_0/base/gen.py", line 274, in generate
    self.parseBuildScripts()
  File "/usr/local/lib/python2.7/dist-packages/ambuild2/frontend/v2_0/base/gen.py", line 183, in parseBuildScripts
    self.evalScript(root)
  File "/usr/local/lib/python2.7/dist-packages/ambuild2/frontend/v2_0/base/gen.py", line 243, in evalScript
    exec(code, new_vars)
  File "/home/test/sdk/SteamWorks/AMBuildScript", line 311, in <module>
    SteamWorks.detectSDKs()
  File "/home/test/sdk/SteamWorks/AMBuildScript", line 73, in detectSDKs
    raise Exception('Could not find a valid path for {0}'.format(sdk.envvar))
Exception: Could not find a valid path for HL2SDK2013
Git i cloned:
https://github.com/KyleSanderson/SteamWorks
https://github.com/SteamRE/open-steamworks
https://github.com/alliedmodders/sourcemod/tree/1.6-dev
https://github.com/alliedmodders/hl2sdk
https://github.com/alliedmodders/metamod-source
https://github.com/alliedmodders/ambuild
all with --recursive.

Installed libs:
https://wiki.alliedmods.net/Building_SourceMod#Linux
SimonB is offline