Hi,

Step 1: Look up the *correct* mailing list
Step 2: Only mail the good one. Don't randomly mail one and cc it to tons of
different people that you might not know.

I really wonder what gtk-devel has to do with mozilla. There are probabely
tons of mozilla/firefox mailinglists where you could ask this

> step1: I successfully built GTK+2.9.1 with DirectFB-0.9.25.1 on FC3.
> step2 :I am trying to build firefox1.5.0.3 with GTK+2.9.1 which was built in 
> step1.
> 
> Configuration options are
> ../configure --enable-application=browser
>                 --enable-default-toolkit=gtk2
>                 --without-x
> 
> I am getting the following errors on make.
>
-------------><------------------------------------------------------------------------------------------><------------------------
> gmake[2]: Entering directory `/root/pfcbrowser/mozilla/widget/src/gtkxtbin'
> gtk2xtbin.c
> gcc -o gtk2xtbin.o -c -I../../../dist/include/system_wrappers -include 
> .../../../config/gcc_hidden.h -DMOZILLA_INTERNAL_API 
> -DOSTYPE=\"Linux2.6.9-1\" -DOSARCH=\"Linux\" -DBUILD_ID=0000000000 
> -D_IMPL_GTKXTBIN_API -DUSE_XIM  -I../../../dist/include/xpcom 
> -I../../../dist/include/gtkxtbin -I../../../dist/include 
> -I../../../dist/include/nspr    -I../../../dist/sdk/include -I.   -fPIC  
> -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -pedantic 
> -pthread -pipe  -DNDEBUG -DTRIMMED -O -D_REENTRANT 
> -I/opt/dfbgtk/include/gtk-2.0 -I/opt/dfbgtk/lib/gtk-2.0/include 
> -I/opt/dfbgtk/include/directfb -I/opt/dfbgtk/include/atk-1.0 
> -I/opt/dfbgtk/include/cairo -I/opt/dfbgtk/include/pango-1.0 
> -I/opt/dfbgtk/include/glib-2.0 -I/opt/dfbgtk/lib/glib-2.0/include     
> -include ../../../mozilla-config.h -DMOZILLA_CLIENT 
> -Wp,-MD,.deps/gtk2xtbin.pp gtk2xtbin.c
> In file included from gtk2xtbin.c:49:
> .../../../dist/include/system_wrappers/gdk/gdkx.h:3:27: gdk/gdkx.h: No such 
> file or directory

Seems it is still looking for X components.... gdk*X*.h should have pointed
that out to you.

You can find it in your gtk sources under gdk/x11 and it contains the
following lines:

#include <X11/Xlib.h>
#include <X11/Xutil.h>

If you would have spent a little time researching your problem you could
actually have found this out yourself. So please take this up with the
mozilla/firefox team.

Regards,

Philippe
 
| Philippe De Swert       
|      
| GPE developer: http://gpe.handhelds.org 
| Emdebian developer: http://www.emdebian.org  
|   
| Please do not send me documents in a closed 
| format.(*.doc,*.xls,*.ppt)    
| Use the open alternatives. (*.pdf,*.ps,*.html,*.txt)    
| http://www.gnu.org/philosophy/no-word-attachments.html  

----------
Wordt ook lid van de Scarlet Club via een bestaande Scarlet klant en ontvang 
cadeaucheques twv EUR 50! Bezoek snel http://www.scarletclub.be
Devenez aussi membre du Club Scarlet via un client Scarlet existant et recevez 
des cheques cadeaux jusqu'a EUR 50! Surfez vite sur http://www.clubscarlet.be

_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to