Giter VIP home page Giter VIP logo

Comments (8)

mafiesto4 avatar mafiesto4 commented on May 31, 2024

fatal error: 'new' file not found - missing C++ stdlib header file.

Compiler command line:

/usr/bin/clang++-14 -fvisibility-inlines-hidden -fvisibility-ms-compat -target x86_64-unknown-linux-gnu --sysroot="/" -mssse3 -fPIC -c -pipe -x c++ -std=c++14 -Wdelete-non-virtual-dtor -fno-math-errno -fdiagnostics-format=msvc -frtti -glldb -pthread -O2 -fexceptions -D "PLATFORM_UNIX" -D "_GNU_SOURCE" -D "PLATFORM_LINUX" -D "_LINUX64" -D "UNICODE" -D "_UNICODE" -D "USE_EDITOR" -D "BUILD_DEVELOPMENT" -D "NDEBUG" -D "FLAXENGINE_API=__attribute__((__visibility__(\"default\")))" -D "COMPILE_WITH_PROFILER" -D "TRACY_ENABLE" -D "TRACY_ON_DEMAND" -I"/usr/include" -I"/usr/lib/clang/14/include" -I"/home/whitecat/.github/FlaxEngine/Source/ThirdParty" -I"/home/whitecat/.github/FlaxEngine/Source" -o "/home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Core/Vector3.o" "/home/whitecat/.github/FlaxEngine/Source/Engine/Core/Math/Vector3.cpp"

Probably some packages are missing.

You could verify files in folders:

  • /usr/include
  • /usr/lib/clang/14/include

if there are any stdlib headers. maybe we need to pick another directory on Linux.

from flaxengine.

justawhitecat avatar justawhitecat commented on May 31, 2024

fatal error: 'new' file not found - missing C++ stdlib header file.

Compiler command line:

/usr/bin/clang++-14 -fvisibility-inlines-hidden -fvisibility-ms-compat -target x86_64-unknown-linux-gnu --sysroot="/" -mssse3 -fPIC -c -pipe -x c++ -std=c++14 -Wdelete-non-virtual-dtor -fno-math-errno -fdiagnostics-format=msvc -frtti -glldb -pthread -O2 -fexceptions -D "PLATFORM_UNIX" -D "_GNU_SOURCE" -D "PLATFORM_LINUX" -D "_LINUX64" -D "UNICODE" -D "_UNICODE" -D "USE_EDITOR" -D "BUILD_DEVELOPMENT" -D "NDEBUG" -D "FLAXENGINE_API=__attribute__((__visibility__(\"default\")))" -D "COMPILE_WITH_PROFILER" -D "TRACY_ENABLE" -D "TRACY_ON_DEMAND" -I"/usr/include" -I"/usr/lib/clang/14/include" -I"/home/whitecat/.github/FlaxEngine/Source/ThirdParty" -I"/home/whitecat/.github/FlaxEngine/Source" -o "/home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Core/Vector3.o" "/home/whitecat/.github/FlaxEngine/Source/Engine/Core/Math/Vector3.cpp"

Probably some packages are missing.

You could verify files in folders:

* `/usr/include`

* `/usr/lib/clang/14/include`

if there are any stdlib headers. maybe we need to pick another directory on Linux.

i have stdlib.h in /usr/include but not /usr/lib/clang/14/include, and have installed all the required packages.

