[FX] bangbang023: 07-01-30 [Trunk/Win32](O2/GAL)


Recommended Posts

There is also some tab issues with the latest nightly.

1. Middle click doesn't always work (mostly not here on Neowin)

2. Can't close tabs (or at least I can't)

but I do have TBP installed so that could be the reason.. going to do a new profile and see if that fixes it. will report back here.

Edit: yep, TBP's messes the tabs up in the latest nightlys.. so be ware. Disabling does seem fix it for now.

2nd Edit: sorry found more info.

After installing the build from 23rd, my settings in tab browser preferences got trashed. Works fine after you reset it, just a friendly warning.

Mossop

Edited by IceDogg

bangbang, I know this is a bit OT, but...

If you had some extra time, would you be able to help me out a bit in getting FF to compile on my machine? The only reason I ask is because I've tried a few different guides, but still get some errors. I could post to the mozilla build mailing list, but I've uusally not gotten responses when trying to ask mozilla people questions, but I'll probably still try just in case.

I ask you because obviously you know a bit about building it, since you've been doing it for so long. I want to try and put some memory leak checking code in, which I can do, but not until it compiles obviously.

If you could, I'd appreciate it. But I know you're pretty busy, so I'd understand if you couldn't.

bangbang, I know this is a bit OT, but...

If you had some extra time, would you be able to help me out a bit in getting FF to compile on my machine?  The only reason I ask is because I've tried a few different guides, but still get some errors.  I could post to the mozilla build mailing list, but I've uusally not gotten responses when trying to ask mozilla people questions, but I'll probably still try just in case. 

I ask you because obviously you know a bit about building it, since you've been doing it for so long.  I want to try and put some memory leak checking code in, which I can do, but not until it compiles obviously.

If you could, I'd appreciate it.  But I know you're pretty busy, so I'd understand if you couldn't.

585526506[/snapback]

vcv.. I can't help you with your problem but I can give you words of encouragement.

Keep up the good work (Y), and for those who keep saying that you're bashing FireFox purposely... shame on them.

For people who don't know what I talking about, vcv had recently posted a thread about Firefox's memoery leak problem... https://www.neowin.net/forum/index.php?showtopic=288645

If you have any comments about the Fx memory leak problem, please DO NOT post here, post in the thread that I linked above.

whats the errors you're getting and what mozconfig setup are you using?

585529651[/snapback]

. $topsrcdir/browser/config/mozconfig

GLIB_PREFIX=c:/src/cpp/firefox/vc71
LIBIDL_PREFIX=c:/src/cpp/firefox/vc71

export MOZ_FIREFOX=1
export MOZ_OPTIMIZE_LDFLAGS="-opt:ref,icf,nowin98"

mk_add_options MOZ_FIREFOX=1
mk_add_options MOZ_OPTIMIZE_LDFLAGS="-opt:ref,icf,nowin98"

mk_add_options MOZ_CO_PROJECT=browser
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objbin

ac_add_options --enable-crypto
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-mailnews
ac_add_options --disable-composer
ac_add_options --enable-optimize="-Oxs -G7 -arch:SSE"
ac_add_options --disable-ldap
ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,p3p,pref,transformiix,universalchardet,typeaheadfind,webservices,inspector,venkman
ac_add_options --disable-profilesharing
ac_add_options --disable-accessibility
ac_add_options --disable-activex
ac_add_options --disable-activex-scripting
ac_add_options --disable-installer
ac_add_options --disable-pedantic

ac_add_options --enable-leaky

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.

cl : Command line warning D4002 : ignoring unknown option '-print-file-name=include'
cl : Command line error D2003 : missing source filename
/cygdrive/c/src/cpp/firefox/mozilla/build/cygwin-wrapper cl -o mkdepend.exe -mno-cygwin -DXP_WIN32 -XP_WIN -DWIN32 -D_WIN32 -DNO_X11 -O2p -Ob2 -GALTF7 -arch:SSE -DINCLUDEDIR=\"/usr/include\" -DOBJSUFFIX=\".o\" -DPREINCDIR=\"\" ?host_cppsetup.o host_ifparser.o host_include.o host_main.o host_parse.o host_pr.o

Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 13.10.3077 for 80x86
Copyright (C) Microsoft Corporation 1984-2002. All rights reserved.
cl : Command line warning D4002 : ignoring unknown option '-mno-cygwin'
cl : Command line warning D4024 : unrecognized source file type 'host_cppsetup.o', object file assumed
cl : Command line warning D4024 : unrecognized source file type 'host_ifparser.o', object file assumed
cl : Command line warning D4024 : unrecognized source file type 'host_include.o', object file assumed
cl : Command line warning D4024 : unrecognized source file type 'host_main.o', object file assumed
cl : Command line warning D4024 : unrecognized source file type 'host_parse.o',object file assumed
cl : Command line warning D4024 : unrecognized source file type 'host_pr.o', object file assumed

