[DiscordArchive] When a module says 'use a clean build' does it just mean an empty build folder or a fully fresh serv
[DiscordArchive] When a module says 'use a clean build' does it just mean an empty build folder or a fully fresh serv
Archived author: Rhyic • Posted: 2025-07-13T17:54:06.716000+00:00
Original source
When a module says 'use a clean build' does it just mean an empty build folder or a fully fresh server/files?
Archived author: Revision • Posted: 2025-07-13T18:01:23.588000+00:00
Original source
99% of the time you don't have to perform a clean build. If you're running into errors while compiling you should try a clean build to see if that fixes it, otherwise you shouldn't bother.
Archived author: Rhyic • Posted: 2025-07-13T18:20:46.858000+00:00
Original source
ok, thank you. Yea, I keep getting 'make: *** [Makefile:136: all] Error 2' error. I am using the 'PlayerBots' fork, could this be causing me issues?
Archived author: Revision • Posted: 2025-07-13T18:23:32.991000+00:00
Original source
That doesn't say anything about what the actual error is, and it depends on what the module needs. If it needs custom changes to the core that would cause errors no matter if you're using playerbots or not.