Skip to content

build.py error #4

@primej8

Description

@primej8

when build.py is run i get "Traceback (most recent call last):
File "c:\Users\user\Downloads\gecko-codes-master\gecko-codes-master\build.py", line 195, in
run_build("nsmbw", "Lift-Anything")
File "c:\Users\user\Downloads\gecko-codes-master\gecko-codes-master\build.py", line 127, in run_build
result = subprocess.run([path_cc, "-S", path_src, "-Isource", "-o-", "-D__POWERPC__"] + ccflags.split(" ") + warning_flags.split(" "), stdout=subprocess.PIPE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Python312\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\subprocess.py", line 1026, in init
self.execute_child(args, executable, preexec_fn, close_fds,
File "C:\Python312\Lib\subprocess.py", line 1538, in execute_child
hp, ht, pid, tid = winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified
PS C:\Users\user\Downloads\gecko-codes-master\gecko-codes-master> & C:/Python312/python.exe c:/Users/user/Downloads/gecko-codes-master/gecko-codes-master/build.py
Traceback (most recent call last):
File "c:\Users\user\Downloads\gecko-codes-master\gecko-codes-master\build.py", line 195, in
run_build("nsmbw", "Lift-Anything")
File "c:\Users\user\Downloads\gecko-codes-master\gecko-codes-master\build.py", line 127, in run_build
result = subprocess.run([path_cc, "-S", path_src, "-Isource", "-o-", "-D__POWERPC
"] + ccflags.split(" ") + warning_flags.split(" "), stdout=subprocess.PIPE)
PS C:\Users\user\Downloads\gecko-codes-master\gecko-codes-master> & C:/Python312/python.exe c:/Users/user/Downloads/gecko-codes-master/gecko-codes-master/build.py
Traceback (most recent call last):
File "c:\Users\user\Downloads\gecko-codes-master\gecko-codes-master\build.py", line 195, in
run_build("nsmbw", "Lift-Anything")
File "c:\Users\user\Downloads\gecko-codes-master\gecko-codes-master\build.py", line 127, in run_build
result = subprocess.run([path_cc, "-S", path_src, "-Isource", "-o-", "-D__POWERPC
_"] + ccflags.split(" ") + warning_flags.split(" "), stdout=subprocess.PIPE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\subprocess.py", line 1026, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Python312\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions