aMule Forum

English => Compilation problems => Topic started by: Briaj on August 30, 2008, 01:25:01 PM

Title: Amule 2.2.2 GUI compilation for windows success!
Post by: Briaj on August 30, 2008, 01:25:01 PM
Hi guys, I have get to compile the GUI of Amule 2.2.2 for Windows. If you would like to try it, send me an email to darkman.forever@hotmail.com

Thanks to all and improve the sharing power!
Title: Re: Amule 2.2.2 GUI compilation for windows success!
Post by: Stu Redman on August 31, 2008, 12:48:29 PM
So what ? There is a MSVC project and a Wiki article describing how to do it.
Title: Re: Amule 2.2.2 GUI compilation for windows success!
Post by: hlidea on September 05, 2008, 05:08:28 AM
Hi guys, I have get to compile the GUI of Amule 2.2.2 for Windows. If you would like to try it, send me an email to darkman.forever@hotmail.com

Thanks to all and improve the sharing power!
hi Briaj ,

Could you please write a step by step guide to show how to compile the amule 2.2.2 for windows. I follow the wiki to complile, but failed.It seems the wiki is a little outdated.  :-[ :-[
 
Title: Re: Amule 2.2.2 GUI compilation for windows success!
Post by: Stu Redman on September 07, 2008, 02:35:06 PM
If you posted a problem description you might get help here.  ::)

Edit: compile it as Release, Debug is buggy in 2.2.2 .
Title: Re: Amule 2.2.2 GUI compilation for windows success!
Post by: hlidea on September 08, 2008, 04:47:35 AM
If you posted a problem description you might get help here.  ::)

Edit: compile it as Release, Debug is buggy in 2.2.2 .
Thanks for your reply. Finally I solved the compile problem by myself. At first, I followed the wiki to use the wxMSW-2.8.8, but it can not be correctly compiled in MinGW.Later, I used the official wxWidgets-2.8.7.tar.bz2 and compiled in MinGW with no problem.

 "Windows port of wxWidgets library (knows as wxMSW) -> Download (2.8.8) "   <---I think this item on the wiki is a little misleading.You can just use the official wxWidgets.
Title: Re: Amule 2.2.2 GUI compilation for windows success!
Post by: GonoszTopi on September 08, 2008, 12:18:53 PM
Thanks for the report, corrected.
Title: Re: Amule 2.2.2 GUI compilation for windows success!
Post by: Stu Redman on September 08, 2008, 11:28:32 PM
Not so hasty...
I've just fired up good ole MingGW and built wxMSW 2.8.8 and aMule (current SVN) - and it worked just fine.
At first, I followed the wiki to use the wxMSW-2.8.8, but it can not be correctly compiled in MinGW.
Please explain what went wrong. My guess is you made a mistake with the build, but did it right when you tried the other version.