Thanks, so what I've tried now is :
./update-workspaces.sh --cc=gcc-12
cd gcc
make
And
./update-workspaces.sh --cc=clang-18
cd gcc #Can't see any other folders
make
If i pass a compiler version i don't have to update-workspaces.sh, it tell me so. Therefor I'm guessing i do have to compiler I'm passing above.
Yet compilation fails in both cases.
With gcc
/usr/include/fmt/core.h:2201:22: error: ‘constexpr void fmt::v8::basic_format_parse_context<Char, ErrorHandler>::on_error(const char*) [with Char = char; ErrorHandler = fmt::v8::detail::error_handler]’ called in a constant expression
2201 | context_.on_error(message);
With clang
In file included from ../../../source/ps/GameSetup/GameSetup.cpp:84:
../../../source/scriptinterface/FunctionWrapper.h:518:6: error: call to consteval function 'fmt::basic_format_string<char, std::basic_string<char> &>::basic_format_string<char[51], 0>' is not a constant expression
518 | "Failed defining function {:?} on the native scope.", classInfo->name)};
| ^
Buy 100% undetectable counterfeit money grade AAA+ | SSD CHEM | ATM CLONED CARDS FOR SALE @(infodocuments4@gmail.com)WhatsApp: +237673528224
We are the best and Unique producer of HIGH QUALITY Undetectable Counterfeit Banknotes, with over a billion
of our products circulating around the world. we produce genuine dollar, British pound and euro banknotes with different serial numbers on each account. We stock semi-finished banknote bases that have already been engraved and designed on the front and back of the various currencies of each denomination. We need a partner with whom we will work discreetly to complete the production of our semi-finished banknote substrates and make them legal tender that we will discuss in a personal meeting if you agree to work with us. We will schedule an appointment to show you everything and discuss all details and prepare samples so you can pass the test to confirm authenticity. All notes will pass important test such as ultraviolet light, pencil test,
All Inquiries Below
Email: infodocuments4@gmail.com
WhatsApp : +1(314)866-9771
WhatsApp: +237673528224
Telegram ID : @Loyaltyco
I think you are using gcc instead, if you want to use clang you have to set CXX environment variable or pass --cc=clang to update-workspace.sh, also your gcc version is likely older then gcc-12.