Xonotic Forums
[SOLVED] c++ version upgrade - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Creating & Contributing (https://forums.xonotic.org/forumdisplay.php?fid=10)
+--- Forum: Xonotic - Development (https://forums.xonotic.org/forumdisplay.php?fid=12)
+--- Thread: [SOLVED] c++ version upgrade (/showthread.php?tid=7029)



c++ version upgrade - BuddyFriendGuy - 01-22-2017

This is for those who are compiling Xonotic from the repo.

If you upgraded your gcc (I upgraded from 6.2.1 to 6.3.1, on Arch Linux), and you had compiled gmqcc before, you'll need to delete gmqcc/*.d in order to continue to avoid referencing to the old lib path.

Dev team, should this be included in "./all"?