run compile-wx with error message

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

Moderator: Moderators

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

run compile-wx with error message

#1 Post by sofax222 »

I use the openkore SVN.
I already installl the ActivePerl 5.10, ActiveState Perl Dev Kit 9.0 and the MinGW.
I run the compile.bat in the src/build without error.
But, I run the compile-wx.bat with the following error:

Unable to open directory : No such file or directory at D:/Apps/ActvPerl/Perl/site/lib/Wx/Perl/Packager/MSWin.pm line 148.
Compilation failed in require at start.pl line 29.
BEGIN failed--compilation aborted at start.pl line 32.
'start.pl' had compilation errors.

Please give me a hand !

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

Re: run compile-wx with error message

#2 Post by kLabMouse »

sofax222 wrote:I use the openkore SVN.
I already installl the ActivePerl 5.10, ActiveState Perl Dev Kit 9.0 and the MinGW.
I run the compile.bat in the src/build without error.
But, I run the compile-wx.bat with the following error:

Please give me a hand !
Why you need to Recompile binaries?
We only do this, if we need to integrate some 3rd party package into binaries.
And thus cases are very rare.

For all you need, XSTools.dll and NetRedirect.dll are not bundled inside start.exe/wxstart.exe, so you can modify and recompile em as you wish.

If you wish to contribute something, please join our team.

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

Re: run compile-wx with error message

#3 Post by sofax222 »

Actually, I download the openKore SVN version from http://openkore.collectskin.com/.
It does not include the wxstart.exe file ! So, I want build it.

I has been a programmer for over 17 years.
I have maintened a named "spKore" bot that is from a named "zKore".
That is a pure Perl program...

Yes, I am interest in programming bot for RO.
But, I don't know what can I do !??
May be I need work more hard to understand the openKore...
Last edited by sofax222 on 10 Dec 2010, 20:40, edited 1 time in total.

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: run compile-wx with error message

#4 Post by EternalHarvest »

If you want binaries, you can find out where to grab them in http://openkore.com/index.php/FAQ

These binaries are just standalone Perl interpreter with required modules bundled, but you can run OpenKore without these if you have Perl - just run openkore.pl.

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

Re: run compile-wx with error message

#5 Post by kLabMouse »

sofax222 wrote:Actually, I download the openKore SVN version from http://openkore.collectskin.com/.
It does not include the wxstart.exe file ! So, I want build it.

I has been a programmer for over 17 years.
I have maintened a named "spKore" bot that is from a named "zKore".
That is a pure Perl program...

Yes, I am interest in programming bot for RO.
But, I know what can I do !??
May be I need work more hard to understand the openKore...
wxstart.exe is already prebuild.
Download from http://misc.openkore.com

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

Re: run compile-wx with error message

#6 Post by sofax222 »

EternalHarvest wrote:If you want binaries, you can find out where to grab them in http://openkore.com/index.php/FAQ

These binaries are just standalone Perl interpreter with required modules bundled, but you can run OpenKore without these if you have Perl - just run openkore.pl.
Thanks !
I don't want the binaries. I has installed the ActivePerl 5.10.
Actually, I just want to know how to build the wxstart.
The other words, what I need for building the wxstart.exe !?

In fact, I has downloaded and builded the wxbase28u....dll's, wxmsw28u...dll's and stlport.5.1.dll.
But, it still is not work. The buikding error (in Chinese) is such as:
"無法夫到程序輸入點? ...... (在動態連結程式庫 wxmsw28u_core_vc_custom.dll)"
It could mean:
"Can not find the entry point of program ? .... (in dynamic link library wxmsw28u_core_vc_custom.dll)"

What is wrong in the wxmsw28u_core_vc_custom.dll that I builded with VC6.0 ??

Locked