i’ve got the error as shown in the attachment when i try to run “make” in glow/fmt/build/
Thanks for reporting this. Unfortunately this is an issue inside the fmt
dependence, and not specific to Glow. I imagine this issue occurs due to the compiler you’re using to compile fmt
. One option could be to try a different compiler, or alternatively change the code so it won’t complain there (i.e. just add the {}
there to fix the problem in the source code)
I changed the compiler and it worked ,thanks…!
1 Like