Expanded Windows Compile Guide
Home › Forums › Development › Expanded Windows Compile Guide
- This topic is empty.
-
AuthorPosts
-
November 7, 2010 at 5:58 pm #26066stickmanParticipant
jhb50,
I have a problem when playing onlinemedia by turning on the auto playing next video option. When I am trying to stop the playing one video, it will still trying to go to the next one, when I try to stop that, it will go on to the next, it’s annoying. I think the correct logic is when the user chooses to stop playing a video, it won’t AUTOMATICALLY go on to the next, until the user chooses to do so and if the user does not intervene, then it will go on AUTOMATICALLY. Does this sound reasonable? Thanks.
November 7, 2010 at 9:50 pm #26067EdParticipantHi !
I did it ! i did it !
Many Many Many Thanks to jhb50 for your guide which is very useful and totally clear when you follow it step by step 🙂
WiiMC is my favorite apps on the wii (front games !!!) and it’s an honour to see how it’s done behind the curtain 😉
Big Up to all the amazing staff
Mylbee
November 8, 2010 at 3:54 am #26068cadbuscaParticipantmylbee:
Thanks for confirming the accuracy of the guide and assuring others how easy it is! Stay tuned for Enhancement Pack V coming soon!
November 8, 2010 at 4:12 am #26069cadbuscaParticipantdynmosaic: please pm me with details of this problem. This is not the thread for EP problems.
November 14, 2010 at 4:04 am #26070cadbuscaParticipantWhile there was no official SVN notice, it appears that effective with SVN649, WIIMC compiles require the installation of r22 of DevKitPro. See the official “Compile Instructions”. If you previously installed DevKitPro you need to run “devkitProUpdater-1.5.0.exe” The guide has been updated accordingly.
January 7, 2011 at 7:50 pm #26071rdreedParticipant😐 Tried for two days straight to get this working… Step 4 is the most confusing specially the “edits” area. I run all the code line by line with no errors and at the end get no dol or elf. First time compiling anything.
Running msys as administrator.
Windows 7 32-bitJanuary 7, 2011 at 9:25 pm #26072cadbuscaParticipantFirst and most important is the SVN level you are trying to compile. As they state the instructions are good up to SVN695 and I have used them up to SVN742 to compile the WIIMC+ Enhancement Pack.
Since the “Checkout” in step 1 would have given you the latest SVN, you will need to revert to SVN 742 by opening C:WIIMC, right click and click “Turtoise SVN” then click “Update to revision…”, and in the Update Box, click “Revision” , enter “742” then click “OK”. I have added this step to the Guide.
Clava has posted what he believes are the changes required to compile subsequent SVN’s http://www.wiimc.org/forum/viewtopic.php?f=5&t=1042&start=10#p4611. I have asked the developers to verify them and update the official compile instructions http://www.wiimc.org/compiling-instructions/ which are now out of date, before I attempt to update the guide.
As to the edits, following the instructions for 1,2,3,4 and 7 yields to following and you need to follow edit 5 and 6 to install libogc and mingw. If you just installed in step 2 devkitpro then it will be at the R22 level already so you do not need to run the Updater as in step 8.
PATH=$DEVKITPPC/bin:$PATH
cd /c/wiimc/libs/fribidi/
./configure --host=powerpc-eabi --prefix="${DEVKITPRO}/portlibs/ppc" --libdir="${DEVKITPRO}/portlibs/ppc/lib" --disable-shared
make
make install
cd ..
cd libiconv/
./configure --host=powerpc-eabi --prefix="${DEVKITPRO}/portlibs/ppc" --libdir="${DEVKITPRO}/portlibs/ppc/lib" --disable-shared
make
make install
cd ..
cd pcre/
./configure --host=powerpc-eabi --prefix="${DEVKITPRO}/portlibs/ppc" --libdir="${DEVKITPRO}/portlibs/ppc/lib" --disable-shared
make
make install
cd ..
cd libexif/
./configure --host=powerpc-eabi --prefix="${DEVKITPRO}/portlibs/ppc" --libdir="${DEVKITPRO}/portlibs/ppc/lib" --disable-shared
make
make install
cd ..
cd libntfs/
make
make install
cd /c/wiimc/libs/libmpg123
./configure --host=powerpc-eabi --prefix="${DEVKITPRO}/portlibs/ppc" --libdir="${DEVKITPRO}/portlibs/ppc/lib" --enable-shared=no --enable-static=yes --with-cpu=ppc_nofpu --with-optimization=3
cd src/libmpg123
make install
cd /c/wiimc
make
exit
January 10, 2011 at 9:54 am #26073coffeemugParticipantI’m trying to compile wiimc but at the end I’ve some errors:
“make[1]: *** [/g/programmi/wiimc/wiimc.elf] Error 1
make: *** [build] Error 2″I check the directory /wiimc and I see this situation:
All files e directory with green ok, only directory /libs with red exclamation mark
In the directory /libs only directory /libiconv with red exclamation mark
In the directory /libiconv the files: config, config.status, libtool and Makefile have red exclamation mark and some directory have too like: lib, libcharset, man, po, src, srclib and testsI wish that I explanation you my problem.
Thank you for your time, excuse me for my English
January 10, 2011 at 5:40 pm #26074cadbuscaParticipant@well66 wrote:
I’m trying to compile wiimc but at the end I’ve some errors:
“make[1]: *** [/g/programmi/wiimc/wiimc.elf] Error 1
make: *** [build] Error 2″Your error should be described above those lines.
January 11, 2011 at 9:28 pm #26075coffeemugParticipant😳
Sorry, I post here the result of wiimc compile:
January 11, 2011 at 9:49 pm #26076AnonymousInactiveI think you should install MinGW…
see http://www.wiimc.org/forum/viewtopic.php?f=5&t=489&start=80#p3677
and http://www.wiimc.org/forum/viewtopic.php?f=5&t=489&p=3679#p3679January 11, 2011 at 11:56 pm #26077coffeemugParticipantOk, I reinstall MINGW: now I select every icon in the setup.
Now have I to recompile all the library or only wiimc ?
In this case I run MinGW and recompile only wiimc:
I have no knowledge of compile
January 12, 2011 at 4:39 pm #26078cadbuscaParticipantWell lots of people have used the guide without problems, so I can only suggest that you did not follow the instructions correctly. I would suggest you start the process over again and follow the steps exactly. Do not change anything! For example “open your C: directory and create a subdirectory WIIMC.” You decided not to do this and put your WIIMC in a programming subdirectory. I have no idea if it will work there, nor do I know what else you changed.
January 22, 2011 at 6:39 pm #26079jtc1967ParticipantStuck at Step 4
No idea about compiling
I start MSys and now … may I have to write down each line of code?I start doing it, but with some lines I don’t know if there are 2 lines or its a large 1 line
January 22, 2011 at 9:22 pm #26080cadbuscaParticipantWell think about it…why would a line end with a – ?
You could even look arounda bit and see the official compiling instructions referenced in the first line of the guide. http://www.wiimc.org/compiling-instructions/
Alternatively you could click on select all and copy and paste into notepad, then click format and turnoff wordwrap and all will be revealed.
You can copy and paste into Mingw..click the icon in the upper left corner.
-
AuthorPosts
- You must be logged in to reply to this topic.