Re: AW: New accelerometer application, that draws the current perpendicular line and angle

2009-03-04 Thread Risto H. Kurppa
r...@om-gta02:~# opkg install perpendicular
http://downloads.openmoko.org/repository/unstable/armv4t/libsdl-1.2-0_1.2.11-r7_armv4t.ipk
http://downloads.openmoko.org/repository/unstable/armv4t/libsdl-ttf_2.0.3-r1_armv4t.ipk
http://downloads.openmoko.o
rg/repository/unstable/armv4t/libstdc++6_4.1.2-r19_armv4t.ipk
Downloading 
http://downloads.openmoko.org/repository/unstable/armv4t/libsdl-1.2-0_1.2.11-r7_armv4t.ipk
Downloading 
http://downloads.openmoko.org/repository/unstable/armv4t/libsdl-ttf_2.0.3-r1_armv4t.ipk
Downloading 
http://downloads.openmoko.org/repository/unstable/armv4t/libstdc++6_4.1.2-r19_armv4t.ipk
Installing perpendicular (0.1) to root...
Downloading http://www.opkg.org/packages/perpendicular_0.1_armv4t.ipk
Multiple packages (libsdl-1.2-0 and libsdl-1.2-0) providing same name
marked HOLD or PREFER.  Using latest.
Multiple packages (libsdl-1.2-0 and libsdl-1.2-0) providing same name
marked HOLD or PREFER.  Using latest.
Multiple packages (libsdl-1.2-0 and libsdl-1.2-0) providing same name
marked HOLD or PREFER.  Using latest.
Multiple packages (libsdl-1.2-0 and libsdl-1.2-0) providing same name
marked HOLD or PREFER.  Using latest.
Multiple packages (libsdl-ttf and libsdl-ttf) providing same name
marked HOLD or PREFER.  Using latest.
Multiple packages (libsdl-ttf and libsdl-ttf) providing same name
marked HOLD or PREFER.  Using latest.
Multiple packages (libsdl-ttf and libsdl-ttf) providing same name
marked HOLD or PREFER.  Using latest.
Multiple packages (libsdl-ttf and libsdl-ttf) providing same name
marked HOLD or PREFER.  Using latest.
Multiple packages (libstdc++6 and libstdc++6) providing same name
marked HOLD or PREFER.  Using latest.
Multiple packages (libstdc++6 and libstdc++6) providing same name
marked HOLD or PREFER.  Using latest.
Multiple packages (libstdc++6 and libstdc++6) providing same name
marked HOLD or PREFER.  Using latest.
Multiple packages (libstdc++6 and libstdc++6) providing same name
marked HOLD or PREFER.  Using latest.
Multiple packages (libsdl-1.2-0 and libsdl-1.2-0) providing same name
marked HOLD or PREFER.  Using latest.
Multiple packages (libsdl-1.2-0 and libsdl-1.2-0) providing same name
marked HOLD or PREFER.  Using latest.
Upgrading libsdl-1.2-0 on root from 1.2.11-r6 to 1.2.11-r7...
Multiple packages (libsdl-ttf and libsdl-ttf) providing same name
marked HOLD or PREFER.  Using latest.
Multiple packages (libsdl-ttf and libsdl-ttf) providing same name
marked HOLD or PREFER.  Using latest.
Installing libsdl-ttf (2.0.3-r1) to root...
Multiple packages (libstdc++6 and libstdc++6) providing same name
marked HOLD or PREFER.  Using latest.
Multiple packages (libstdc++6 and libstdc++6) providing same name
marked HOLD or PREFER.  Using latest.
Upgrading libstdc++6 on root from 4.1.2-r18 to 4.1.2-r19...
Configuring libsdl-1.2-0
Configuring libstdc++6
Collected errors:
 * ERROR: Cannot satisfy the following dependencies for perpendicular:
 *  libsdl-1.2-0 (= 1.2.11-r7.1) *  libsdl-ttf (=
2.0.3-r1.1) *  libstdc++6 (= 4.1.2-r19.1) *
 * Package libsdl-ttf md5sum mismatch. Either the opkg or the package
index are corrupt. Try 'opkg update'.
r...@om-gta02:~#

with --force-depends I was able to install it and start.
Nice app, I'd like to see a menu icon for it. I also had some problems
with the automatically rotating screen - in the end the line pointed
to wrong direction (not down) but anyway :)

r

-- 
| risto h. kurppa
| risto at kurppa dot fi
| http://risto.kurppa.fi

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


AW: AW: New accelerometer application, that draws the current perpendicular line and angle

2009-03-04 Thread hab keen oh ne
Im sorry I havent tested, what version of SDL is actually necessary, I just 
used the latest one provided by SHR. Just execute 
opkg install libsdl-1.2-0 libsdl-ttf
opkg install http://www.opkg.org/packages/perpendicular_0.1_armv4t.ipk 
-force-depends
in case your repo doesnt contain a current version. Should work with older 
ones, too, I guess.
BTW: I would be glad if anyone came up with an idea for an icon(or even with an 
icon), as Im not the expert in graphics and regularly fail in creating nice 
stuff^^, because I will soon update to a version needing less resources(at the 
moment, there is no idle time during the execution, it was just planned as a 
little test app) and then it would be great to offer the ipk with a proper icon 
for a .desktop file.
Greetings,
Martin Puffe





Von: wp wpmaill...@gmail.com
An: List for Openmoko community discussion community@lists.openmoko.org
Gesendet: Dienstag, den 3. März 2009, 23:06:12 Uhr
Betreff: Re: AW: New accelerometer application, that draws the current  
perpendicular line and angle

Just install them from openmoko repositories, then it works.
http://downloads.openmoko.org/repository/unstable/armv4t/ or
experimental one.

Btw. this app is really nice, I thought about some similar one -
instead of line, rolling ball. Maybe in some free time..
On Tue, Mar 3, 2009 at 8:56 PM, The Digital Pioneer
digitalpion...@gmail.com wrote:
 Nope, I get the same error on SHR-unstable.

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community



  ___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: AW: New accelerometer application, that draws the current perpendicular line and angle

2009-03-03 Thread wp
Just install them from openmoko repositories, then it works.
http://downloads.openmoko.org/repository/unstable/armv4t/ or
experimental one.

Btw. this app is really nice, I thought about some similar one -
instead of line, rolling ball. Maybe in some free time..
On Tue, Mar 3, 2009 at 8:56 PM, The Digital Pioneer
digitalpion...@gmail.com wrote:
 Nope, I get the same error on SHR-unstable.

 ___
 Openmoko community mailing list
 community@lists.openmoko.org
 http://lists.openmoko.org/mailman/listinfo/community



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community