Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"derelict-gles" -> "wayland" references a configuration that does not exist #4

Closed
vitalfadeev opened this issue Jul 8, 2021 · 3 comments

Comments

@vitalfadeev
Copy link

Hi!
Help me, please.

I clone 'wayland-d':
git clone https://github.com/rtbo/wayland-d.git

then go to 'wayland-d'
cd wayland-d

then go to the '3rdparty/DerelictGLES'
cd 3rdparty/DerelictGLES

then clone DerelictGLES
git clone https://github.com/DerelictOrg/DerelictGLES.git .

then go to 'wayland-d' and run delicious for me 'simple_egl'
cd ../..
dub run wayland:simple_egl

I got error:

# dub run wayland:simple_egl
Building package wayland:simple_egl in /home/vital/src/dtest/wayland-d/examples/simple_egl/
The sub configuration directive "derelict-gles" -> "wayland" references a configuration that does not exist.
Could not resolve configuration for package wayland:simple_egl

Can you help me solve this problem ?

What sub configuration directive "derelict-gles" -> "wayland" I must fix ?

@rtbo
Copy link
Owner

rtbo commented Jul 10, 2021

the DerelectGLES is a fork I've modified at the time I was developing wayland-d.
It is a git submodule, so the following should work

git clone https://github.com/rtbo/wayland-d.git
cd wayland-d
git submodule update --init
dub run wayland:simple_egl

@rtbo
Copy link
Owner

rtbo commented Jul 10, 2021

I've fixed a few things that were broken in recent versions of Dub and D compiler.
You should pull master or checkout v0.3.0 to get up-to-date code.

@vitalfadeev
Copy link
Author

It worked!
Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants