Hello together,
I followed the build instructions on MDN and succesfully built Firefox Nightly on Win7 (32bit) two days ago (sorry, but I don't know where to look up the version). I used "./mach build" out of "start-msvc10.bat" console with options
ac_add_options --disable-optimize
ac_add_options --enable-debug
in my .mozconfig file and it went through smoothly and now I have a directory "obj-i686-pc-mingw32" and can run Firefox Nightly. Now I'll have to change several files, for a starter let's say I changed
"C:\mozilla-source\mozilla-central\image\src\Image.cpp"
Following the description on "
https://developer.mozilla.org/en-US/docs/Incremental_Build" I changed directory to
C:\mozilla-source\mozilla-central\obj-i686-pc-mingw32\image
and tried
$ make
and (from C:\mozilla-source\mozilla-central\obj-i686-pc-mingw32)
$ make -C image
In both cases I get the message "Windows style src dir being used with GNU make. Did you mean to run c:/mozilla-source/mozilla-center/build/pymake/make.py instead?"
Do you have any idea how I should proceed from here? Unfortunately I've no experience in building.
Thanks for your answers.
Jeremy