[DiscordArchive] walking through the Windows installation first time, and my `Build/bin/RelWithDebInfo/` doesn't have
[DiscordArchive] walking through the Windows installation first time, and my `Build/bin/RelWithDebInfo/` doesn't have
Archived author: pandaquake • Posted: 2023-11-28T19:22:48.232000+00:00
Original source
walking through the Windows installation first time, and my `Build/bin/RelWithDebInfo/` doesn't have the following files:
* conf files (had to find from src code dir)
* authserver.exe .pbd
* worldserver.exe .pbd
the only files generated were the extractor tools. Any thoughts?
Archived author: Honey • Posted: 2023-11-28T19:24:55.592000+00:00
Original source
Sounds like you have deselected some parts in cmake or VS.
Archived author: Honey • Posted: 2023-11-28T19:25:23.200000+00:00
Original source
If auth and worldserver would compile, you'd also have conf files.
Archived author: Revision • Posted: 2023-11-28T19:38:48.898000+00:00
Original source
Build might've failed. You shouldn't copy the config files manually either and expect it to work.
Archived author: pandaquake • Posted: 2023-11-28T19:40:19.943000+00:00
Original source
looks like it's an error in finding mysql.h. I have mariadb installed instead. So for the `MYSQL_INCLUDE_DIR` I used`C:\Program Files\MariaDB 10.11\include` but I'm guessing that it wasn't correct. I'll try `C:\Program Files\MariaDB 10.11\include\mysql\` next