D1: Trying to update Juno Library to 1.076
jicman
jicman at gmail.com
Fri Aug 23 20:44:23 UTC 2019
On Friday, 23 August 2019 at 20:33:30 UTC, jicman wrote:
> I actually have more problems. After fixing that problem,
> others have surfaced. How does one knows which which are the
> correct names of the undefined symbols? For example:
>
> OPTLINK (R) for Win32 Release 8.00.16
> Copyright (C) Digital Mars 1989-2013 All rights reserved.
> http://www.digitalmars.com/ctg/optlink.html
> PMORpts.obj(PMORpts)
> Error 42: Symbol Undefined __d_arrayliteralTX
> c:\D\import\juno\locale\core.obj(core)
> Error 42: Symbol Undefined __aaEqual
>
> I have searched all over within the code for the project for
> '__d_arrayliteralTX' and various pieces of that (\Wd\Warray, d,
> literal, etc.), and have not found anything. Just as 'Equal',
> and nothing. Is there a way to know what is the reference
> within the code for those obscure symbols?
>
> By the way, I have fixed all back to the way it was. ;-)
> Thanks.
> The only problem now is trying to figure out where do these
> symbols come from. Thanks again for the help.
>
> josé
Ignore the error. I still had an old 1.046 lib in the 1.076 lib
folder. After that, it compiled with 1.076. I made changes to
the code, it it stills compiles. I am a happy guy. ;-) Thanks
for all your help.
josé
More information about the Digitalmars-d-learn
mailing list