On Saturday, 5 November 2022 at 19:19:09 UTC, bauss wrote:
On Saturday, 5 November 2022 at 14:54:52 UTC, Hipreme wrote:
On Saturday, 5 November 2022 at 14:14:16 UTC, bauss wrote:
On Saturday, 5 November 2022 at 13:42:08 UTC, rikki
cattermole wrote:
Try ldc, if that works then its just a missing
On Saturday, 5 November 2022 at 12:17:14 UTC, rikki cattermole
wrote:
But yes, it has two others (although idk how much they get
used, or how complete).
Using the first two all the time.
IIRC VisualD projects respect --combined
On Saturday, 5 November 2022 at 19:19:09 UTC, bauss wrote:
On Saturday, 5 November 2022 at 14:54:52 UTC, Hipreme wrote:
[...]
I have both VS 2019 and 2022, but only 2019 has c++ build tools
etc. I assume that should be fine?
[...]
You forgot to put \link.exe in the path
On Saturday, 5 November 2022 at 19:24:54 UTC, Imperatorn wrote:
On Saturday, 5 November 2022 at 13:30:43 UTC, bauss wrote:
Fresh install of DMD and when trying to use ex. std.file from
Phobos I get the following linking error: (I can trigger
different ones depending on modules imported etc.)
On 05.11.22 12:38, rikki cattermole wrote:
We have a few build formats that dub can generate for you automatically:
```
visuald - VisualD project files
sublimetext - SublimeText project file
cmake - CMake build scripts
build - Builds the package directly
```
Unfortunately none of them are make,
On Saturday, 5 November 2022 at 13:30:43 UTC, bauss wrote:
Fresh install of DMD and when trying to use ex. std.file from
Phobos I get the following linking error: (I can trigger
different ones depending on modules imported etc.)
[...]
Im also on Windows 10 and 11 and don't have any problems
On Saturday, 5 November 2022 at 14:54:52 UTC, Hipreme wrote:
On Saturday, 5 November 2022 at 14:14:16 UTC, bauss wrote:
On Saturday, 5 November 2022 at 13:42:08 UTC, rikki cattermole
wrote:
Try ldc, if that works then its just a missing library that
needs to be linked against regarding MS CRT.
I've looked up three of those names, they are all deprecated.
I'm wondering if Microsoft have removed them.
On Saturday, 5 November 2022 at 16:13:18 UTC, 0xEAB wrote:
Apparently there a difference between:
- ```d
Message withBody(Body body_) return scope { /* … */ }
```
- ```d
Message withBody(Body body_) scope return { /* … */ }
```
```
Deprecation: returning `this._body` escapes a referen
Apparently there a difference between:
- ```d
Message withBody(Body body_) return scope { /* … */ }
```
- ```d
Message withBody(Body body_) scope return { /* … */ }
```
```
Deprecation: returning `this._body` escapes a reference to
parameter `this`
perhaps change the `return s
On Saturday, 5 November 2022 at 13:30:43 UTC, bauss wrote:
Fresh install of DMD and when trying to use ex. std.file from
Phobos I get the following linking error: (I can trigger
different ones depending on modules imported etc.)
```
lld-link: error: undefined symbol: tzset
```
I assume it has
On Saturday, 5 November 2022 at 14:14:16 UTC, bauss wrote:
On Saturday, 5 November 2022 at 13:42:08 UTC, rikki cattermole
wrote:
Try ldc, if that works then its just a missing library that
needs to be linked against regarding MS CRT.
Using LDC doesn't seem to work either, it has similar linkin
On Saturday, 5 November 2022 at 13:42:08 UTC, rikki cattermole
wrote:
Try ldc, if that works then its just a missing library that
needs to be linked against regarding MS CRT.
Using LDC doesn't seem to work either, it has similar linking
problems.
```
lld-link: error: undefined symbol: fileno
On Saturday, 5 November 2022 at 13:42:08 UTC, rikki cattermole
wrote:
Try ldc, if that works then its just a missing library that
needs to be linked against regarding MS CRT.
I will give it a try
Try ldc, if that works then its just a missing library that needs to be
linked against regarding MS CRT.
On Saturday, 5 November 2022 at 13:30:43 UTC, bauss wrote:
```
lld-link: error: undefined symbol: tzset
```
I don't know if this is relevant, so I will just put it here just
in case:
```
lld-link: error: undefined symbol: tzset
referenced by
phobos64.lib(timezone_151f_37a.obj):(_D3std8dat
Fresh install of DMD and when trying to use ex. std.file from
Phobos I get the following linking error: (I can trigger
different ones depending on modules imported etc.)
```
lld-link: error: undefined symbol: tzset
```
I assume it has something to do with the C runtime or something,
but every
On Friday, 4 November 2022 at 10:57:12 UTC, Hipreme wrote:
3. I'm currently having a bug on my API module that every
duplicated file name, even when located at different
directories(modules), are generating duplicate symbol. The
major problem is that this is currently undebuggable, as the
MSVC
On Friday, 4 November 2022 at 10:57:12 UTC, Hipreme wrote:
Package.d is a real problem existing on our currently modules
design. First is that it means to take the directory name to
use as a module.
If the example mentioned in this thread is not confusing,
package.d is a godsend. 😉
https://
On Saturday, 5 November 2022 at 10:18:33 UTC, Hipreme wrote:
On Saturday, 5 November 2022 at 01:34:04 UTC, ryuukk_ wrote:
On Friday, 4 November 2022 at 10:57:12 UTC, Hipreme wrote:
Package.d is a real problem existing on our currently modules
design. First is that it means to take the directory
On 06/11/2022 1:16 AM, Imperatorn wrote:
On Saturday, 5 November 2022 at 11:38:09 UTC, rikki cattermole wrote:
We have a few build formats that dub can generate for you automatically:
```
visuald - VisualD project files
sublimetext - SublimeText project file
cmake - CMake build scripts
build -
On Saturday, 5 November 2022 at 11:38:09 UTC, rikki cattermole
wrote:
We have a few build formats that dub can generate for you
automatically:
```
visuald - VisualD project files
sublimetext - SublimeText project file
cmake - CMake build scripts
build - Builds the package directly
```
Unfortun
We have a few build formats that dub can generate for you automatically:
```
visuald - VisualD project files
sublimetext - SublimeText project file
cmake - CMake build scripts
build - Builds the package directly
```
Unfortunately none of them are make, it would be nice to have that if
you are l
On Saturday, 5 November 2022 at 01:34:04 UTC, ryuukk_ wrote:
On Friday, 4 November 2022 at 10:57:12 UTC, Hipreme wrote:
Package.d is a real problem existing on our currently modules
design. First is that it means to take the directory name to
use as a module.
This is a problem for 3 reasons:
24 matches
Mail list logo