Closed Bug 688411 Opened 13 years ago Closed 13 years ago

Link error seamonkey.exe: CrashReporter::AppendAppNotesToCrashReport(class nsACString const &)" (?AppendAppNotesToCrashReport

Categories

(SeaMonkey :: Build Config, defect)

x86_64
Windows Server 2008
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 688357

People

(Reporter: markus.doehr, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:9.0a1) Gecko/20100101 Firefox/9.0a1
Build ID: 20110921192238

Steps to reproduce:

Whilte trying to build seamonkey trunk I get 

make[6]: Entering directory `/c/mozillasrc/suite/64binary/suite/suite/app'
c:/mozilla-build/python/python2.6.exe /c/mozillasrc/suite/mozilla/mozilla/config/pythonpath.py -I../
../mozilla/config /c/mozillasrc/suite/mozilla/mozilla/config/expandlibs_exec.py --uselist -- link -N
OLOGO -OUT:seamonkey.exe -PDB:seamonkey.pdb -SUBSYSTEM:WINDOWS -ENTRY:wmainCRTStartup -MANIFESTUAC:N
O -LARGEADDRESSAWARE -NXCOMPAT -DYNAMICBASE  -DEBUG -DEBUGTYPE:CV -DEBUG -OPT:REF   /HEAP:0x40000 -L
IBPATH:../../mozilla/dist/lib -NODEFAULTLIB:msvcrt -NODEFAULTLIB:msvcrtd -NODEFAULTLIB:msvcprt -NODE
FAULTLIB:msvcprtd -DEFAULTLIB:mozcrt nsSuiteApp.obj ./module.res  ../../mozilla/dist/lib/xul.lib c:/
mozillasrc/suite/64binary/suite/mozilla/dist/lib/xpcomglue_s.lib c:/mozillasrc/suite/64binary/suite/
mozilla/dist/lib/xpcom.lib c:/mozillasrc/suite/64binary/suite/mozilla/dist/lib/mozalloc.lib c:/mozil
lasrc/suite/64binary/suite/mozilla/dist/lib/nspr4.lib c:/mozillasrc/suite/64binary/suite/mozilla/dis
t/lib/plc4.lib c:/mozillasrc/suite/64binary/suite/mozilla/dist/lib/plds4.lib    kernel32.lib user32.
lib gdi32.lib winmm.lib wsock32.lib advapi32.lib comctl32.lib comdlg32.lib uuid.lib shell32.lib ole3
2.lib oleaut32.lib version.lib winspool.lib
nsSuiteApp.obj : error LNK2019: unresolved external symbol "unsigned int __cdecl CrashReporter::Appe
ndAppNotesToCrashReport(class nsACString const &)" (?AppendAppNotesToCrashReport@CrashReporter@@YAIA
EBVnsACString@@@Z) referenced in function "void __cdecl SetupDllBlocklist(void)" (?SetupDllBlocklist
@@YAXXZ)
seamonkey.exe : fatal error LNK1120: 1 unresolved externals
make[6]: *** [seamonkey.exe] Error 96
make[6]: Leaving directory `/c/mozillasrc/suite/64binary/suite/suite/app'
make[5]: *** [libs] Error 2
make[5]: Leaving directory `/c/mozillasrc/suite/64binary/suite/suite'
make[4]: *** [libs_tier_app] Error 2
make[4]: Leaving directory `/c/mozillasrc/suite/64binary/suite'
make[3]: *** [tier_app] Error 2
make[3]: Leaving directory `/c/mozillasrc/suite/64binary/suite'
make[2]: *** [default] Error 2
make[2]: Leaving directory `/c/mozillasrc/suite/64binary/suite'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/c/mozillasrc/suite/mozilla'
make: *** [build] Error 2



Actual results:

Looks like bug 631156




Expected results:

$ cl
Microsoft (R) C/C++ Optimizing Compiler Version 15.00.30729.01 for x64
Copyright (C) Microsoft Corporation.  All rights reserved.

usage: cl [ option... ] filename... [ /link linkoption... ]

# Build Firefox/Minefield from Mecurial repository
#
mk_add_options  MOZ_OBJDIR=/c/mozillasrc/suite/64binary
mk_add_options  MOZ_BUILD_PROJECTS=suite
mk_add_options  MOZ_CO_PROJECT=suite
mk_add_options  AUTOCONF=autoconf-2.13
#mk_add_options MOZ_MAKE_FLAGS=-j4

ac_add_options  --target=x86_64-pc-mingw32
ac_add_options  --host=x86_64-pc-mingw32
ac_add_options  --enable-application=suite
ac_add_options  --disable-shared
ac_add_options  --disable-tests
ac_add_options  --enable-optimize --disable-debug
ac_add_options  --enable-jemalloc
OS: Windows 7 → Windows Server 2008
Hardware: x86 → x86_64
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.