Compilation Error

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

Moderator: Moderators

shadow7128
Noob
Noob
Posts: 3
Joined: 28 Jan 2011, 03:29
Noob?: Yes

Compilation Error

#1 Post by shadow7128 »

Hello!

I tried to compile the latest Openkore source in a Windows XP machine. However, I keep getting this error when I type "perl ./openkore.pl" in the command line:

Code: Select all

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\openkore_SRC>perl ./openkore.pl
Can't locate loadable object for module XSTools in @INC (@INC contains: C:/openk
ore_SRC/src/deps C:/openkore_SRC/src C:/openkore_SRC C:/Perl/site/lib C:/Perl/li
b .) at ./openkore.pl line 25
Error: XSTools.dll is not found. Please check your installation.
I have the following installed:
ActivePerl 5.12.2
ActivePython 2.7 (all the modules installed)
Latest cygwin

I am not sure if libcurl is installed properly; I installed it via ActivePython.

Any help regarding this error would be greatly appreciated.


Thank you!
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Compilation Error

#2 Post by kLabMouse »

shadow7128 wrote:Can't locate loadable object for module XSTools in @INC (@INC contains: C:/openk
ore_SRC/src/deps C:/openkore_SRC/src C:/openkore_SRC C:/Perl/site/lib C:/Perl/li
b .) at ./openkore.pl line 25
Error: XSTools.dll is not found. Please check your installation.[/code]
Well, the error say, that you need to compile or use compiled XSTools.dll.
The compiled XSTools.dll for Perl v5.12 could be downloaded from http://misc.openkore.com
shadow7128
Noob
Noob
Posts: 3
Joined: 28 Jan 2011, 03:29
Noob?: Yes

Re: Compilation Error

#3 Post by shadow7128 »

How can I compile XSTools.dll? The wiki said that XSTools will automatically be compiled when I run openkore.pl.

Please advise.


Thank you!
User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: Compilation Error

#4 Post by kLabMouse »

shadow7128 wrote:How can I compile XSTools.dll? The wiki said that XSTools will automatically be compiled when I run openkore.pl.

Please advise.


Thank you!
yeah. For non Windows Environment only.
shadow7128
Noob
Noob
Posts: 3
Joined: 28 Jan 2011, 03:29
Noob?: Yes

Re: Compilation Error

#5 Post by shadow7128 »

kLabMouse wrote:
shadow7128 wrote:How can I compile XSTools.dll? The wiki said that XSTools will automatically be compiled when I run openkore.pl.

Please advise.


Thank you!
yeah. For non Windows Environment only.
Oh, okay. Thanks for the help.