Thread: Compiling MM:S
View Single Post
Author Message
sittingbull
Junior Member
Join Date: Feb 2020
Old 02-26-2020 , 18:04   Compiling MM:S
Reply With Quote #1

Hi guys, trying to compile metamod source and when i run configure.py this is what i get

PHP Code:
C:\alliedmodders\mmsource-1.10\build>python ../configure.py --sdks=dota
Checking c compiler 
(vendor test msvc)... ['cl''test.c''-o''test.exe']
found msvc version 1924
Checking cxx compiler 
(vendor test msvc)... ['cl''test.cxx''-o''testp.exe']
found msvc version 1924
hg parent 
-R C:\alliedmodders\mmsource-1.10
Traceback 
(most recent call last):
  
File "../configure.py"line 13in <module>
    
run.Configure(sys.path[0])
  
File "C:\Python27\lib\site-packages\ambuild\runner.py"line 113in Configure
    self
.LoadFile(os.path.join(self.sourceFolder'AMBuildScript'))
  
File "C:\Python27\lib\site-packages\ambuild\runner.py"line 137in LoadFile
    _execfile
(pathglobals)
  
File "C:\Python27\lib\site-packages\ambuild\runner.py"line 12in _execfile
    exec
(compile(open(file).read(), file'exec'), globals)
  
File "C:\alliedmodders\mmsource-1.10\AMBuildScript"line 405in <module>
    
AMBuild.Include(os.path.join('support''buildbot''Versioning'), globals)
  
File "C:\Python27\lib\site-packages\ambuild\runner.py"line 128in Include
    
self.LoadFile(os.path.join(self.sourceFolderpath), xtras)
  
File "C:\Python27\lib\site-packages\ambuild\runner.py"line 137in LoadFile
    _execfile
(pathglobals)
  
File "C:\Python27\lib\site-packages\ambuild\runner.py"line 12in _execfile
    exec
(compile(open(file).read(), file'exec'), globals)
  
File "C:\alliedmodders\mmsource-1.10\support\buildbot\Versioning"line 55in <module>
    
PerformReversioning()
  
File "C:\alliedmodders\mmsource-1.10\support\buildbot\Versioning"line 18in PerformReversioning
    rev
cset GetVersion()
  
File "C:\alliedmodders\mmsource-1.10\support\buildbot\Versioning"line 11in GetVersion
    p 
command.RunDirectCommand(AMBuildargs)
  
File "C:\Python27\lib\site-packages\ambuild\command.py"line 84in RunDirectCommand
    p 
subprocess.Popen(**args)
  
File "C:\Python27\lib\subprocess.py"line 394in __init__
    errread
errwrite)
  
File "C:\Python27\lib\subprocess.py"line 644in _execute_child
    startupinfo
)
WindowsError: [Error 2The system cannot find the file specified 
Any idea how I fix this?
sittingbull is offline