captBluesky Posted February 25, 2021 Report Share Posted February 25, 2021 Build: <git clone https://github.com/0ad/0ad.git> <cd 0ad/build/workspaces> <./update-workspaces.sh -j3> -had to install "rustc" <cd gcc> <make -j3 config=debug> -or- <make -j3> fails with: " rwas@rwas-Aspire-E5-576G% make -j3 ==== Building mocks_real (release) ==== Creating obj/mocks_real_Release mocks_real.cpp Linking mocks_real ==== Building network (release) ==== Creating obj/network_Release precompiled.h In file included from ../../../source/lib/precompiled.h:111:0, from ../../../source/pch/network/precompiled.h:19: ../../../source/ps/CLogger.h:28:10: fatal error: fmt/printf.h: No such file or directory #include <fmt/printf.h> ^~~~~~~~~~~~~~ compilation terminated. network.make:137: recipe for target 'obj/network_Release/precompiled.h.gch' failed make[1]: *** [obj/network_Release/precompiled.h.gch] Error 1 Makefile:76: recipe for target 'network' failed make: *** [network] Error 2 " Mind you I have successfully built 24a before (4 mo ago with devr channel help) Quakenet. For some reason Quakenet is *G-line* ing me. I see a message about botnets not being allowed, but not sure if that's just part of the MOTD. There appears to be *no way to reach an admin* unless you are on the server. Soft of a chicken and the egg kinda deal. captBluesky Quote Link to comment Share on other sites More sharing options...
wraitii Posted February 25, 2021 Report Share Posted February 25, 2021 It seems that your are missing the "fmt" library. Depending on your distribution, this can be in a variety of packages. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.