Hi ,<br><br>I am back few more errors now.<br>This what i did to bypass the error i was getting from libX11.<br><br>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="Generator" content="Kate, the KDE Advanced Text Editor">
<pre style="font-family: times new roman,serif;">copy the exsisting ks_tables.h (which was compiled using the host machine "NOT A CROSSCOMPILER") and replace the
libX11/src/ks_tables.h
> then configure the libX11 <br>
> then comment the Makefile in src/Makefile "Which looks like this..."
#ks_tables.h: $(KEYSYMDEF) $(top_builddir)/src/util/makekeys$(EXEEXT)
#$(top_builddir)/src/util/makekeys < $(KEYSYMDEF) > ks_tables_h
#mv ks_tables_h $@
#$(top_builddir)/src/util/makekeys$(EXEEXT): force
#cd util; $(MAKE)
> and libX11 dir
execute the make and make install command respectively.<br>NO error now and the library files are inserted in the path given in the prefix. <br></pre><br><br><br><br><div><span class="gmail_quote">On 10/12/06, <b class="gmail_sendername">
Daniel Stone</b> <<a href="mailto:daniel@fooishbar.org">daniel@fooishbar.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thu, Oct 12, 2006 at 05:07:09PM +0530, zubair ahmed wrote:<br>> Could you tell how to create this "ks_tables_h" cos i dont have the target<br>> board with me right now.<br>> and have to go around this.
<br><br>Hi,<br>You can build the same libX11 on an i386 target and capture ks_tables_h<br>from there, then comment out the makekeys call; it _should_ be<br>arch-independent.<br></blockquote></div><br>