Simple BeamUI project won't link

Ferhat Kurtulmuş aferust at gmail.com
Wed Dec 16 07:45:50 UTC 2020


On Wednesday, 16 December 2020 at 07:40:45 UTC, Ferhat Kurtulmuş 
wrote:
> On Wednesday, 16 December 2020 at 07:02:11 UTC, Daren Scot 
> Wilson wrote:
>> Trying out the beamui GUI package, obtained by git clone from 
>> github.  The "basic" example builds and runs.
>
>> I'm working on an Arch Linux machine with lots of RAM, but a 
>> user with not enough practice at D yet.
>
> I have a little experience with beamui but only on windows. It 
> is under WIP. You'd better open an issue with an error report 
> on GitHub as I did before 
> https://github.com/dayllenger/beamui/issues/16. You may get 
> some help from the maintainer.

This may be not your issue, but I could manage it to work by 
adding this line:

subPackage "examples/myproject"

to the dub.sdl of the beamui. I simply put my project in 
examples/ folder.

And compile and run using:

dub run :myproject


More information about the Digitalmars-d-learn mailing list