Thread overview |
---|
November 11, 2015 How to fix "Error symbol '.....' is already defined" | ||||
---|---|---|---|---|
| ||||
Hi, I have a small project and I would like to use D to build it. I am working on Windows and I have already generated a gdc compiler through msys2/mingw64 and now I would like to compile the old.unmaintained wxWidgets wrapper called wxd. I have forked the project here: https://github.com/vrichomme/wxd and tried to fix the easiest errors but now there is still an error about symbol already defined: http://dpaste.dzfl.pl/c925e7f888e8 By looking at https://github.com/vrichomme/wxd/blob/master/src/wx/TreeCtrl.d do you know why I get this error ? When using dmd I still have the warning but the linker ignores it, however since my project is for a raspberrypi I prefer to use the same toolchain on destop(gdc). Thanks |
November 12, 2015 Re: How to fix "Error symbol '.....' is already defined" | ||||
---|---|---|---|---|
| ||||
Posted in reply to Vincent R | Looks like a bug in the compiler. |
November 12, 2015 Re: How to fix "Error symbol '.....' is already defined" | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kagamin | On Thursday, 12 November 2015 at 08:45:57 UTC, Kagamin wrote:
> Looks like a bug in the compiler.
In this case it means there is a bug inside dmd and gdc (didn't try ldc)...
|
Copyright © 1999-2021 by the D Language Foundation