RUN with Active Perl 5.12 ?

Wrote new code? Fixed a bug? Want to discuss technical stuff? Feel free to post it here.

Moderator: Moderators

sofax222
Developers
Developers
Posts: 214
Joined: 24 Nov 2010, 03:08
Noob?: Yes

RUN with Active Perl 5.12 ?

#1 Post by sofax222 »

Could the openkore run with Active Perl 5.12 ?
It seems to be nagetive !
So, how to make that the openkore could run with Active Perl 5.12 ?
To re-biold the XSTools with Active Perl 5.12 (perl512.dll) ?
Or something else ?
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: RUN with Active Perl 5.12 ?

#2 Post by kLabMouse »

sofax222 wrote:Could the openkore run with Active Perl 5.12 ?
It seems to be nagetive !
So, how to make that the openkore could run with Active Perl 5.12 ?
To re-biold the XSTools with Active Perl 5.12 (perl512.dll) ?
Or something else ?
Yes. Rebuild it.
Actually it's quite simple. You could guess by yourself.
sofax222
Developers
Developers
Posts: 214
Joined: 24 Nov 2010, 03:08
Noob?: Yes

Re: RUN with Active Perl 5.12 ?

#3 Post by sofax222 »

Waht do I need for re-building the XSTools.dll ?
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: RUN with Active Perl 5.12 ?

#4 Post by kLabMouse »

sofax222 wrote:Waht do I need for re-building the XSTools.dll ?
Python and GCC MingW
sofax222
Developers
Developers
Posts: 214
Joined: 24 Nov 2010, 03:08
Noob?: Yes

Re: RUN with Active Perl 5.12 ?

#5 Post by sofax222 »

kLabMouse wrote:
sofax222 wrote:Waht do I need for re-building the XSTools.dll ?
Python and GCC MingW
I has installed the Python and GCC MinGW..
But, how to build the XSTools.ll with Python and GCC MinGW ?
Run the command "mingw32-make" under the openkore folder, don't ?
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: RUN with Active Perl 5.12 ?

#6 Post by kLabMouse »

sofax222 wrote:
kLabMouse wrote:
sofax222 wrote:Waht do I need for re-building the XSTools.dll ?
Python and GCC MingW
I has installed the Python and GCC MinGW..
But, how to build the XSTools.ll with Python and GCC MinGW ?
Run the command "mingw32-make" under the openkore folder, don't ?
nope. Run SCons from OpenKore root.
SCons uses Python, and should detect MingW.
there is a line in makefile. The windows command should be similar to that.
sofax222
Developers
Developers
Posts: 214
Joined: 24 Nov 2010, 03:08
Noob?: Yes

Re: RUN with Active Perl 5.12 ?

#7 Post by sofax222 »

Thank you very much !
I got it !