Fedora 18 compilation failed

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
ptcarino
Plain Yogurt
Plain Yogurt
Posts: 62
Joined: 17 Jul 2010, 00:48
Noob?: No
Location: pRO Valkyrie

Fedora 18 compilation failed

#1 Post by ptcarino »

i've done the necessary steps to run openkore on linux (fedora 18)
unfortunately i get this error

Code: Select all

make: Entering directory `/home/ptcarino/Desktop/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 7.27.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 ...
Null filename used at -e line 13.
scons: *** [src/auto/XSTools/PaddedPackets/PaddedPackets.xs.cpp] Error 25
scons: building terminated because of errors.
Compilation failed. Please read http://wiki.openkore.com/index.php/How_to_run_OpenKore for help.
make: Leaving directory `/home/ptcarino/Desktop/Openkore'
Can't locate loadable object for module XSTools in @INC (@INC contains: /home/ptcarino/Desktop/Openkore/src/deps /home/ptcarino/Desktop/Openkore/src /home/ptcarino/Desktop/Openkore /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /home/ptcarino/Desktop/Openkore/src/Translation.pm line 30.
seems like a problem with XSTools?

Code: Select all

scons: *** [src/auto/XSTools/PaddedPackets/PaddedPackets.xs.cpp] Error 25
scons: building terminated because of errors.
im currently exploring the world of linux and fedora is kinda tough on me. i managed to make it work on ubuntu.
Image

Yamashita Ren
Noob
Noob
Posts: 5
Joined: 22 Aug 2013, 20:34
Noob?: No

Re: Fedora 18 compilation failed

#2 Post by Yamashita Ren »

I have the exact same problem on Fedora 19.
The devs seem to be aware of this : http://forums.openkore.com/viewtopic.ph ... dedpackets

Locked