Closed
Bug 563293
Opened 15 years ago
Closed 12 years ago
Under VS2010, configure chokes if jemalloc is enabled.
Categories
(MailNews Core :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ewong, Unassigned)
References
Details
Under VS2010, if the compile option '--enable-jemalloc' is included,
the configure errors:
Building jemalloc requires exactly Visual C++ 2005 SP1 or 2008 SP1 currently
Without --enable-jemalloc, the final 'make package' produces a package
that can be uncompressed to a folder, but Seamonkey would not run. It
gives (on a Win2003 server system) an error:
The application has failed to start because the application
configuration is incorrect. Reinstalling the application may
fix this problem.
Comment 1•15 years ago
|
||
This would be the comm-central port of bug 563316
Comment 2•15 years ago
|
||
You can fix the error message without --enable-jemalloc by setting WIN32_REDIST_DIR="C:\Program Files\Microsoft Visual Studio 10.0\VC\redist\x86\Microsoft.VC100.CRT"
(or whatever that path is on your machine.) That will cause the build system to package up the CRT DLLs alongside your build.
Comment 3•14 years ago
|
||
WONTFIXED bug 563316 in favor of bug 515492.
Updated•14 years ago
|
Comment 4•12 years ago
|
||
Thunderbird builders are now building on VS 2010, so I suspect this is no longer an issue.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•