On Wednesday, April 9, 2014 6:46:55 PM UTC+5:30, Ted Mielczarek wrote: > On 4/9/2014 9:04 AM,animesh wrote: > > > > > > When i run 'make -f client.mk build' i get error and build stops > > > I have attached snapshot of error here > > > https://dl.dropboxusercontent.com/u/60361780/xulrunner.png > > > > > > Any idea regarding this would be really helpful. > > > > > You're using "make", which is no longer supported. You need to either > > download the latest MozillaBuild and use "mozmake -f client.mk", or run > > "python build/pymake/make.py -f client.mk". > > > > You can also build using the mach tool, "./mach build", which will > > select the appropriate make tool for you. > > > > -Ted
Thanks Ted . It's working now. After building xulrunner i want to generate SDK too. xulrunner gets build correctly. I go to my object directory and try to make sdk using following command , but it fails mozmake sdk Not sure what the correct command is here _______________________________________________ dev-builds mailing list [email protected] https://lists.mozilla.org/listinfo/dev-builds

