xzxero
Forum Replies Created
-
AuthorPosts
-
xzxeroParticipant
i recompiled pcre completely and could not reproduce the problem, i could find the reference to features.h in config.guess though.
What might be different to puddle’s setup is that I do have the devkit compiler on my path, those are my settings for compiling:
export DEVKITPRO=/home/kwb/wii/devkitPro/
export DEVKITPPC=/home/kwb/wii/devkitPro/devkitPPC
export PATH=/home/kwb/wii/devkitPro/devkitPPC/bin:$PATH
export WIILOAD=tcp:192.168.2.11it seems to find the correct features.h though…
kwb@d820:/$ find -name features.h
./usr/lib/syslinux/com32/include/syslinux/features.h
./usr/src/linux-headers-2.6.35-22/include/xen/features.h
./usr/src/linux-headers-2.6.35-22/include/xen/interface/features.h
./usr/include/features.h
./usr/include/c++/4.4/parallel/features.h
./home/kwb/wii/devkitPro/devkitPPC/powerpc-eabi/include/sys/features.hxzxeroParticipantall i did was changing the line ending and make it executable.
current svn does have this change.dos2unix ./source/mplayer/version.sh
chmod +x ./source/mplayer/version.shdos2unix can be found in the package tofrodos
xzxeroParticipantJust for the record, i have could compiled successfully under openSUSE 64bit and Ubuntu Maverick 32bit and the only things that I needed to change was the version.sh
Everything else worked fine.xzxeroParticipantbtw: you can zoom with the -/+ buttons and when zoomed in drag the image around by holding a and move the wiimote.
xzxeroParticipantlibprojectm is not needed, but the svn version of libogc, see http://devkitpro.svn.sourceforge.net/viewvc/devkitpro?view=revision&revision=4219
xzxeroParticipantinstead you are supposed to compile libexif
xzxeroParticipantHi Iwata-san,
#1: It wouldn’t be hard to program this, but if you can’t provide a reason for this, I am not going to bother 😉
#2: Well, although the code from #3 was written by me, I am basically just a user. I wanted the rotate/zoom/pan feature, so I wrote it. But I don’t have the need for a playlist ;-). I have never used the music feature of wiimc, so I don’t even know how the playlist system works there. And that’s why I did not comment on that issue.
#3: it is implemented, meaning: there is already code that does this. It is not yet in the official release, because of some weird gx bug.
Cheers,
AtaraxisxzxeroParticipantHi Iwata-san,
#3 is already implemented, but there is a bug in the gx backend, which is currently looked into.
As soon as this is fixed, the feature will be merged.#1:
Most pictures by a digicam are numbered in a way that corresponds to the date.
So in which case would the order be different?Cheers,
AtaraxisxzxeroParticipantHi vanepelw,
could you try the following settings (either one and both)?
max xmit = 32768
keepalive = 0Both belong to the global section.
Cheers,
AtaraxisxzxeroParticipantgeexbox ushare is a media server, no client.
But from the client side, there is Platinum, which is also used in XBMC, and libupnp.
Platinum would be my first choice, since it seems easier to integrate, but I had troubles porting them the WII, since I am a beginner with porting and devkit ppc.
For example, both libs rely on some posix stuff, which either is not handled by devkitPPC or I am not finding it.Nevertheless I will have a look at those libs and if anybody wants to help, it’s highly appreciated.
-
AuthorPosts