https://bugs.winehq.org/show_bug.cgi?id=40330
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW
--- Comment #6 from Austin English austinenglish@gmail.com --- (In reply to Kyle Auble from comment #4)
Of course, if you (or anyone else) still has this problem, and the new instructions don't fix it, definitely update us here. I'll try to keep a closer eye on the report and look into it more if needed.
Hi Kyle,
I hadn't tried this in a while, but just did with 7.3.0.
Doing: ./configure CFLAGS="-Og -fsanitize=address" LDFLAGS="-fsanitize=address" make -j $(nproc)
failed. I need to add -lasan -pthread.
After that, fails when it tries to make fonts with output similar to attachment 53999. I'll attach a patch that avoids it, but it's a hack.