Re: DMD 2.109.1 not detecting object

2024-11-28 Thread jmh530 via Digitalmars-d-learn
On Thursday, 28 November 2024 at 01:07:29 UTC, jmh530 wrote: [snip] I was able to fix it. I uninstalled it completely and then reinstalled with a fresh copy of the installer (as opposed to letting the installer uninstall first).

Re: DMD 2.109.1 not detecting object

2024-11-27 Thread jmh530 via Digitalmars-d-learn
On Wednesday, 27 November 2024 at 20:47:04 UTC, Richard (Rikki) Andrew Cattermole wrote: On 28/11/2024 2:47 AM, jmh530 wrote: On Wednesday, 27 November 2024 at 04:37:53 UTC, Richard (Rikki) Andrew Cattermole wrote: This is odd. You shouldn't be getting this for a default install of dmd. The i

Re: DMD 2.109.1 not detecting object

2024-11-27 Thread Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
On 27/11/2024 10:58 PM, Salih Dincer wrote: On Wednesday, 27 November 2024 at 04:37:53 UTC, Richard (Rikki) Andrew Cattermole wrote: This is odd. You shouldn't be getting this for a default install of dmd. The import paths (``-I``) are not pointing at druntime inside of sc.ini config file.

Re: DMD 2.109.1 not detecting object

2024-11-27 Thread Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
On 28/11/2024 2:47 AM, jmh530 wrote: On Wednesday, 27 November 2024 at 04:37:53 UTC, Richard (Rikki) Andrew Cattermole wrote: This is odd. You shouldn't be getting this for a default install of dmd. The import paths (``-I``) are not pointing at druntime inside of sc.ini config file. Is ther

Re: DMD 2.109.1 not detecting object

2024-11-27 Thread jmh530 via Digitalmars-d-learn
On Wednesday, 27 November 2024 at 04:37:53 UTC, Richard (Rikki) Andrew Cattermole wrote: This is odd. You shouldn't be getting this for a default install of dmd. The import paths (``-I``) are not pointing at druntime inside of sc.ini config file. Is there any information I can provide that w

Re: DMD 2.109.1 not detecting object

2024-11-27 Thread Salih Dincer via Digitalmars-d-learn
On Wednesday, 27 November 2024 at 04:37:53 UTC, Richard (Rikki) Andrew Cattermole wrote: This is odd. You shouldn't be getting this for a default install of dmd. The import paths (``-I``) are not pointing at druntime inside of sc.ini config file. I'm also having trouble using ImportC. More a

Re: DMD 2.109.1 not detecting object

2024-11-26 Thread Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn
This is odd. You shouldn't be getting this for a default install of dmd. The import paths (``-I``) are not pointing at druntime inside of sc.ini config file.

DMD 2.109.1 not detecting object

2024-11-26 Thread jmh530 via Digitalmars-d-learn
It seems like dmd is in the path properly (version 2.109.1), but I'm getting an error about object not being found. I tried uninstalling and installing again. Any idea what the issue is? This machine is using Windows 10. ``` C:\Users\[User Name]\Documents\GitHub\mir-algorithm>dmd --version DM