Open WammKD opened 8 months ago
Hi @WammKD, thanks for the report.
Could you try:
test -d build || mkdir build
cd build && cmake -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_VERBOSE_MAKEFILE=YES ../src && make
and show the full output please? Also on the way I'm confused by -j 8
to make
, does
env | grep MAKEFLAGS
shows anything?
When I try building
tagutil
, I keep running into this error:As far as I can tell – though –, I'm running the right commands (as the GitHub instructed):
So I can't tell what I'm doing wrong; the version of
cmake
I'm using is3.24.2
.And full output can be found here: https://pastebin.com/NAHgxpc1.
Thanks for any help!