View previous topic :: View next topic |
Author |
Message |
smjg
Joined: 29 Sep 2004 Posts: 41
|
Posted: Fri Sep 09, 2005 4:39 am Post subject: [Bug] Undefined symbols |
|
|
Now when I try compiling Indigo (under DMD 0.130, Windows 98SE), I get these linker errors.
Quote: | D:\My Documents\Programming\D\thirdp\indigo20050901>dmd indigo\i18n\textcodec.d indigo\i18n\locale.d indigo\tools\vector.d indigo\i18n\math.d indigo\i18n\locale_impl.d indigo\i18n\locale_data.d indigo\i18n\conversion.d indigo\i18n\translation.d indigo\i18n\format.d indigo\core\allocmore.d indigo\core\cmdtarget.d indigo\io\environment.d indigo\io\datastream.d indigo\io\iodevice.d indigo\io\file.d indigo\tools\hash.d indigo\tools\hashfunctions.d indigo\posix\stat.d codec.d
E:\DMD\BIN\..\..\dm\bin\link.exe textcodec+locale+vector+math+locale_impl+locale_data+conversion+translation+format+allocmore+cmdtarget+environment+datastream+iodevice+file+hash+hashfunctions+stat+codec,,,user32+kernel32/noi;
OPTLINK (R) for Win32 Release 7.50B1
Copyright (C) Digital Mars 1989 - 2001 All Rights Reserved
file.obj(file)
Error 42: Symbol Undefined _indigo_getErrno
file.obj(file)
Error 42: Symbol Undefined _fileno
--- errorlevel 2
|
These don't seem to be defined anywhere. What's missing?
Stewart. |
|
Back to top |
|
|
uwe
Joined: 05 Apr 2005 Posts: 34 Location: Stuttgart, Germany
|
Posted: Sat Sep 10, 2005 12:01 am Post subject: |
|
|
You have to compile and link indigo/core/cbridge.c into the library.
Ciao
uwe |
|
Back to top |
|
|
uwe
Joined: 05 Apr 2005 Posts: 34 Location: Stuttgart, Germany
|
Posted: Sat Sep 10, 2005 12:09 am Post subject: |
|
|
Ah, and i've sent you a new indigo/posix/stdio.d, which contains the fix for the fileno problem.
Ciao
uwe |
|
Back to top |
|
|
|