← Back to index
|
Original Bugzilla link
Bug 13898 – Link error from std.stdio rawRead
Status
RESOLVED
Resolution
DUPLICATE
Severity
normal
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
x86_64
OS
Mac OS X
Creation time
2014-12-27T00:25:00Z
Last change time
2014-12-27T00:37:53Z
Keywords
link-failure
Assigned to
nobody
Creator
qctechs
Attachments
ID
Filename
Summary
Content-Type
Size
1462
log.txt
Log file of the issue generated using "dub build --build release &> log.txt"
text/plain
959
Comments
Comment #0
by qctechs — 2014-12-27T00:25:31Z
Created attachment 1462 Log file of the issue generated using "dub build --build release &> log.txt" Attempting to build using DUB, in release build mode, on OS X, in 64 bit, using DMD, produces a linking error. This error does not occur with LDC or in debug build mode. The error is caused by calls to readRaw from the std.stdio module. Commenting these in my source code fixes the problem. The calls in question:
https://github.com/DDoS/GBAiD/blob/master/src/gbaid/memory.d#L925
https://github.com/DDoS/GBAiD/blob/master/src/gbaid/memory.d#L929
https://github.com/DDoS/GBAiD/blob/master/src/gbaid/memory.d#L937
The error log has been attached
Comment #1
by qctechs — 2014-12-27T00:37:53Z
*** This issue has been marked as a duplicate of issue 13172 ***