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