Re: [maemo-developers] Re:problem in maemo installation

2006-03-10 Thread Heike C. Zimmerer
"sudarsana narashiman" <[EMAIL PROTECTED]> writes: > exec ${prefix}/bin/Xephyr :2 -host-cursor -screen 800x480x16 -dpi 96 -ac > > I am getting the error > > could not create server lock file /tmp/.X2-lock Did you check if this file already exists (meaning that :2 is already in use -

[maemo-developers] Re:problem in maemo installation

2006-03-08 Thread sudarsana narashiman
    Hi , I have  installed  scratch box 0.9.8.6 and maemo 1.1 version. but when tried to run the following script outside the scratch box #!/bin/sh -e prefix=/scratchbox/users/${LOGNAME}/targets/SDK_PC/usr export LD_LIBRARY_PATH=${prefix}/lib; export LD_LIBRARY_PATH exec ${prefix}/bin/Xephyr