cairo(D) / x64 / unresolved externals / don't know why
Robert M. Münch via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sun Jan 10 14:22:03 PST 2016
I made to compile a bunch of libs on Win64 and got my D project
compiled as well. Only problem left are some strange unresolved
externals.
Linking...
dmd
-of.dub\build\application-debug-windows-x86_64-dmd_2069-F0A1450B9B033D5CD11F3F60481557B0\webchat.exe
.dub\build\application-debug-windows-x86_64-dmd_2069-F0A1450B9B033D5CD11F3F60481557B0\webchat.obj
..\vibe-d-0.7.26\lib\win-amd64\libeay32.lib
..\vibe-d-0.7.26\lib\win-amd64\ssleay32.lib ..\cairoD\cairoD.lib
C:\Users\robby\AppData\Roaming\dub\packages\derelict-ft-1.0.2\lib\DerelictFT.lib
C:\Users\robby\AppData\Roaming\dub\packages\derelict-util-2.0.4\lib\DerelictUtil.lib
C:\Users\robby\AppData\Roaming\dub\packages\x11-1.0.9\x11.lib
..\vibe-d-0.7.26\vibe-d.lib wsock32.lib ws2_32.lib advapi32.lib
user32.lib -LD:\develop\cairo\cairo\src\release\cairo-static.lib
-LD:\develop\cairo\libpng\libpng.lib -Lgdi32.lib -m64 -m64 -m64 -m64
-m64 -m64 -g
cairo-static.lib(cairo-image-source.obj) : error LNK2001: unresolved
external "__imp__hypot"
and some more missing in other .obj files:
"__imp__ctime64"
"__imp_ldiv"
"__imp_strncpy"
"__imp_rand"
IMO this all looks like msvcrt standard lib stuff so wondering why it's
not found. Do I explicitly have to link to the msvcrt lib?
--
Robert M. Münch
http://www.saphirion.com
smarter | better | faster
More information about the Digitalmars-d-learn
mailing list