Code:
I tried to find lgtk-x11-2.0. But i cant find it in my pc.
But i have already installed GTK+ 2.0.
Since you are cross compiling, don't you need the GTK+2.0 libraries for the arm processor? It doesn't matter if GTK+ 2.0 is installed because it needs to link in the arm libraries, not the ones for your Intel host system. Maybe if you are lucky, your target system has these libraries installed. It might be a matter of copying them under the /usr/local/arm/3.3.2/lib/ library directory tree. If not, you may need to cross compile the libraries as well.
---
As an aside,
Quote:
|
an PDA ... an Makefile ... getting error ... Makefile?.
|
The rule for whether you use "a" or "an" is the sound of the beginning of the next word. If the next word begins with a consonant sound, then use "a". If it begins with a vowel sound, use "an": a PDA; a Makefile; getting an error. In the last case you could use the definite article "the" since you are referring to the particular error. Also, please add two spaces after the period ending a sentence. With no spaces, it is hard to read.
Also, the question mark ends a sentence so "?." is redundant.
Also, capitalize the pronoun "I". "But I can't find it in my pc."
I hope you don't mind these corrections. Thanks.