Closed
Bug 341379
Opened 20 years ago
Closed 20 years ago
build failed of win32 build with unicharutil and NS_String
Categories
(Minimo Graveyard :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: roytam, Assigned: dougt)
Details
Attachments
(1 file)
|
131.41 KB,
application/octet-stream
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060612 Firefox/1.5.0.4 (Firefox musume)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.4) Gecko/20060612 Firefox/1.5.0.4 (Firefox musume)
Linking failed of Gecko/1.9 minimo for win32.
Reproducible: Always
Steps to Reproduce:
1.checkout
2.add "ac_add_options --enable-extensions=cookie,xml-rpc,p3p,spatialnavigation,permissions" into .mozconfig
3.build
Actual Results:
Linking with error about NS String and unicharutil.
Creating library minimo.lib and object minimo.exp
unicharutil_s.lib(nsUnicharUtils.obj) : error LNK2001: unresolved external symbol __imp__NS_StringGetData_P
unicharutil_s.lib(nsUnicharUtils.obj) : error LNK2001: unresolved external symbol __imp__NS_StringGetMutableData_P
minimo.exe : fatal error LNK1120: 2 unresolved externals
make[5]: *** [minimo.exe] Error 96
Expected Results:
Build without error.
| Assignee | ||
Comment 1•20 years ago
|
||
roy,
I a complete log of what you did to get this error? If you are using the trunk, i would not expect it to build for Windows ce.
Doug
(In reply to comment #1)
> roy,
> I a complete log of what you did to get this error? If you are using the
> trunk, i would not expect it to build for Windows ce.
>
> Doug
>
I can't understand what you mean, but if you're requesting a full build log, I uploaded.
| Assignee | ||
Comment 3•20 years ago
|
||
marking invalid. Roy, please review the build instructions:
http://www.mozilla.org/projects/minimo/WinCE/build.html
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•