if it helps, whenever i try launch the prebuilt binaries, it gives me a "graphics failed to initialize error" (i do have vulkan, and a nvidia gpu so i don't know why)

from flaxengine.

nothingTVatYT avatar nothingTVatYT commented on May 31, 2024

You need to install the boost development package (probably named boost-dev in Mint).

from flaxengine.

justawhitecat avatar justawhitecat commented on May 31, 2024

You need to install the boost development package (probably named boost-dev in Mint).

still doesn't work

from flaxengine.

nothingTVatYT avatar nothingTVatYT commented on May 31, 2024

According the logs it misses the new.hpp file. Has the error changed after installing the development package?

from flaxengine.

justawhitecat avatar justawhitecat commented on May 31, 2024

According the logs it misses the new.hpp file. Has the error changed after installing the development package?
I have the start of a build I cancelled, here:
`Executing task in folder FlaxEngine: Binaries/Tools/Flax.Build --build --log --mutex --workspace="/home/whitecat/.github/FlaxEngine" --arch=x64 --configuration=Development --platform=Linux --buildTargets=FlaxEditor

Flax.Build 1.0.0
Missing Android SDK. Cannot build for Android platform.
Building targets...
Building target FlaxEditor in Development for Linux x64
Toolset root: /
Clang version: 14.0.0
Using .NET SDK 8.0.102, runtime 8.0.2 (/usr/lib/dotnet)
Found 21 valid and 0 invalid actions in Task Graph cache
Executing 564 tasks using 4 threads
PhysicsBackendPhysX.cpp
ManagedEditor.Internal.cpp
Level.Bindings.Gen.cpp
Editor.Bindings.Gen.cpp
In file included from /home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Editor/Editor.Bindings.Gen.cpp:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Scripting/Scripting.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Scripting/ScriptingType.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Types/StringView.h:7:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Formatting.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/StlWrapper.h:5:
/home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/Memory.h(7,10): fatal error: 'new' file not found
#include
^~~~~
In file included from /home/whitecat/.github/FlaxEngine/Source/Editor/Managed/ManagedEditor.Internal.cpp:3:
In file included from /home/whitecat/.github/FlaxEngine/Source/Editor/Managed/ManagedEditor.h:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Scripting/ScriptingObject.h:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Scripting/ScriptingType.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Types/StringView.h:7:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Formatting.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/StlWrapper.h:5:
/home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/Memory.h(7,10): fatal error: 'new' file not found
#include
^~~~~
In file included from /home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Level/Level.Bindings.Gen.cpp:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Scripting/Scripting.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Scripting/ScriptingType.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Types/StringView.h:7:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Formatting.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/StlWrapper.h:5:
/home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/Memory.h(7,10): fatal error: 'new' file not found
#include
^~~~~
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Physics/PhysX/PhysicsBackendPhysX.cpp:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Physics/PhysX/PhysicsBackendPhysX.h:7:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Physics/PhysicsBackend.h:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Physics/Physics.h:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Math/Quaternion.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Formatting.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/StlWrapper.h:5:
/home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/Memory.h(7,10): fatal error: 'new' file not found
#include
^~~~~
1 error generated.
Task /usr/bin/clang++-14 -fvisibility-inlines-hidden -fvisibility-ms-compat -target x86_64-unknown-linux-gnu --sysroot="/" -mssse3 -fPIC -c -pipe -x c++ -std=c++14 -Wdelete-non-virtual-dtor -fno-math-errno -fdiagnostics-format=msvc -frtti -glldb -pthread -O2 -fexceptions -D "PLATFORM_UNIX" -D "_GNU_SOURCE" -D "PLATFORM_LINUX" -D "_LINUX64" -D "UNICODE" -D "_UNICODE" -D "USE_EDITOR" -D "BUILD_DEVELOPMENT" -D "NDEBUG" -D "FLAXENGINE_API=attribute((visibility("default")))" -D "COMPILE_WITH_DEBUG_DRAW" -D "COMPILE_WITH_SHADER_CACHE_MANAGER" -D "COMPILE_WITH_MODEL_TOOL" -D "COMPILE_WITH_SHADER_COMPILER" -D "COMPILE_WITH_CSG_BUILDER" -D "COMPILE_WITH_NAV_MESH_BUILDER" -D "COMPILE_WITH_NETWORKING" -D "COMPILE_WITH_PHYSICS_COOKING" -D "COMPILE_WITH_PARTICLE_GPU_GRAPH" -D "COMPILE_WITH_GPU_PARTICLES" -D "PLATFORM_TOOLS_LINUX" -D "PLATFORM_TOOLS_ANDROID" -D "COMPILE_WITH_PROFILER" -D "TRACY_ENABLE" -D "TRACY_ON_DEMAND" -D "CURL_STATICLIB" -D "COMPILE_WITH_ASSETS_IMPORTER" -D "COMPILE_WITH_MATERIAL_GRAPH" -D "COMPILE_WITH_AUDIO_TOOL" -D "COMPILE_WITH_OGG_VORBIS" -D "COMPILE_WITH_TEXTURE_TOOL" -D "COMPILE_WITH_ASSETS_EXPORTER" -D "COMPILE_WITH_GI_BAKING" -I"/usr/include" -I"/usr/lib/clang/14/include" -I"/home/whitecat/.github/FlaxEngine/Source/ThirdParty" -I"/home/whitecat/.github/FlaxEngine/Source" -o "/home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Editor/Editor.Bindings.Gen.o" "/home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Editor/Editor.Bindings.Gen.cpp" failed with exit code 1

Engine.cpp
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Engine/Engine.cpp:3:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Engine/Engine.h:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Delegate.h:9:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/Allocation.h:5:
/home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/Memory.h(7,10): fatal error: 'new' file not found
#include
^~~~~
1 error generated.
Task /usr/bin/clang++-14 -fvisibility-inlines-hidden -fvisibility-ms-compat -target x86_64-unknown-linux-gnu --sysroot="/" -mssse3 -fPIC -c -pipe -x c++ -std=c++14 -Wdelete-non-virtual-dtor -fno-math-errno -fdiagnostics-format=msvc -frtti -glldb -pthread -O2 -fexceptions -D "PLATFORM_UNIX" -D "_GNU_SOURCE" -D "PLATFORM_LINUX" -D "_LINUX64" -D "UNICODE" -D "_UNICODE" -D "USE_EDITOR" -D "BUILD_DEVELOPMENT" -D "NDEBUG" -D "FLAXENGINE_API=attribute((visibility("default")))" -D "COMPILE_WITH_DEBUG_DRAW" -D "COMPILE_WITH_SHADER_CACHE_MANAGER" -D "COMPILE_WITH_MODEL_TOOL" -D "COMPILE_WITH_SHADER_COMPILER" -D "COMPILE_WITH_CSG_BUILDER" -D "COMPILE_WITH_NAV_MESH_BUILDER" -D "COMPILE_WITH_NETWORKING" -D "COMPILE_WITH_PHYSICS_COOKING" -D "COMPILE_WITH_PARTICLE_GPU_GRAPH" -D "COMPILE_WITH_GPU_PARTICLES" -D "PLATFORM_TOOLS_LINUX" -D "PLATFORM_TOOLS_ANDROID" -D "COMPILE_WITH_PROFILER" -D "TRACY_ENABLE" -D "TRACY_ON_DEMAND" -D "CURL_STATICLIB" -D "COMPILE_WITH_ASSETS_IMPORTER" -D "COMPILE_WITH_MATERIAL_GRAPH" -D "COMPILE_WITH_AUDIO_TOOL" -D "COMPILE_WITH_OGG_VORBIS" -D "COMPILE_WITH_TEXTURE_TOOL" -D "COMPILE_WITH_ASSETS_EXPORTER" -D "COMPILE_WITH_GI_BAKING" -I"/usr/include" -I"/usr/lib/clang/14/include" -I"/home/whitecat/.github/FlaxEngine/Source/ThirdParty" -I"/home/whitecat/.github/FlaxEngine/Source" -o "/home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Editor/ManagedEditor.Internal.o" "/home/whitecat/.github/FlaxEngine/Source/Editor/Managed/ManagedEditor.Internal.cpp" failed with exit code 1

AssetsImportingManager.cpp
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/ContentImporters/AssetsImportingManager.cpp:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/ContentImporters/AssetsImportingManager.h:7:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/ContentImporters/Types.h:11:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Delegate.h:9:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/Allocation.h:5:
/home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/Memory.h(7,10): fatal error: 'new' file not found
#include
^~~~~
1 error generated.
Task /usr/bin/clang++-14 -fvisibility-inlines-hidden -fvisibility-ms-compat -target x86_64-unknown-linux-gnu --sysroot="/" -mssse3 -fPIC -c -pipe -x c++ -std=c++14 -Wdelete-non-virtual-dtor -fno-math-errno -fdiagnostics-format=msvc -frtti -glldb -pthread -O2 -fexceptions -D "PLATFORM_UNIX" -D "_GNU_SOURCE" -D "PLATFORM_LINUX" -D "_LINUX64" -D "UNICODE" -D "_UNICODE" -D "USE_EDITOR" -D "BUILD_DEVELOPMENT" -D "NDEBUG" -D "FLAXENGINE_API=attribute((visibility("default")))" -D "COMPILE_WITH_CSG_BUILDER" -D "COMPILE_WITH_PROFILER" -D "TRACY_ENABLE" -D "TRACY_ON_DEMAND" -D "COMPILE_WITH_DEBUG_DRAW" -D "COMPILE_WITH_PHYSICS_COOKING" -D "COMPILE_WITH_SHADER_CACHE_MANAGER" -D "COMPILE_WITH_MODEL_TOOL" -D "COMPILE_WITH_SHADER_COMPILER" -D "COMPILE_WITH_PARTICLE_GPU_GRAPH" -D "COMPILE_WITH_GPU_PARTICLES" -D "COMPILE_WITH_ASSETS_IMPORTER" -D "COMPILE_WITH_MATERIAL_GRAPH" -D "COMPILE_WITH_AUDIO_TOOL" -D "COMPILE_WITH_OGG_VORBIS" -D "COMPILE_WITH_TEXTURE_TOOL" -I"/usr/include" -I"/usr/lib/clang/14/include" -I"/home/whitecat/.github/FlaxEngine/Source/ThirdParty" -I"/home/whitecat/.github/FlaxEngine/Source" -o "/home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Level/Level.Bindings.Gen.o" "/home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Level/Level.Bindings.Gen.cpp" failed with exit code 1

ManagedEditor.cpp
In file included from /home/whitecat/.github/FlaxEngine/Source/Editor/Managed/ManagedEditor.cpp:3:
In file included from /home/whitecat/.github/FlaxEngine/Source/Editor/Managed/ManagedEditor.h:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Scripting/ScriptingObject.h:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Scripting/ScriptingType.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Types/StringView.h:7:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Formatting.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/StlWrapper.h:5:
/home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/Memory.h(7,10): fatal error: 'new' file not found
#include
^~~~~
1 error generated.
Task /usr/bin/clang++-14 -fvisibility-inlines-hidden -fvisibility-ms-compat -target x86_64-unknown-linux-gnu --sysroot="/" -mssse3 -fPIC -c -pipe -x c++ -std=c++14 -Wdelete-non-virtual-dtor -fno-math-errno -fdiagnostics-format=msvc -frtti -glldb -pthread -O2 -fexceptions -D "PLATFORM_UNIX" -D "_GNU_SOURCE" -D "PLATFORM_LINUX" -D "_LINUX64" -D "UNICODE" -D "_UNICODE" -D "USE_EDITOR" -D "BUILD_DEVELOPMENT" -D "NDEBUG" -D "FLAXENGINE_API=attribute((visibility("default")))" -D "COMPILE_WITH_PHYSICS_COOKING" -D "COMPILE_WITH_PROFILER" -D "TRACY_ENABLE" -D "TRACY_ON_DEMAND" -D "COMPILE_WITH_DEBUG_DRAW" -D "WITH_VEHICLE" -D "COMPILE_WITH_PHYSX" -D "PX_PHYSX_STATIC_LIB" -D "WITH_CLOTH" -D "NV_CLOTH_IMPORT=" -I"/usr/include" -I"/usr/lib/clang/14/include" -I"/home/whitecat/.github/FlaxEngine/Source/ThirdParty" -I"/home/whitecat/.github/FlaxEngine/Source" -I"/home/whitecat/.github/FlaxEngine/Source/ThirdParty/PhysX" -o "/home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Physics/PhysicsBackendPhysX.o" "/home/whitecat/.github/FlaxEngine/Source/Engine/Physics/PhysX/PhysicsBackendPhysX.cpp" failed with exit code 1

Editor.cpp
In file included from /home/whitecat/.github/FlaxEngine/Source/Editor/Editor.cpp:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Editor/ProjectInfo.h:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Types/String.h:7:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Formatting.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/StlWrapper.h:5:
/home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/Memory.h(7,10): fatal error: 'new' file not found
#include
^~~~~
1 error generated.
Task /usr/bin/clang++-14 -fvisibility-inlines-hidden -fvisibility-ms-compat -target x86_64-unknown-linux-gnu --sysroot="/" -mssse3 -fPIC -c -pipe -x c++ -std=c++14 -Wdelete-non-virtual-dtor -fno-math-errno -fdiagnostics-format=msvc -frtti -glldb -pthread -O2 -fexceptions -D "PLATFORM_UNIX" -D "_GNU_SOURCE" -D "PLATFORM_LINUX" -D "_LINUX64" -D "UNICODE" -D "_UNICODE" -D "USE_EDITOR" -D "BUILD_DEVELOPMENT" -D "NDEBUG" -D "FLAXENGINE_API=attribute((visibility("default")))" -D "COMPILE_WITH_DEBUG_DRAW" -D "COMPILE_WITH_SHADER_CACHE_MANAGER" -D "COMPILE_WITH_MODEL_TOOL" -D "COMPILE_WITH_SHADER_COMPILER" -D "COMPILE_WITH_CSG_BUILDER" -D "COMPILE_WITH_NAV_MESH_BUILDER" -D "COMPILE_WITH_NETWORKING" -D "COMPILE_WITH_PHYSICS_COOKING" -D "COMPILE_WITH_PARTICLE_GPU_GRAPH" -D "COMPILE_WITH_GPU_PARTICLES" -D "COMPILE_WITH_PROFILER" -D "TRACY_ENABLE" -D "TRACY_ON_DEMAND" -I"/usr/include" -I"/usr/lib/clang/14/include" -I"/home/whitecat/.github/FlaxEngine/Source/ThirdParty" -I"/home/whitecat/.github/FlaxEngine/Source" -o "/home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Engine/Engine.o" "/home/whitecat/.github/FlaxEngine/Source/Engine/Engine/Engine.cpp" failed with exit code 1

ViewportIconsRenderer.cpp
In file included from /home/whitecat/.github/FlaxEngine/Source/Editor/Utilities/ViewportIconsRenderer.cpp:3:
In file included from /home/whitecat/.github/FlaxEngine/Source/Editor/Utilities/ViewportIconsRenderer.h:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Scripting/ScriptingType.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Types/StringView.h:7:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Formatting.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/StlWrapper.h:5:
/home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/Memory.h(7,10): fatal error: 'new' file not found
#include
^~~~~
1 error generated.
Task /usr/bin/clang++-14 -fvisibility-inlines-hidden -fvisibility-ms-compat -target x86_64-unknown-linux-gnu --sysroot="/" -mssse3 -fPIC -c -pipe -x c++ -std=c++14 -Wdelete-non-virtual-dtor -fno-math-errno -fdiagnostics-format=msvc -frtti -glldb -pthread -O2 -fexceptions -D "PLATFORM_UNIX" -D "_GNU_SOURCE" -D "PLATFORM_LINUX" -D "_LINUX64" -D "UNICODE" -D "_UNICODE" -D "USE_EDITOR" -D "BUILD_DEVELOPMENT" -D "NDEBUG" -D "FLAXENGINE_API=attribute((visibility("default")))" -D "COMPILE_WITH_ASSETS_IMPORTER" -D "COMPILE_WITH_MATERIAL_GRAPH" -D "COMPILE_WITH_AUDIO_TOOL" -D "COMPILE_WITH_OGG_VORBIS" -D "COMPILE_WITH_MODEL_TOOL" -D "COMPILE_WITH_TEXTURE_TOOL" -D "COMPILE_WITH_PHYSICS_COOKING" -D "COMPILE_WITH_PROFILER" -D "TRACY_ENABLE" -D "TRACY_ON_DEMAND" -D "COMPILE_WITH_DEBUG_DRAW" -D "COMPILE_WITH_SHADER_CACHE_MANAGER" -D "COMPILE_WITH_SHADER_COMPILER" -D "COMPILE_WITH_PARTICLE_GPU_GRAPH" -D "COMPILE_WITH_GPU_PARTICLES" -I"/usr/include" -I"/usr/lib/clang/14/include" -I"/home/whitecat/.github/FlaxEngine/Source/ThirdParty" -I"/home/whitecat/.github/FlaxEngine/Source" -o "/home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/ContentImporters/AssetsImportingManager.o" "/home/whitecat/.github/FlaxEngine/Source/Engine/ContentImporters/AssetsImportingManager.cpp" failed with exit code 1

Content.Bindings.Gen.cpp
In file included from /home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Content/Content.Bindings.Gen.cpp:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Scripting/Scripting.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Scripting/ScriptingType.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Types/StringView.h:7:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Formatting.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/StlWrapper.h:5:
/home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/Memory.h(7,10): fatal error: 'new' file not found
#include
^~~~~
1 error generated.
Task /usr/bin/clang++-14 -fvisibility-inlines-hidden -fvisibility-ms-compat -target x86_64-unknown-linux-gnu --sysroot="/" -mssse3 -fPIC -c -pipe -x c++ -std=c++14 -Wdelete-non-virtual-dtor -fno-math-errno -fdiagnostics-format=msvc -frtti -glldb -pthread -O2 -fexceptions -D "PLATFORM_UNIX" -D "_GNU_SOURCE" -D "PLATFORM_LINUX" -D "_LINUX64" -D "UNICODE" -D "_UNICODE" -D "USE_EDITOR" -D "BUILD_DEVELOPMENT" -D "NDEBUG" -D "FLAXENGINE_API=attribute((visibility("default")))" -D "COMPILE_WITH_DEBUG_DRAW" -D "COMPILE_WITH_SHADER_CACHE_MANAGER" -D "COMPILE_WITH_MODEL_TOOL" -D "COMPILE_WITH_SHADER_COMPILER" -D "COMPILE_WITH_CSG_BUILDER" -D "COMPILE_WITH_NAV_MESH_BUILDER" -D "COMPILE_WITH_NETWORKING" -D "COMPILE_WITH_PHYSICS_COOKING" -D "COMPILE_WITH_PARTICLE_GPU_GRAPH" -D "COMPILE_WITH_GPU_PARTICLES" -D "PLATFORM_TOOLS_LINUX" -D "PLATFORM_TOOLS_ANDROID" -D "COMPILE_WITH_PROFILER" -D "TRACY_ENABLE" -D "TRACY_ON_DEMAND" -D "CURL_STATICLIB" -D "COMPILE_WITH_ASSETS_IMPORTER" -D "COMPILE_WITH_MATERIAL_GRAPH" -D "COMPILE_WITH_AUDIO_TOOL" -D "COMPILE_WITH_OGG_VORBIS" -D "COMPILE_WITH_TEXTURE_TOOL" -D "COMPILE_WITH_ASSETS_EXPORTER" -D "COMPILE_WITH_GI_BAKING" -I"/usr/include" -I"/usr/lib/clang/14/include" -I"/home/whitecat/.github/FlaxEngine/Source/ThirdParty" -I"/home/whitecat/.github/FlaxEngine/Source" -o "/home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Editor/ManagedEditor.o" "/home/whitecat/.github/FlaxEngine/Source/Editor/Managed/ManagedEditor.cpp" failed with exit code 1

ModelTool.cpp
1 error generated.
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Tools/ModelTool/ModelTool.cpp:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Tools/ModelTool/ModelTool.h:8:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Content/Assets/ModelBase.h:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Content/Assets/../BinaryAsset.h:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Content/Assets/../Asset.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Delegate.h:9:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/Allocation.h:5:
/home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/Memory.h(7,10): fatal error: 'new' file not found
#include
^~~~~
Task /usr/bin/clang++-14 -fvisibility-inlines-hidden -fvisibility-ms-compat -target x86_64-unknown-linux-gnu --sysroot="/" -mssse3 -fPIC -c -pipe -x c++ -std=c++14 -Wdelete-non-virtual-dtor -fno-math-errno -fdiagnostics-format=msvc -frtti -glldb -pthread -O2 -fexceptions -D "PLATFORM_UNIX" -D "_GNU_SOURCE" -D "PLATFORM_LINUX" -D "_LINUX64" -D "UNICODE" -D "_UNICODE" -D "USE_EDITOR" -D "BUILD_DEVELOPMENT" -D "NDEBUG" -D "FLAXENGINE_API=attribute((visibility("default")))" -D "COMPILE_WITH_DEBUG_DRAW" -D "COMPILE_WITH_SHADER_CACHE_MANAGER" -D "COMPILE_WITH_MODEL_TOOL" -D "COMPILE_WITH_SHADER_COMPILER" -D "COMPILE_WITH_CSG_BUILDER" -D "COMPILE_WITH_NAV_MESH_BUILDER" -D "COMPILE_WITH_NETWORKING" -D "COMPILE_WITH_PHYSICS_COOKING" -D "COMPILE_WITH_PARTICLE_GPU_GRAPH" -D "COMPILE_WITH_GPU_PARTICLES" -D "PLATFORM_TOOLS_LINUX" -D "PLATFORM_TOOLS_ANDROID" -D "COMPILE_WITH_PROFILER" -D "TRACY_ENABLE" -D "TRACY_ON_DEMAND" -D "CURL_STATICLIB" -D "COMPILE_WITH_ASSETS_IMPORTER" -D "COMPILE_WITH_MATERIAL_GRAPH" -D "COMPILE_WITH_AUDIO_TOOL" -D "COMPILE_WITH_OGG_VORBIS" -D "COMPILE_WITH_TEXTURE_TOOL" -D "COMPILE_WITH_ASSETS_EXPORTER" -D "COMPILE_WITH_GI_BAKING" -I"/usr/include" -I"/usr/lib/clang/14/include" -I"/home/whitecat/.github/FlaxEngine/Source/ThirdParty" -I"/home/whitecat/.github/FlaxEngine/Source" -o "/home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Editor/Editor.o" "/home/whitecat/.github/FlaxEngine/Source/Editor/Editor.cpp" failed with exit code 1

CookAssetsStep.cpp
In file included from /home/whitecat/.github/FlaxEngine/Source/Editor/Cooker/Steps/CookAssetsStep.cpp:3:
In file included from /home/whitecat/.github/FlaxEngine/Source/Editor/Cooker/Steps/CookAssetsStep.h:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Editor/Cooker/GameCooker.h:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Editor/Cooker/CookingData.h:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Log.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Delegate.h:9:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/Allocation.h:5:
/home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/Memory.h(7,10): fatal error: 'new' file not found
#include
^~~~~
1 error generated.
Task /usr/bin/clang++-14 -fvisibility-inlines-hidden -fvisibility-ms-compat -target x86_64-unknown-linux-gnu --sysroot="/" -mssse3 -fPIC -c -pipe -x c++ -std=c++14 -Wdelete-non-virtual-dtor -fno-math-errno -fdiagnostics-format=msvc -frtti -glldb -pthread -O2 -fexceptions -D "PLATFORM_UNIX" -D "_GNU_SOURCE" -D "PLATFORM_LINUX" -D "_LINUX64" -D "UNICODE" -D "_UNICODE" -D "USE_EDITOR" -D "BUILD_DEVELOPMENT" -D "NDEBUG" -D "FLAXENGINE_API=attribute((visibility("default")))" -D "COMPILE_WITH_DEBUG_DRAW" -D "COMPILE_WITH_SHADER_CACHE_MANAGER" -D "COMPILE_WITH_MODEL_TOOL" -D "COMPILE_WITH_SHADER_COMPILER" -D "COMPILE_WITH_CSG_BUILDER" -D "COMPILE_WITH_NAV_MESH_BUILDER" -D "COMPILE_WITH_NETWORKING" -D "COMPILE_WITH_PHYSICS_COOKING" -D "COMPILE_WITH_PARTICLE_GPU_GRAPH" -D "COMPILE_WITH_GPU_PARTICLES" -D "PLATFORM_TOOLS_LINUX" -D "PLATFORM_TOOLS_ANDROID" -D "COMPILE_WITH_PROFILER" -D "TRACY_ENABLE" -D "TRACY_ON_DEMAND" -D "CURL_STATICLIB" -D "COMPILE_WITH_ASSETS_IMPORTER" -D "COMPILE_WITH_MATERIAL_GRAPH" -D "COMPILE_WITH_AUDIO_TOOL" -D "COMPILE_WITH_OGG_VORBIS" -D "COMPILE_WITH_TEXTURE_TOOL" -D "COMPILE_WITH_ASSETS_EXPORTER" -D "COMPILE_WITH_GI_BAKING" -I"/usr/include" -I"/usr/lib/clang/14/include" -I"/home/whitecat/.github/FlaxEngine/Source/ThirdParty" -I"/home/whitecat/.github/FlaxEngine/Source" -o "/home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Editor/ViewportIconsRenderer.o" "/home/whitecat/.github/FlaxEngine/Source/Editor/Utilities/ViewportIconsRenderer.cpp" failed with exit code 1

Graphics.Bindings.Gen.cpp
In file included from /home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Graphics/Graphics.Bindings.Gen.cpp:5:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Scripting/Scripting.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Scripting/ScriptingType.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Types/StringView.h:7:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Formatting.h:6:
In file included from /home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/StlWrapper.h:5:
/home/whitecat/.github/FlaxEngine/Source/Engine/Core/Memory/Memory.h(7,10): fatal error: 'new' file not found
#include
^~~~~
1 error generated.
Task /usr/bin/clang++-14 -fvisibility-inlines-hidden -fvisibility-ms-compat -target x86_64-unknown-linux-gnu --sysroot="/" -mssse3 -fPIC -c -pipe -x c++ -std=c++14 -Wdelete-non-virtual-dtor -fno-math-errno -fdiagnostics-format=msvc -frtti -glldb -pthread -O2 -fexceptions -D "PLATFORM_UNIX" -D "_GNU_SOURCE" -D "PLATFORM_LINUX" -D "_LINUX64" -D "UNICODE" -D "_UNICODE" -D "USE_EDITOR" -D "BUILD_DEVELOPMENT" -D "NDEBUG" -D "FLAXENGINE_API=attribute((visibility("default")))" -D "COMPILE_WITH_PROFILER" -D "TRACY_ENABLE" -D "TRACY_ON_DEMAND" -D "COMPILE_WITH_DEBUG_DRAW" -D "COMPILE_WITH_AUDIO_TOOL" -D "COMPILE_WITH_OGG_VORBIS" -D "COMPILE_WITH_TEXTURE_TOOL" -D "COMPILE_WITH_MODEL_TOOL" -D "COMPILE_WITH_PARTICLE_GPU_GRAPH" -D "COMPILE_WITH_GPU_PARTICLES" -D "COMPILE_WITH_SHADER_COMPILER" -D "COMPILE_WITH_MATERIAL_GRAPH" -D "COMPILE_WITH_ASSETS_IMPORTER" -D "COMPILE_WITH_PHYSICS_COOKING" -D "COMPILE_WITH_ASSETS_EXPORTER" -D "COMPILE_WITH_SHADER_CACHE_MANAGER" -I"/usr/include" -I"/usr/lib/clang/14/include" -I"/home/whitecat/.github/FlaxEngine/Source/ThirdParty" -I"/home/whitecat/.github/FlaxEngine/Source" -o "/home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Content/Content.Bindings.Gen.o" "/home/whitecat/.github/FlaxEngine/Cache/Intermediate/FlaxEditor/Linux/x64/Development/Content/Content.Bindings.Gen.cpp" failed with exit code 1

Level.cpp
^C * Terminal will be reused by tasks, press any key to close it.
`

from flaxengine.

nothingTVatYT avatar nothingTVatYT commented on May 31, 2024

Oh, it could be the new.hpp in the dotnet sdk. I guess mafi should know which of the various new.hpp is the most likely candidate. Unfortunately new.hpp is not really a unique name in the C++ world.

from flaxengine.

justawhitecat avatar justawhitecat commented on May 31, 2024

Oh, it could be the new.hpp in the dotnet sdk. I guess mafi should know which of the various new.hpp is the most likely candidate. Unfortunately new.hpp is not really a unique name in the C++ world.

i wish it could just work, don't know what to do from this point

from flaxengine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.