View Single Post
Old 06-02-2009, 01:11 PM   #21
ross
Junior Member
ross began at the beginning.
 
Posts: 8
Karma: 26
Join Date: Oct 2008
Device: none
Quote:
Originally Posted by Mackx View Post
They seem to use X directly. I am able to build rxvt but get the message:
"/usr/local/bin/rxvt: line 1: syntax error: "(" unexpected"
when I start the program...
My (porting) knowledge is not good enough to find the cause of this problem. Any ideas?
That's usually because an executable is compiled for the wrong architecture. 'file' can tell you which arch something was built for:
src/rxvt: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.14, not stripped
I got rxvt-2.7.10 to build with:
source /usr/local/poky/eabi-glibc/arm/environment-setup
./configure --host=arm-poky-linux-gnueabi
make
I didn't try it on emulator/device though. Even with display updates fixed, you'de still need to get the keyboard to pop up somehow (since matchbox-keyboard hooks into GTK to know when to show/hide).
ross is offline   Reply With Quote