Results 1 to 4 of 4
Hi all ,
i am trying to cross compile mozilla on my native system(fc-7) for arm . when i do make i get the following error
gmake[5]: Entering directory `/root/Desktop/TGZ/mozilla-test/xpcom/typelib/xpidl'
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-29-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 8
cross compilation error on fc-7
Hi all ,
i am trying to cross compile mozilla on my native system(fc-7) for arm . when i do make i get the following error
gmake[5]: Entering directory `/root/Desktop/TGZ/mozilla-test/xpcom/typelib/xpidl'
xpidl.c
gcc -o host_xpidl.o -c -DXP_UNIX -O3 -DMDCPUCFG=\"md/_linux.cfg\" -I../../../dist/include/xpcom -I../../../dist/include -I../../../dist/include/nspr -I../../../dist/sdk/include -I../../../dist/include/nspr xpidl.c
In file included from xpidl.c:42:
xpidl.h:49:19: error: glib.h: No such file or directory
xpidl.h:53:25: error: libIDL/IDL.h: No such file or directory
i already have the libIDL and glib libraries already cross compiled and installed . could someone please help me how to solve the error .
- 12-29-2008 #2Just Joined!
- Join Date
- May 2008
- Posts
- 42
cross check the glib.h and IDL.h installed with the libraries and make sure the location of these files is correct
- 12-29-2008 #3Just Joined!
- Join Date
- Oct 2008
- Posts
- 8
i have already checked it the glib and libidl files are present but while compiling maybe it is taking a wrong path . i need to modify the Makefile but dont know which part
- 12-29-2008 #4Just Joined!
- Join Date
- May 2008
- Posts
- 42
Put the full path of files glib.h and IDL.h


Reply With Quote
