Closed jiffygist closed 2 months ago
If I build mainui separately with cmake it builds ok. Idk how to make xash use it though.
Post whole build log (after running clean) and config.log in build directory.
чт, 26 сент. 2024 г., 20:19 Herman @.***>:
If I build mainui separately with cmake it builds ok. Idk how to make xash use it though.
— Reply to this email directly, view it on GitHub https://github.com/FWGS/xash3d-fwgs/issues/1818#issuecomment-2377271208, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYQTAKJEY67RF64RAWG5X3ZYQQYRAVCNFSM6AAAAABO5HFHQOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZXGI3TCMRQHA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Configure with -vv: https://files.catbox.moe/iu5vbx.txt Build with -vv: https://files.catbox.moe/098qj5.txt
@a1batross oh sorry this is totally my mistake, I forgot to update submodules... After I did it builds ok
I'm configuring and compiling the project like this
However, I'm getting lots of errors related to
#include STDINT_H
and missing#include <cstdint>
, e.g.