You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Hi!, I want to start OpenKore in my Fedora, I have installed all dependencies for Linux like in the documentation. When I execute ./openkore.pl to compile the OpenKore, I got an error like below and I found src/auto/XSTools/PaddedPackets/PaddedPackets.xs.cpp file is empty. I wonder it is because I am using Python3, so I wrap OpenKore into virtualenv with Python2 and still no luck. Am I missing something?!
Thanks!
(openkore) mario@fedora:~/Codes/openkore$ ./openkore.pl
make: Entering directory '/home/mario/Codes/openkore'
scons: Reading SConscript files ...
Checking Perl configuration ...(cached) yes
Checking for C library ncurses... (cached) yes
Checking for GNU readline 4.3 or higher...(cached) yes
Checking for libcurl...(cached) libcurl 8.6.0
scons: done reading SConscript files.
scons: Building targets ...
buildXS(["src/auto/XSTools/PaddedPackets/PaddedPackets.xs.cpp"], ["src/auto/XSTools/PaddedPackets/PaddedPackets.xs"])
Creating src/auto/XSTools/PaddedPackets/PaddedPackets.xs.cpp ...
Missing or undefined argument to do at -e line 13.
scons: *** [src/auto/XSTools/PaddedPackets/PaddedPackets.xs.cpp] Error 25
scons: building terminated because of errors.
Compilation failed. Please read https://openkore.com/wiki/How_to_run_OpenKore for help.
make: Leaving directory '/home/mario/Codes/openkore'
Can't locate loadable object for module XSTools in @INC (@INC contains: /home/mario/Codes/openkore/src/deps /home/mario/Codes/openkore/src /home/mario/Codes/openkore /usr/local/lib64/perl5/5.38 /usr/local/share/perl5/5.38 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5) at /home/mario/Codes/openkore/src/Translation.pm line 30.
The text was updated successfully, but these errors were encountered:
------------------ Openkore Issues Template ------------------
Hi!, I want to start OpenKore in my Fedora, I have installed all dependencies for Linux like in the documentation. When I execute
./openkore.pl
to compile the OpenKore, I got an error like below and I foundsrc/auto/XSTools/PaddedPackets/PaddedPackets.xs.cpp
file is empty. I wonder it is because I am using Python3, so I wrap OpenKore into virtualenv with Python2 and still no luck. Am I missing something?!Thanks!
The text was updated successfully, but these errors were encountered: