On 04/08/12 03:48, Rakesh Sadhu wrote: > Hi Folks, > I am trying to build mozilla firefox mer sdk and while doing so I am > finding lots of dependencies to be resolved and they are as in order : > > gtk+-2.0 which inturn has dependency of atk, which depends upon > glib > glib-2.0 . > So picked glib-.2.33.1 and started building it. > > But when i finish compiling of glib and then try to build atk it still > complains about glib . > > For which i tried export LD_CONFIG_PATH=/usr/local/lib/pkgconfig(but > there is no pkgconfig in sdk) > > > > I tried to see , when i build glib , where are libraries getting > installed , build log shows /usr/local/lib and .pc files are also > getting dumped in proper pkgconfig folder ; but when > i go there i don't see any thing :( > > Kindly help . > regards. > rsadhu > Hi Rakesh!
You don't need GTK to build Firefox. You can specify Qt toolkit instead. Did you see the mozconfig which I gave as an example? https://bugs.merproject.org/attachment.cgi?id=15 And just to clarify, Fennec is the codename of the mobile Firefox project. The browser name is Firefox for the mobile version as well. Regards, Hillel.
