Clovisnox Posted May 15, 2021 Share Posted May 15, 2021 (edited) Hello there I had trouble using the search option of the forum, sorry if the question was already asked (I swear i searched ) I'm trying to compile the svn version on archlinux Everything's going smoothly until the "make -j8" command ==== Building AtlasUI (release) ==== precompiled.h ../../../source/tools/atlas/AtlasUI/Misc/precompiled.h:107:11: erreur fatale: wx/wx.h : Aucun fichier ou dossier de ce type 107 | # include "wx/wx.h" | ^~~~~~~~~ compilation terminée. make[1]: *** [AtlasUI.make:188 : obj/AtlasUI_Release/precompiled.h.gch] Erreur 1 make: *** [Makefile:173 : AtlasUI] Erreur 2 Do you know what might be the issue here ? And maybe even how to solve it ? rev is 25444, which is the latest available as i'm writing. Same issue with the few previous revisions Edited May 16, 2021 by Clovisnox SOLVED Tag Link to comment Share on other sites More sharing options...
nwtour Posted May 15, 2021 Share Posted May 15, 2021 (edited) 14 minutes ago, Clovisnox said: Do you know what might be the issue here ? And maybe even how to solve it ? Hi. To build the map editor (Atlas) you need wxWidgets header (for example its https://aur.archlinux.org/packages/wxgtk3-dev-light/) (or set options --disable-atlas if no map editor is required) Edited May 15, 2021 by nwtour 1 Link to comment Share on other sites More sharing options...
Clovisnox Posted May 16, 2021 Author Share Posted May 16, 2021 Thank you @nwtour The package from aur wasn't compiling According to someone from the #wxwidgets irc channel, the aur isn't necessary (and even shouldn't be used) In the end I simply réinstalled wxgtk3 and wxgtk-common packages according to the 0ad build instructions (and wxgtk2 just to be sure ) It's now compiling just fine, thanks to you NB : The command "./update-workspaces.sh --disable-atlas -j8" worked too as a workaround Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now