drug007 / nanogui

D port of wjakob/nanogui
Other
29 stars 7 forks source link

sdl example not building by ldc2 #34

Closed zkxjzmswkwl closed 2 years ago

zkxjzmswkwl commented 2 years ago

../../auxil/source/auxil/modell.d line 958 expression len = getLength() is not a constant.

Can't be changed to not be const because the value's not present at compile time.

Am I missing something?

drug007 commented 2 years ago

What branch and compiler/compiler version do you use? I just build sdl example successfully using dmd 2.097.2 and develop branch.

drug007 commented 2 years ago

The issue is reproduced with ldc2 compiler. I'll take a look into it.