GtkD HelloWorld app crashes with exception

Alexandr Druzhinin drug2004 at bk.ru
Sat May 18 01:46:27 PDT 2013


18.05.2013 15:34, Enjoys Math пишет:
>
> And the errors are:
>
> OPTLINK (R) for Win32  Release 8.00.12
> Copyright (C) Digital Mars 1989-2010  All rights reserved.
> http://www.digitalmars.com/ctg/optlink.html
> C:\D\dmd2\windows\bin\..\lib\GtkD.lib(ObjectG)
>   Error 42: Symbol Undefined _D4core6memory2GC7addRootFxPvZv (void
> core.memory.GC.addRoot(const(void*)))
> C:\D\dmd2\windows\bin\..\lib\GtkD.lib(ObjectG)
>   Error 42: Symbol Undefined _D4core6memory2GC10removeRootFxPvZv (void
> core.memory.GC.removeRoot(const(void*)))
> C:\D\dmd2\windows\bin\..\lib\GtkD.lib(glib)
>   Error 42: Symbol Undefined
> _D4core6memory2GC6qallocFkkZS4core6memory8BlkInfo_ (core.memory.BlkInfo_
> core.memory.GC.qalloc(uint, uint))
> C:\D\dmd2\windows\bin\..\lib\GtkD.lib(glib)
>   Error 42: Symbol Undefined _D4core6memory2GC6extendFPvkkZk (uint
> core.memory.GC.extend(void*, uint, uint))
> C:\D\dmd2\windows\bin\..\lib\GtkD.lib(glib)
>   Error 42: Symbol Undefined _D4core5bitop3bsrFNaNbkZi (pure nothrow int
> core.bitop.bsr(uint))
> Building Debug\WindowsApp2.exe failed!
Your compiler is installed incorrectly and can not find phobos  of 
appropriate version. Check it once again. In your case this error should 
appear with any other example. Check it too, if you want.


More information about the Digitalmars-d-learn mailing list