OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: Strijar on April 22, 2005, 05:07:15 am

Title: Xrdb Problem
Post by: Strijar on April 22, 2005, 05:07:15 am
I make file ~/.Xresources and run xrdb ~/.Xresources

Error: sh: /opt/cross/arm/3.3.2-xscale-softvfp/armv5tel-cacko-linux/bin/cpp: No such file or directory

Some as run imake!
Title: Xrdb Problem
Post by: pgas on April 22, 2005, 05:13:09 am
yes, xrdb requires a C preprocessor.

put your settings in .Xdefault instead and don't use xrdb (unless you are willing to install gcc that is)

more here:

https://www.oesf.org/forums/index.php?showtopic=7847 (https://www.oesf.org/forums/index.php?showtopic=7847)
Title: Xrdb Problem
Post by: Strijar on April 22, 2005, 06:41:13 am
Thank's!