[quote=“Euphe, post:3, topic:5927”]Thanks, that worked. Now I get this error:
[code]||=== Cataclysm, Debug ===|
D:\c\Cataclysm-DDA\src\npc.cpp|1301|error: ‘M_PI’ was not declared in this scope|
[/code][/quote]
Ah… that’s prolly math.h/cmath “fuckup”…
You could prolly fix it by adding:
#include <cmath>
after #include .
But that’s also only a hack. Which may not even work at all, as the one too many prollies atest to my being on Linux and not being able to play with/fix your setup.
If you haven’t already, looking at compile wiki page (i.e. using MinGW not CB/VS) might be of better use, since, as it goes, we might get it to compile, but linking stage is all the more “fuckyapped”…
And if you “only” want to mod, why not just get the experimental build. I see the main C:DDA page has updated itself to proper info.
screams away running in lolgrief,
eai