Closed
Bug 238305
Opened 21 years ago
Closed 21 years ago
jsd doesn't build on windows if JS_MARK_DEBUG is set
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
474 bytes,
patch
|
rginda
:
review+
|
Details | Diff | Splinter Review |
jsd_xpc.obj : error LNK2001: unresolved external symbol "__declspec(dllimport)
struct _iobuf * js_DumpGCHeap" (__imp_?js_DumpGCHeap@@3PAU_iobuf@@A)
jsd3250.dll : fatal error LNK1120: 1 unresolved externals
The linker error clearly indicates that it's looking for a C++ mangled symbol,
which is wrong since it's a C exported symbol
Attachment #144516 -
Flags: review?(rginda)
Comment 2•21 years ago
|
||
Comment on attachment 144516 [details] [diff] [review]
extern wrapping
r=rginda
Attachment #144516 -
Flags: review?(rginda) → review+
mozilla/js/jsd/jsd_xpc.cpp 1.65
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Other Applications
Updated•6 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•