Re: 2.096.0 linker errors

2021-03-23 Thread Curtis via Digitalmars-d-learn
https://github.com/dlang/dub/issues/2119

Re: 2.096.0 linker errors

2021-03-23 Thread Curtis via Digitalmars-d-learn
On Tuesday, 23 March 2021 at 17:19:10 UTC, mw wrote: If it's not a clean up issue, try -- DMD 2.095 or -- LDC 1.25.1 to see if you can build, if yes, then it could be a bug of 2.096 I tried compiling with both DMD 2.095.1 and LDC 1.25.1 and still got the linker errors. Then I tried

Re: 2.096.0 linker errors

2021-03-23 Thread mw via Digitalmars-d-learn
If it's not a clean up issue, try -- DMD 2.095 or -- LDC 1.25.1 to see if you can build, if yes, then it could be a bug of 2.096

Re: 2.096.0 linker errors

2021-03-23 Thread Curtis via Digitalmars-d-learn
On Tuesday, 23 March 2021 at 16:04:49 UTC, mw wrote: Just want to make sure: what I mean is $HOME/.dub/ the whole *dir* tree, it contains all the 3rd party packages; not a single file. I don't have a $HOME/.dub/ directory, but I did delete the whole .dub/ directory in the project I am trying

Re: 2.096.0 linker errors

2021-03-23 Thread mw via Digitalmars-d-learn
On Tuesday, 23 March 2021 at 15:27:32 UTC, Curtis wrote: On Tuesday, 23 March 2021 at 00:39:32 UTC, mw wrote: On Monday, 22 March 2021 at 23:35:09 UTC, Curtis wrote: Using 2.096.0, I'm getting a number of "undefined reference" ... The code compiles and links with 2.091.1 but I'm not sure

Re: 2.096.0 linker errors

2021-03-23 Thread Curtis via Digitalmars-d-learn
On Tuesday, 23 March 2021 at 00:39:32 UTC, mw wrote: On Monday, 22 March 2021 at 23:35:09 UTC, Curtis wrote: Using 2.096.0, I'm getting a number of "undefined reference" ... The code compiles and links with 2.091.1 but I'm not sure what has changed since then that might cause this problem. I

Re: 2.096.0 linker errors

2021-03-22 Thread mw via Digitalmars-d-learn
On Monday, 22 March 2021 at 23:35:09 UTC, Curtis wrote: Using 2.096.0, I'm getting a number of "undefined reference" ... The code compiles and links with 2.091.1 but I'm not sure what has changed since then that might cause this problem. I am working on creating a reduced test case using