Microsoft (R) Incremental Linker Version 7.10.3077
Copyright (C) Microsoft Corporation. ?All rights reserved.
/out:host_cppsetup.exe
/out:mkdepend.exe
/ltcg
host_cppsetup.o
host_ifparser.o
host_include.o
host_main.o
host_parse.o
host_pr.o
LINK : fatal error LNK1181: cannot open input file 'host_cppsetup.o'
make[3]: *** [mkdepend.exe] Error 2
make[3]: Leaving directory `/cygdrive/c/src/cpp/firefox/mozilla/objbin/config/mkdepend'
make[2]: *** [export] Error 2
make[2]: Leaving directory `/cygdrive/c/src/cpp/firefox/mozilla/objbin/config'
make[1]: *** [default] Error 2
make[1]: Leaving directory `/cygdrive/c/src/cpp/firefox/mozilla/objbin'
make: *** [build] Error 2

I deleted the objdir and tried distclean at the suggested of someone at mozillazine.org, to no avail.

this happens at the very beginning of building? try to follow these directions to a T:

http://gemal.dk/mozilla/build.html

585529726[/snapback]

After about a minute or two of it running various checks, it happens.

The only problem with those instructions is that it uses gcc. I'll try it, but I really wanted to use MSVC :(

@echo off

set GLIB_PREFIX=C:\src\cpp\firefox\vc71
set LIBIDL_PREFIX=C:\src\cpp\firefox\vc71
set MOZ_TOOLS=C:\src\cpp\firefox\moztools
set MOZ_SRC=C:\src\cpp\firefox

call "C:\program files\microsoft visual studio .net 2003\common7\tools\vsvars32.bat"
set PATH=%PATH%;%MOZ_SRC%\mozilla\mingw\bin;C:\src\cpp\firefox\vc71\bin;%MOZ_TOOLS%\bin;%GLIB_PREFIX%\bin;%LIBIDL_PREFIX%\bin
set HOME=c:\src\cpp\firefox
set CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot

c:\src\cpp\firefox\mozilla is the root folder for the source

c:\src\cpp\firefox\moztools has the moztools needed for msvc and windows

c:\src\cpp\firefox\vc71 contains the custom glib and libidl libraries for msvc

set PATH=%PATH%;%MOZ_SRC%\mozilla\mingw\bin;C:\src\cpp\firefox\vc71\bin;%MOZ_TOOLS%\bin;%GLIB_PREFIX%\bin;%LIBIDL_PREFIX%\bin

that line is messed up. you shouldn't have to reference mingw and you have no reference to cygwin. Here's my mozset. Simply edit out my paths and put in yours but don't change the order:

@echo off

set MOZ_TOOLS=J:\mozilla\moztools

set GLIB_PREFIX=J:\mozilla\w32build\vc7

set LIBIDL_PREFIX=J:\mozilla\w32build\vc7

set MOZ_SRC=J:\mozilla

call c:\"program files"\"microsoft visual studio .net 2003"\common7\tools\vsvars32.bat

set PATH=%PATH%;j:\mozilla\cygwin\bin;%GLIB_PREFIX%\bin;%LIBIDL_PREFIX%\bin;%MOZ_TOOLS%\bin

set HOME=J:\mozilla

set CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot

also, put the quotes around "microsoft visual studio .net 2003" in that path.

man ive had a long day and I can't think right now. Um, I'll try to think it over but right now I'm jyst too out of it to think clearly. You may want to ask over mozillazine in the mean time. Sorry, but it's been a long day for me.

might want to note about the options menu bugs

585532536[/snapback]

oh sheezie i didn't even notice the new dialog was added in.

# #283595 [Firefox-Options landing]-Privacy > Password > Set Master Password does not work in new prefs [Win]

# #283596 [Firefox-Options landing]-"Load Images from originating website only" pref not working in new options dialog [Win]

# #283600 [Firefox-Options landing]-Can't open Find as you Type/Find Toolbar [Win]

# #283601 [Firefox-Options landing]-Privacy > Cache > "Clear Cache Now" not greyed out after clicking [Win]

# #283603 [Firefox-Options landing]-The "tab"-icon in Options is the same as download-icon [Win]

# #283604 [Firefox-Options landing]-Edit Languages in new prefs window does not display 2nd and next items correctly [Win]

# #283607 [Firefox-Options landing]-Advanced > Security > Verification > Response Signer pulldown wrong size [Win]

# #283608 [Firefox-Options landing]-Downloads > Download Folder directory can't be changed. [Win]

# #283610 [Firefox-Options landing]-"Select new tabs opened from links" setting works the otherway around in new prefs [Win]

# #283613 [Firefox-Options landing]-windows do not exit on pressing the escape button. [Win]

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.