Jump to content

[Solved] ftbs: fmt/printf.h: No such file or directory


GunChleoc
 Share

Recommended Posts

I got a compile failure today after fetching the latest SVN (r24351).

I ran clean-workspaces.sh and ./update-workspaces.sh --with-system-nvtt, then make in the gcc folder.

System:

  • Linux Mint based on Ubuntu Focal (20.04).
  • gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0

 

==== Building network (release) ====
Creating obj/network_Release
precompiled.h
In file included from ../../../source/lib/precompiled.h:111,
                 from ../../../source/pch/network/precompiled.h:19:
../../../source/ps/CLogger.h:28:10: fatal error: fmt/printf.h: No such file or directory
   28 | #include <fmt/printf.h>
      |          ^~~~~~~~~~~~~~
compilation terminated.

 

Edited by GunChleoc
  • Like 2
Link to comment
Share on other sites

Thanks that fixed it!

BTW the dependencies list python-is-python2, should that be python-is-python3 now since the SpiderMonkey upgrade is done? Also, the rust dependencies would install python-is-python2 if I installed them from the Ubuntu package manager. I got them from https://www.rust-lang.org/tools/install instead as recommended in the Spidermonkey thread to be on Python 3. Shall we update the build instructions accordingly?

Since my system nvtt is too old, I updated the workspaces without the switch.

Link to comment
Share on other sites

  • GunChleoc changed the title to [Solved] ftbs: fmt/printf.h: No such file or directory

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...