Re: Regarding HttpBaseChannel::Init

2020-08-30 Thread Nick Alexander
Hi Alex, On Fri, Aug 28, 2020 at 11:45 AM Shuo Xiang wrote: > Dear mozilla.dev.builds: > > Recently I have been doing some experimentation with a private build of > Firefox running on my Ubuntu 19.10. However I seem to have hit a bit of a > stumbling block while I am trying to hack the Init meth

Re: build problem

2014-12-09 Thread Nick Alexander
On 2014-12-09, 8:29 AM, nidsd...@gmail.com wrote: I have downloaded the source code from ftp but I don't know how to build it. Can anyone please help? Start reading here: https://developer.mozilla.org/en-US/docs/Simple_Firefox_build and ask questions in #introduction of irc.mozilla.org, as de

Re: Has anyone managed to create a working XCode Project?

2014-09-23 Thread Nick Alexander
On 2014-09-23, 1:46 AM, Alex wrote: Since a visual studio project can now be automatically generated and Gregory Szorc mentioned in a blog post (http://gregoryszorc.com/blog/2012/07/25/mozilla-build-system-plan-of-attack/) about the possibility of future xcode project generation, I was wonderi

Re: No rule to make target `.project' when building fennec release

2014-08-27 Thread Nick Alexander
On 2014-08-26, 8:35 PM, che7...@gmail.com wrote: Thank you Nick. Great idea! But unfortunately didn't work. I still get same error message after ProGuard. After a clean (clobber) build? Please post your full logs. Nick ___ dev-builds mailing list

Re: No rule to make target `.project' when building fennec release

2014-08-22 Thread Nick Alexander
On 2014-08-21, 11:09 PM, che7...@gmail.com wrote: I'm building sources from http://hg.mozilla.org/releases/mozilla-release/ and get the following error: make[5]: *** No rule to make target `.project', needed by `/Users/yu/Documents/projects/mozilla/Fennec/release/obj-arm-linux-androideabi/mo

Re: Help rebranding using mach

2014-04-08 Thread Nick Alexander
On 2014-04-07, 9:18 AM, aafirvida wrote: Thanks again, so mach clobber will be like a make clean? Yep, at top level. It's more aggressive: it's more like |rm -rf $OBJDIR|. Nick On Mon, Apr 7, 2014 at 11:34 AM, Nick Alexander [via Mozilla] <[hidden email] > wrote: [

Re: Help rebranding using mach

2014-04-07 Thread Nick Alexander
[accidentally off-list] On 2014-04-07, 8:51 AM, Abel Alfonso Fírvida Donéstevez wrote: Thanks a lot Nick, I have figuer that out but I get into another error mach build installer and mach build package results into empty files :( Any guidance on this ? I think you want |mach build| for the

Re: Help rebranding using mach

2014-04-07 Thread Nick Alexander
On 2014-04-06, 4:01 PM, aafirvida wrote: Hello I need a little help, I want to re-brand Firefox but I cant accomplish that using mach command. Thing is that when I run the command: ./mach configure --with-branding=folder it says: It looks like you passed an unrecognized argument into mach. Th

Re: Getting error when building mobile-fennec-android

2014-03-04 Thread Nick Alexander
On 2014-03-03, 10:16 PM, suresharora1...@gmail.com wrote: Mar 3 (16 hours ago) I am trying to build the android browser of firefox. using the link https://wiki.mozilla.org/Mobile/Fennec/Android I am using linux ubuntu 12.04. I am able to do till Setup Fennec mozconfig and ate that when

Re: fennec build

2014-02-26 Thread Nick Alexander
Actually, I am new to linux and android, what I understood from Bug 951968, the problem may be related to the versions of SDK and NDK, it should be NDK r8e and SDK V.16, reviewing the guide that I followed: https://wiki.mozilla.org/Mobile/Fennec/Android#Install_Android_SDK I found that I already

Re: fennec build

2014-02-25 Thread Nick Alexander
Mustafa please, any help to fix this problem Best idea is to follow ckitching's message and see Bug 951968 [1]. Nick [1] https://bugzilla.mozilla.org/show_bug.cgi?id=951968#c20 ___ dev-builds mailing list dev-builds@lists.mozilla.org https://lists.

Re: fennec build

2014-02-25 Thread Nick Alexander
when mach build mobile/android was run, the terminal displayed the following: mustafa@naik10:/src$ sudo ./mach build mobile/android 0:00.16 /usr/bin/make -C /src/objdir-droid -j4 -s backend.RecursiveMakeBackend 0:00.43 /usr/bin/make -C mobile/android -j4 -s 0:00.50 \nGenerating: bookmarks.j

Re: fennec build

2014-02-25 Thread Nick Alexander
yes, after running mach clobber, it now sees my mozconfig file, Huzzah! \o/ Thanks for your help, I am getting now 2 build errors, after executing mach build,at the end I got the following lines: . 16:15.43 make[4]: *** [mobile/android/base/libs] Error 2 16:15.43 make[3]: *** [libs] Error

Re: fennec build

2014-02-24 Thread Nick Alexander
actually I exported the path to fennec-mozconfig file as follows: export MOZCONFIG=/src/fennec-mozconfig and src is the mozilla source code directory Well, you can test pretty easily by actually naming your file mozconfig (in src), and then |mach clobber && mach build| from the src dir. If

Re: fennec build

2014-02-24 Thread Nick Alexander
On 2/24/2014, 3:29 PM, Mustafa Altekreeti wrote: Hello, I am trying to build firefox for android, fennec, but instead I am getting firefox for desktop, I am working under ubuntu 12.04, and my configuration file "fennec-mozconfig" as follows: #add the correct paths here: ac_add_options --with-