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 ?
RUN with Active Perl 5.12 ?
Moderator: Moderators
-
- Developers
- Posts: 214
- Joined: 24 Nov 2010, 03:08
- Noob?: Yes
-
- Administrator
- Posts: 1301
- Joined: 24 Apr 2008, 12:02
Re: RUN with Active Perl 5.12 ?
Yes. Rebuild it.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 ?
Actually it's quite simple. You could guess by yourself.
-
- Developers
- Posts: 214
- Joined: 24 Nov 2010, 03:08
- Noob?: Yes
Re: RUN with Active Perl 5.12 ?
Waht do I need for re-building the XSTools.dll ?
-
- Administrator
- Posts: 1301
- Joined: 24 Apr 2008, 12:02
Re: RUN with Active Perl 5.12 ?
Python and GCC MingWsofax222 wrote:Waht do I need for re-building the XSTools.dll ?
-
- Developers
- Posts: 214
- Joined: 24 Nov 2010, 03:08
- Noob?: Yes
Re: RUN with Active Perl 5.12 ?
I has installed the Python and GCC MinGW..kLabMouse wrote:Python and GCC MingWsofax222 wrote:Waht do I need for re-building the XSTools.dll ?
But, how to build the XSTools.ll with Python and GCC MinGW ?
Run the command "mingw32-make" under the openkore folder, don't ?
-
- Administrator
- Posts: 1301
- Joined: 24 Apr 2008, 12:02
Re: RUN with Active Perl 5.12 ?
nope. Run SCons from OpenKore root.sofax222 wrote:I has installed the Python and GCC MinGW..kLabMouse wrote:Python and GCC MingWsofax222 wrote:Waht do I need for re-building the XSTools.dll ?
But, how to build the XSTools.ll with Python and GCC MinGW ?
Run the command "mingw32-make" under the openkore folder, don't ?
SCons uses Python, and should detect MingW.
there is a line in makefile. The windows command should be similar to that.
-
- Developers
- Posts: 214
- Joined: 24 Nov 2010, 03:08
- Noob?: Yes
Re: RUN with Active Perl 5.12 ?
Thank you very much !
I got it !
I got it !