On 4/9/2014 9:04 AM, [email protected] 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 _______________________________________________ dev-builds mailing list [email protected] https://lists.mozilla.org/listinfo/dev-builds

