Can not Compile wxstart.exe

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

Moderator: Moderators

Message
Author
IGInvisible
Noob
Noob
Posts: 5
Joined: 28 Apr 2009, 03:01
Noob?: No

Can not Compile wxstart.exe

#1 Post by IGInvisible »

Hi,

i have install all packet (via Cpan). I must rebuild the start / wxstart. I need special libs from perl.
start.exe will done to compile, but the wxstart post an error
Unable to open directory : No such file or directory at C:/Perl/site/lib/Wx/Per
l/Packager/MSWin.pm line 148.
Compilation failed in require at start.pl line 29.
BEGIN failed--compilation aborted at start.pl line 32.
I have install Packager::MSWin but i dosnt know how i can find the dll and i dont know where i must copy that :(
Can someone help me please ?

Windows 7
ActivePerl 5.10.1
ActiveState Perl Dev Kit 9

Sorry for my very bad english.

mfg IGInvisible

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

Re: Can not Compile wxstart.exe

#2 Post by kLabMouse »

Files from http://misc.openkore.com are now compiled using ActivePerl 5.12.2;
Plus, they include a few fixes here and there, that where needed. Also, they are in SVN now too.

P.S.
I suggest you use:
Python 2.x, SCons (Included), ActivePerl 5.12, and other needed tools.

As for Perl 5.12, the modules are better compiled using 'cpan'.

IGInvisible
Noob
Noob
Posts: 5
Joined: 28 Apr 2009, 03:01
Noob?: No

Re: Can not Compile wxstart.exe

#3 Post by IGInvisible »

i dosnt need the "normaly" wxstart.exe, i must compile self ! i required DBI and other Libs into the exe.

ActivePerl 64 or 32 Bit ?
I remember i have try to compile with 64bit but they dosnt work (its long time a go)

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

Re: Can not Compile wxstart.exe

#4 Post by kLabMouse »

IGInvisible wrote:i dosnt need the "normaly" wxstart.exe, i must compile self ! i required DBI and other Libs into the exe.

ActivePerl 64 or 32 Bit ?
I remember i have try to compile with 64bit but they dosnt work (its long time a go)
No. There is no Support for x64 yet.
the XSTools and NetRedierct are ready made for Perl 5.12, so no need to compile them.

Use the x86. And For you, you does not need to compile them, just add the wxperl packages from wxperl repos using 'ppm' or compile em using 'cpan'.

Locked