Skip to content

Instantly share code, notes, and snippets.

@DevinBayly
Created May 26, 2023 22:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DevinBayly/73c0f64de0e9bd17ecda8db6a1daa95f to your computer and use it in GitHub Desktop.
Save DevinBayly/73c0f64de0e9bd17ecda8db6a1daa95f to your computer and use it in GitHub Desktop.
cat build_log
te mode 100644 source/blender/gpu/vulkan/vk_device.hh
create mode 100644 source/blender/gpu/vulkan/vk_immediate.cc
create mode 100644 source/blender/gpu/vulkan/vk_immediate.hh
create mode 100644 source/blender/gpu/vulkan/vk_pipeline_state.cc
create mode 100644 source/blender/gpu/vulkan/vk_pipeline_state.hh
create mode 100644 source/blender/gpu/vulkan/vk_sampler.cc
create mode 100644 source/blender/gpu/vulkan/vk_sampler.hh
create mode 100644 source/blender/gpu/vulkan/vk_vertex_attribute_object.cc
create mode 100644 source/blender/gpu/vulkan/vk_vertex_attribute_object.hh
rename source/blender/imbuf/intern/{allocimbuf.c => allocimbuf.cc} (73%)
rename source/blender/imbuf/intern/{anim_movie.c => anim_movie.cc} (88%)
rename source/blender/imbuf/intern/cineon/{cineon_dpx.c => cineon_dpx.cc} (89%)
rename source/blender/imbuf/intern/cineon/{cineonlib.c => cineonlib.cc} (94%)
rename source/blender/imbuf/intern/cineon/{dpxlib.c => dpxlib.cc} (95%)
rename source/blender/imbuf/intern/cineon/{logImageCore.c => logImageCore.cc} (93%)
rename source/blender/imbuf/intern/cineon/{logmemfile.c => logmemfile.cc} (86%)
rename source/blender/imbuf/intern/{colormanagement.c => colormanagement.cc} (90%)
rename source/blender/imbuf/intern/{colormanagement_inline.c => colormanagement_inline.h} (100%)
delete mode 100644 source/blender/imbuf/intern/dds/BlockDXT.cpp
delete mode 100644 source/blender/imbuf/intern/dds/BlockDXT.h
delete mode 100644 source/blender/imbuf/intern/dds/CMakeLists.txt
delete mode 100644 source/blender/imbuf/intern/dds/Color.h
delete mode 100644 source/blender/imbuf/intern/dds/ColorBlock.cpp
delete mode 100644 source/blender/imbuf/intern/dds/ColorBlock.h
delete mode 100644 source/blender/imbuf/intern/dds/Common.h
delete mode 100644 source/blender/imbuf/intern/dds/DirectDrawSurface.cpp
delete mode 100644 source/blender/imbuf/intern/dds/DirectDrawSurface.h
delete mode 100644 source/blender/imbuf/intern/dds/FlipDXT.cpp
delete mode 100644 source/blender/imbuf/intern/dds/FlipDXT.h
delete mode 100644 source/blender/imbuf/intern/dds/Image.cpp
delete mode 100644 source/blender/imbuf/intern/dds/Image.h
delete mode 100644 source/blender/imbuf/intern/dds/PixelFormat.h
delete mode 100644 source/blender/imbuf/intern/dds/Stream.cpp
delete mode 100644 source/blender/imbuf/intern/dds/Stream.h
delete mode 100644 source/blender/imbuf/intern/dds/dds_api.cpp
delete mode 100644 source/blender/imbuf/intern/dds/dds_api.h
rename source/blender/imbuf/intern/{divers.c => divers.cc} (88%)
delete mode 100644 source/blender/imbuf/intern/filetype.c
create mode 100644 source/blender/imbuf/intern/filetype.cc
rename source/blender/imbuf/intern/{filter.c => filter.cc} (95%)
rename source/blender/imbuf/intern/{imageprocess.c => imageprocess.cc} (83%)
rename source/blender/imbuf/intern/{indexer.c => indexer.cc} (84%)
rename source/blender/imbuf/intern/{iris.c => iris.cc} (91%)
rename source/blender/imbuf/intern/{jp2.c => jp2.cc} (91%)
rename source/blender/imbuf/intern/{jpeg.c => jpeg.cc} (93%)
rename source/blender/imbuf/intern/{metadata.c => metadata.cc} (73%)
rename source/blender/imbuf/intern/{module.c => module.cc} (100%)
rename source/blender/imbuf/intern/{readimage.c => readimage.cc} (88%)
rename source/blender/imbuf/intern/{rectop.c => rectop.cc} (91%)
rename source/blender/imbuf/intern/{rotate.c => rotate.cc} (85%)
rename source/blender/imbuf/intern/{scaling.c => scaling.cc} (86%)
rename source/blender/imbuf/intern/{stereoimbuf.c => stereoimbuf.cc} (94%)
rename source/blender/imbuf/intern/{thumbs.c => thumbs.cc} (85%)
rename source/blender/imbuf/intern/{thumbs_blend.c => thumbs_blend.cc} (89%)
rename source/blender/imbuf/intern/{thumbs_font.c => thumbs_font.cc} (98%)
rename source/blender/imbuf/intern/{util.c => util.cc} (90%)
rename source/blender/imbuf/intern/{util_gpu.c => util_gpu.cc} (93%)
rename source/blender/imbuf/intern/{webp.c => webp.cc} (79%)
rename source/blender/imbuf/intern/{writeimage.c => writeimage.cc} (90%)
create mode 100644 source/blender/makesdna/DNA_scene_enums.h
rename source/blender/modifiers/{MOD_modifiertypes.h => MOD_modifiertypes.hh} (97%)
rename source/blender/modifiers/intern/{MOD_armature.c => MOD_armature.cc} (84%)
rename source/blender/modifiers/intern/{MOD_bevel.c => MOD_bevel.cc} (79%)
rename source/blender/modifiers/intern/{MOD_cast.c => MOD_cast.cc} (86%)
rename source/blender/modifiers/intern/{MOD_cloth.c => MOD_cloth.cc} (81%)
rename source/blender/modifiers/intern/{MOD_collision.c => MOD_collision.cc} (79%)
rename source/blender/modifiers/intern/{MOD_curve.c => MOD_curve.cc} (85%)
rename source/blender/modifiers/intern/{MOD_decimate.c => MOD_decimate.cc} (77%)
rename source/blender/modifiers/intern/{MOD_dynamicpaint.c => MOD_dynamicpaint.cc} (83%)
rename source/blender/modifiers/intern/{MOD_edgesplit.c => MOD_edgesplit.cc} (73%)
rename source/blender/modifiers/intern/{MOD_fluid.c => MOD_fluid.cc} (89%)
rename source/blender/modifiers/intern/{MOD_hook.c => MOD_hook.cc} (81%)
rename source/blender/modifiers/intern/{MOD_lattice.c => MOD_lattice.cc} (80%)
rename source/blender/modifiers/intern/{MOD_meshcache.c => MOD_meshcache.cc} (79%)
rename source/blender/modifiers/intern/{MOD_meshcache_mdd.c => MOD_meshcache_mdd.cc} (93%)
rename source/blender/modifiers/intern/{MOD_meshcache_pc2.c => MOD_meshcache_pc2.cc} (94%)
rename source/blender/modifiers/intern/{MOD_meshcache_util.c => MOD_meshcache_util.cc} (95%)
rename source/blender/modifiers/intern/{MOD_meshcache_util.h => MOD_meshcache_util.hh} (100%)
rename source/blender/modifiers/intern/{MOD_meshdeform.c => MOD_meshdeform.cc} (84%)
delete mode 100644 source/blender/modifiers/intern/MOD_none.c
create mode 100644 source/blender/modifiers/intern/MOD_none.cc
rename source/blender/modifiers/intern/{MOD_shapekey.c => MOD_shapekey.cc} (73%)
rename source/blender/modifiers/intern/{MOD_shrinkwrap.c => MOD_shrinkwrap.cc} (75%)
rename source/blender/modifiers/intern/{MOD_simpledeform.c => MOD_simpledeform.cc} (82%)
rename source/blender/modifiers/intern/{MOD_softbody.c => MOD_softbody.cc} (73%)
rename source/blender/modifiers/intern/{MOD_surface.c => MOD_surface.cc} (75%)
rename source/blender/modifiers/intern/{MOD_ui_common.c => MOD_ui_common.cc} (89%)
delete mode 100644 source/blender/modifiers/intern/MOD_ui_common.h
create mode 100644 source/blender/modifiers/intern/MOD_ui_common.hh
delete mode 100644 source/blender/modifiers/intern/MOD_util.h
create mode 100644 source/blender/modifiers/intern/MOD_util.hh
rename source/blender/modifiers/intern/{MOD_warp.c => MOD_warp.cc} (84%)
rename source/blender/modifiers/intern/{MOD_weightvg_util.c => MOD_weightvg_util.cc} (90%)
rename source/blender/modifiers/intern/{MOD_weightvg_util.h => MOD_weightvg_util.hh} (87%)
rename source/blender/modifiers/intern/{MOD_wireframe.c => MOD_wireframe.cc} (71%)
create mode 100644 source/blender/nodes/geometry/nodes/node_geo_input_signed_distance.cc
create mode 100644 source/blender/nodes/geometry/nodes/node_geo_simulation_input.cc
create mode 100644 source/blender/nodes/geometry/nodes/node_geo_simulation_output.cc
delete mode 100644 source/blender/nodes/intern/node_exec.h
create mode 100644 source/blender/nodes/intern/node_exec.hh
delete mode 100644 source/blender/nodes/intern/node_util.h
create mode 100644 source/blender/nodes/intern/node_util.hh
delete mode 100644 source/blender/render/intern/pipeline.h
create mode 100644 source/blender/render/intern/pipeline.hh
exouser@blender-builder:~/sdb/blender-git/blender$ git status
On branch main
Your branch is ahead of 'origin/main' by 419 commits.
(use "git push" to publish your local commits)
Untracked files:
(use "git add <file>..." to include in what will be committed)
errors
logs
nothing added to commit but untracked files present (use "git add" to track)
exouser@blender-builder:~/sdb/blender-git/blender$ git checkout abc_usd_geometry_sets
Branch 'abc_usd_geometry_sets' set up to track remote branch 'abc_usd_geometry_sets' from 'kev'.
Switched to a new branch 'abc_usd_geometry_sets'
exouser@blender-builder:~/sdb/blender-git/blender$ git status
On branch abc_usd_geometry_sets
Your branch is up to date with 'kev/abc_usd_geometry_sets'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
errors
logs
nothing added to commit but untracked files present (use "git add" to track)
(failed reverse-i-search)`make': git checkout abc_usd_geo^Ctry_sets
exouser@blender-builder:~/sdb/blender-git/blender$ ./build_files/build_environment/install_linux_packages.py
INFO: Trying to update packages info.
> >* >*** >**** >****** >******* >********* >********** >************ >************** >*************** >***************** >****************** >******************** >********************* >*********************** >************************ >************************** >**************************** >***************************** >******************************* >******************************** >********************************** >*********************************** >************************************* >*************************************** >**************************************** >****************************************** >******************************************* >********************************************* >********************************************** >************************************************ >************************************************* >*************************************************** >***************************************************** >****************************************************** >******************************************************** >********************************************************* >*********************************************************** >************************************************************ >************************************************************** >*************************************************************** >***************************************************************** >******************************************************************* >******************************************************************** >********************************************************************** >*********************************************************************** >************************************************************************* >************************************************************************** >**************************************************************************** >****************************************************************************** > ***************************************************************************** > *************************************************************************** > ************************************************************************** > ************************************************************************ > ***********************************************************************INFO: Done.
INFO: Trying to install group of packages Basics Mandatory Build.
INFO: Installing packages build-essential, git, subversion, cmake.
> >* >*** >**** >****** >******* >********* >********** >************ >************** >*************** >***************** >****************** >******************** >********************* >*********************** >************************ >************************** >**************************** >***************************** >******************************* >******************************** >********************************** >*********************************** >************************************* >*************************************** >**************************************** >****************************************** >******************************************* >********************************************* >********************************************** >************************************************ >************************************************* >*************************************************** >***************************************************** >****************************************************** >******************************************************** >********************************************************* >*********************************************************** >************************************************************ >************************************************************** >*************************************************************** >***************************************************************** >******************************************************************* >******************************************************************** >********************************************************************** >*********************************************************************** >************************************************************************* >************************************************************************** >**************************************************************************** >****************************************************************************** > ***************************************************************************** > *************************************************************************** > ************************************************************************** > ************************************************************************ > *********************************************************************** > ********************************************************************* > ******************************************************************** > ****************************************************************** > **************************************************************** > *************************************************************** > ************************************************************* > ************************************************************ > ********************************************************** > ********************************************************* > ******************************************************* > ******************************************************INFO: Done.
INFO: Trying to install group of packages Basics Optional Build.
INFO: Installing packages ninja-build, cmake-curses-gui, cmake-gui, patch.
> >* >*** >**** >****** >******* >********* >********** >************ >************** >*************** >***************** >****************** >******************** >********************* >*********************** >************************ >************************** >**************************** >***************************** >******************************* >******************************** >********************************** >*********************************** >************************************* >*************************************** >**************************************** >****************************************** >******************************************* >********************************************* >********************************************** >************************************************ >************************************************* >*************************************************** >***************************************************** >****************************************************** >******************************************************** >********************************************************* >*********************************************************** >************************************************************ >************************************************************** >*************************************************************** >***************************************************************** >******************************************************************* >******************************************************************** >********************************************************************** >*********************************************************************** >************************************************************************* >************************************************************************** >**************************************************************************** >****************************************************************************** > ***************************************************************************** > *************************************************************************** > ************************************************************************** > ************************************************************************ > *********************************************************************** > ********************************************************************* > ******************************************************************** > ****************************************************************** > **************************************************************** > *************************************************************** > ************************************************************* > ************************************************************ > ********************************************************** > ********************************************************* > ******************************************************* > ****************************************************** > **************************************************** > ************************************************** > ************************************************* > *********************************************** > ********************************************** > ******************************************** > ******************************************* > ***************************************** > *************************************** > ************************************** > ************************************ > *********************************** > ********************************* > ******************************** > ****************************** > ***************************** > *************************** > ************************* > ************************ > ********************** > ********************* > ******************* > ****************** > **************** > *************** > ************* > *********** > ********** > ******** > ******* > ***** > **** > ** > >* >*** >**** >****** >******* >********* >********** >************ >************** >*************** >***************** >****************** >******************** >********************* >*********************** >************************ >************************** >**************************** >***************************** >******************************* >******************************** >********************************** >*********************************** >************************************* >*************************************** >**************************************** >****************************************** >******************************************* >********************************************* >********************************************** >************************************************ >************************************************* >*************************************************** >***************************************************** >****************************************************** >******************************************************** >********************************************************* >*********************************************************** >************************************************************ >************************************************************** >*************************************************************** >***************************************************************** >******************************************************************* >******************************************************************** >********************************************************************** >*********************************************************************** >************************************************************************* >************************************************************************** >**************************************************************************** >****************************************************************************** > ***************************************************************************** > *************************************************************************** > ************************************************************************** > ************************************************************************ > *********************************************************************** > ********************************************************************* > ******************************************************************** > ****************************************************************** > **************************************************************** > *************************************************************** > ************************************************************* > ************************************************************ > ********************************************************** > *********************************************************INFO: Done.
INFO: Trying to install group of packages Basic Critical Deps.
INFO: Installing packages libx11-dev, libxxf86vm-dev, libxcursor-dev, libxi-dev, libxrandr-dev, libxinerama-dev, libxkbcommon-dev, libwayland-dev, libdecor-0-dev, wayland-protocols, libdbus-1-dev.
> >* >*** >**** >****** >******* >********* >********** >************ >************** >*************** >***************** >****************** >******************** >********************* >*********************** >************************ >************************** >**************************** >***************************** >******************************* >******************************** >********************************** >*********************************** >************************************* >*************************************** >**************************************** >****************************************** >******************************************* >********************************************* >********************************************** >************************************************ >************************************************* >*************************************************** >***************************************************** >****************************************************** >******************************************************** >********************************************************* >*********************************************************** >************************************************************ >************************************************************** >*************************************************************** >***************************************************************** >******************************************************************* >******************************************************************** >********************************************************************** >*********************************************************************** >************************************************************************* >************************************************************************** >**************************************************************************** >****************************************************************************** > ***************************************************************************** > *************************************************************************** > ************************************************************************** > ************************************************************************ > *********************************************************************** > ********************************************************************* > ******************************************************************** > ****************************************************************** > **************************************************************** > *************************************************************** > ************************************************************* > ************************************************************ > ********************************************************** > ********************************************************* > ******************************************************* > ****************************************************** > **************************************************** > ************************************************** > ************************************************* > *********************************************** > ********************************************** > ******************************************** > ******************************************* > ***************************************** > *************************************** > ************************************** > ************************************ > *********************************** > ********************************* > ******************************** > ****************************** > ***************************** > *************************** > *************************INFO: Done.
exouser@blender-builder:~/sdb/blender-git/blender$ ls ../
blender build_linux_debug lib
exouser@blender-builder:~/sdb/blender-git/blender$ make debug developer ninja
Configuring Blender in "/media/volume/sdb/blender-git/build_linux_debug" ...
loading initial cache file /media/volume/sdb/blender-git/blender/build_files/cmake/config/blender_developer.cmake
-- Using pre-compiled LIBDIR: /home/exouser/sdb/blender-git/blender/../lib/linux_x86_64_glibc_228
-- Looking for FT_CONFIG_OPTION_USE_BROTLI
-- Looking for FT_CONFIG_OPTION_USE_BROTLI - found
-- Found FFmpeg: /media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libavformat.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libavcodec.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libavdevice.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libavutil.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libswresample.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libswscale.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/sndfile/lib/libsndfile.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/sndfile/lib/libFLAC.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libmp3lame.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libopus.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libtheora.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libtheoradec.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libtheoraenc.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libvorbis.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libvorbisenc.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libvorbisfile.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libogg.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libvpx.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libx264.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libxvidcore.a;/media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/ffmpeg/lib/libaom.a
CMake Warning at /usr/share/cmake-3.22/Modules/FindBoost.cmake:2201 (message):
No header defined for python310; skipping header check (note: header-only
libraries have no designated component)
Call Stack (most recent call first):
build_files/cmake/platform/platform_unix.cmake:402 (find_package)
CMakeLists.txt:1086 (include)
-- Found Boost: /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/boost/include (found suitable version "1.80.0", minimum required is "1.48") found components: filesystem regex thread date_time wave locale iostreams python310 system chrono atomic serialization
-- Found OpenPGL: /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/openpgl/lib/libopenpgl.a
-- Could NOT find Jack (missing: JACK_LIBRARY JACK_INCLUDE_DIR)
-- JACK not found, disabling WITH_JACK
-- Could NOT find Pulse (missing: LIBPULSE_LIBRARY LIBPULSE_INCLUDE_DIR)
-- PulseAudio not found, disabling WITH_PULSEAUDIO
-- SSE2 SIMD instructions enabled
-- Could NOT find OptiX (missing: OPTIX_INCLUDE_DIR) (Required is at least version "7.3.0")
-- OptiX not found, disabling WITH_CYCLES_DEVICE_OPTIX
-- Tests: Using Python executable: /media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/python/bin/python3.10
CMake Warning at tests/python/CMakeLists.txt:674 (message):
Disabling render tests because tests folder does not exist at
/home/exouser/sdb/blender-git/blender/../lib/tests
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/attributes/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/curve_primitives/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/curves/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/curves/interpolate_curves/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/geometry/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/instance/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/mesh_primitives/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/mesh/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/mesh/extrude/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/mesh/split_edges/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/points/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/texture/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/utilities/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/vector/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/mesh/boolean/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/volume/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/mesh/subdivision_tests/ Not Found, disabling test.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/exouser/sdb/blender-git/build_linux_debug
Building Blender ...
ninja -C "/media/volume/sdb/blender-git/build_linux_debug" -j 8 install
ninja: Entering directory `/media/volume/sdb/blender-git/build_linux_debug'
[31/5552] Building CXX object intern/g...tern_ghost.dir/intern/GHOST_C-api.cc.o
FAILED: intern/ghost/CMakeFiles/bf_intern_ghost.dir/intern/GHOST_C-api.cc.o
/usr/bin/c++ -DDEBUG -DHAVE_MEMFD_CREATE -DHAVE_POLL -DWITH_ASSERT_ABORT -DWITH_GHOST_WAYLAND -DWITH_GHOST_WAYLAND_DYNLOAD -DWITH_GHOST_WAYLAND_LIBDECOR -DWITH_GHOST_X11 -DWITH_INPUT_NDOF -DWITH_OPENGL -DWITH_X11_XF86VMODE -DWITH_X11_XFIXES -DWITH_X11_XINPUT -DWITH_XDND -DWITH_XF86KEYSYM -DWITH_XR_OPENXR -DXR_OS_LINUX -DXR_USE_GRAPHICS_API_OPENGL -DXR_USE_PLATFORM_EGL -DXR_USE_PLATFORM_WAYLAND -DXR_USE_PLATFORM_XLIB -D_DEBUG -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D__LITTLE_ENDIAN__ -D__MMX__ -D__SSE2__ -D__SSE__ -I/home/exouser/sdb/blender-git/blender/intern/ghost -I/home/exouser/sdb/blender-git/blender/intern/clog -I/home/exouser/sdb/blender-git/blender/source/blender/blenlib -I/home/exouser/sdb/blender-git/blender/source/blender/imbuf -I/home/exouser/sdb/blender-git/blender/source/blender/makesdna -I/home/exouser/sdb/blender-git/blender/extern/xdnd -isystem /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/epoxy/include -isystem /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/spnav/include -isystem /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/wayland/include -isystem /home/exouser/sdb/blender-git/blender/intern/wayland_dynload/extern -isystem /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/wayland_libdecor/include/libdecor-0 -isystem /home/exouser/sdb/blender-git/build_linux_debug/intern/ghost/libwayland -isystem /home/exouser/sdb/blender-git/blender/extern/json/include -isystem /home/exouser/sdb/blender-git/blender/extern/tinygltf -isystem /home/exouser/sdb/blender-git/blender/extern/Eigen3 -isystem /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/xr_openxr_sdk/include -Wuninitialized -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wrestrict -Wno-suggest-override -Wuninitialized -Wno-stringop-overread -Wno-stringop-overflow -Wundef -Wmissing-declarations -Wimplicit-fallthrough=5 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -ffp-contract=off -msse2 -fmacro-prefix-map="/home/exouser/sdb/blender-git/blender/"="" -fmacro-prefix-map="/home/exouser/sdb/blender-git/build_linux_debug/"="" -g -fsanitize=address -fsanitize=bool -fsanitize=bounds -fsanitize=enum -fsanitize=float-cast-overflow -fsanitize=float-divide-by-zero -fsanitize=nonnull-attribute -fsanitize=returns-nonnull-attribute -fsanitize=signed-integer-overflow -fsanitize=undefined -fsanitize=vla-bound -fno-sanitize=alignment -fsanitize=leak -fsanitize=object-size -fopenmp -std=c++17 -MD -MT intern/ghost/CMakeFiles/bf_intern_ghost.dir/intern/GHOST_C-api.cc.o -MF intern/ghost/CMakeFiles/bf_intern_ghost.dir/intern/GHOST_C-api.cc.o.d -o intern/ghost/CMakeFiles/bf_intern_ghost.dir/intern/GHOST_C-api.cc.o -c /home/exouser/sdb/blender-git/blender/intern/ghost/intern/GHOST_C-api.cc
In file included from /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/epoxy/include/epoxy/egl.h:46,
from /home/exouser/sdb/blender-git/blender/intern/ghost/intern/GHOST_Xr_openxr_includes.hh:31,
from /home/exouser/sdb/blender-git/blender/intern/ghost/intern/GHOST_Xr_intern.hh:12,
from /home/exouser/sdb/blender-git/blender/intern/ghost/intern/GHOST_XrSession.hh:12,
from /home/exouser/sdb/blender-git/blender/intern/ghost/intern/GHOST_C-api.cc:20:
/home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/epoxy/include/epoxy/egl_generated.h:11:10: fatal error: EGL/eglplatform.h: No such file or directory
11 | #include "EGL/eglplatform.h"
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
[33/5552] Building CXX object intern/g...rn_ghost.dir/intern/GHOST_ISystem.cc.o
FAILED: intern/ghost/CMakeFiles/bf_intern_ghost.dir/intern/GHOST_ISystem.cc.o
/usr/bin/c++ -DDEBUG -DHAVE_MEMFD_CREATE -DHAVE_POLL -DWITH_ASSERT_ABORT -DWITH_GHOST_WAYLAND -DWITH_GHOST_WAYLAND_DYNLOAD -DWITH_GHOST_WAYLAND_LIBDECOR -DWITH_GHOST_X11 -DWITH_INPUT_NDOF -DWITH_OPENGL -DWITH_X11_XF86VMODE -DWITH_X11_XFIXES -DWITH_X11_XINPUT -DWITH_XDND -DWITH_XF86KEYSYM -DWITH_XR_OPENXR -DXR_OS_LINUX -DXR_USE_GRAPHICS_API_OPENGL -DXR_USE_PLATFORM_EGL -DXR_USE_PLATFORM_WAYLAND -DXR_USE_PLATFORM_XLIB -D_DEBUG -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D__LITTLE_ENDIAN__ -D__MMX__ -D__SSE2__ -D__SSE__ -I/home/exouser/sdb/blender-git/blender/intern/ghost -I/home/exouser/sdb/blender-git/blender/intern/clog -I/home/exouser/sdb/blender-git/blender/source/blender/blenlib -I/home/exouser/sdb/blender-git/blender/source/blender/imbuf -I/home/exouser/sdb/blender-git/blender/source/blender/makesdna -I/home/exouser/sdb/blender-git/blender/extern/xdnd -isystem /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/epoxy/include -isystem /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/spnav/include -isystem /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/wayland/include -isystem /home/exouser/sdb/blender-git/blender/intern/wayland_dynload/extern -isystem /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/wayland_libdecor/include/libdecor-0 -isystem /home/exouser/sdb/blender-git/build_linux_debug/intern/ghost/libwayland -isystem /home/exouser/sdb/blender-git/blender/extern/json/include -isystem /home/exouser/sdb/blender-git/blender/extern/tinygltf -isystem /home/exouser/sdb/blender-git/blender/extern/Eigen3 -isystem /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/xr_openxr_sdk/include -Wuninitialized -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wrestrict -Wno-suggest-override -Wuninitialized -Wno-stringop-overread -Wno-stringop-overflow -Wundef -Wmissing-declarations -Wimplicit-fallthrough=5 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -ffp-contract=off -msse2 -fmacro-prefix-map="/home/exouser/sdb/blender-git/blender/"="" -fmacro-prefix-map="/home/exouser/sdb/blender-git/build_linux_debug/"="" -g -fsanitize=address -fsanitize=bool -fsanitize=bounds -fsanitize=enum -fsanitize=float-cast-overflow -fsanitize=float-divide-by-zero -fsanitize=nonnull-attribute -fsanitize=returns-nonnull-attribute -fsanitize=signed-integer-overflow -fsanitize=undefined -fsanitize=vla-bound -fno-sanitize=alignment -fsanitize=leak -fsanitize=object-size -fopenmp -std=c++17 -MD -MT intern/ghost/CMakeFiles/bf_intern_ghost.dir/intern/GHOST_ISystem.cc.o -MF intern/ghost/CMakeFiles/bf_intern_ghost.dir/intern/GHOST_ISystem.cc.o.d -o intern/ghost/CMakeFiles/bf_intern_ghost.dir/intern/GHOST_ISystem.cc.o -c /home/exouser/sdb/blender-git/blender/intern/ghost/intern/GHOST_ISystem.cc
In file included from /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/epoxy/include/epoxy/egl.h:46,
from /home/exouser/sdb/blender-git/blender/intern/ghost/intern/GHOST_ContextEGL.hh:13,
from /home/exouser/sdb/blender-git/blender/intern/ghost/intern/GHOST_SystemHeadless.hh:16,
from /home/exouser/sdb/blender-git/blender/intern/ghost/intern/GHOST_ISystem.cc:15:
/home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/epoxy/include/epoxy/egl_generated.h:11:10: fatal error: EGL/eglplatform.h: No such file or directory
11 | #include "EGL/eglplatform.h"
| ^~~~~~~~~~~~~~~~~~~
compilation terminated.
[37/5552] Building CXX object intern/a...atomic_test.dir/tests/atomic_test.cc.o^[38/5552] Building CXX object intern/l...st.dir/libmv/numeric/numeric_test.cc.o
ninja: build stopped: subcommand failed.
make: *** [GNUmakefile:365: all] Error 1
exouser@blender-builder:~/sdb/blender-git/blender$ sudo apt install libegl1-mesa-dev
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
libegl-dev libgles-dev libgles1 libglvnd-core-dev libglvnd-dev libopengl-dev
The following NEW packages will be installed:
libegl-dev libegl1-mesa-dev libgles-dev libgles1 libglvnd-core-dev
libglvnd-dev libopengl-dev
0 upgraded, 7 newly installed, 0 to remove and 4 not upgraded.
Need to get 106 kB of archives.
After this operation, 1104 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libegl-dev amd64 1.4.0-1 [18.0 kB]
Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libglvnd-core-dev amd64 1.4.0-1 [12.7 kB]
Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libgles1 amd64 1.4.0-1 [11.5 kB]
Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libgles-dev amd64 1.4.0-1 [49.4 kB]
Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libopengl-dev amd64 1.4.0-1 [3400 B]
Get:6 http://nova.clouds.archive.ubuntu.com/ubuntu jammy/main amd64 libglvnd-dev amd64 1.4.0-1 [3162 B]
Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libegl1-mesa-dev amd64 22.2.5-0ubuntu0.1~22.04.2 [8110 B]
Fetched 106 kB in 1s (188 kB/s)
Selecting previously unselected package libegl-dev:amd64.
(Reading database ... 177537 files and directories currently installed.)
Preparing to unpack .../0-libegl-dev_1.4.0-1_amd64.deb ...
Unpacking libegl-dev:amd64 (1.4.0-1) ...
Selecting previously unselected package libglvnd-core-dev:amd64.
Preparing to unpack .../1-libglvnd-core-dev_1.4.0-1_amd64.deb ...
Unpacking libglvnd-core-dev:amd64 (1.4.0-1) ...
Selecting previously unselected package libgles1:amd64.
Preparing to unpack .../2-libgles1_1.4.0-1_amd64.deb ...
Unpacking libgles1:amd64 (1.4.0-1) ...
Selecting previously unselected package libgles-dev:amd64.
Preparing to unpack .../3-libgles-dev_1.4.0-1_amd64.deb ...
Unpacking libgles-dev:amd64 (1.4.0-1) ...
Selecting previously unselected package libopengl-dev:amd64.
Preparing to unpack .../4-libopengl-dev_1.4.0-1_amd64.deb ...
Unpacking libopengl-dev:amd64 (1.4.0-1) ...
Selecting previously unselected package libglvnd-dev:amd64.
Preparing to unpack .../5-libglvnd-dev_1.4.0-1_amd64.deb ...
Unpacking libglvnd-dev:amd64 (1.4.0-1) ...
Selecting previously unselected package libegl1-mesa-dev:amd64.
Preparing to unpack .../6-libegl1-mesa-dev_22.2.5-0ubuntu0.1~22.04.2_amd64.deb ...
Unpacking libegl1-mesa-dev:amd64 (22.2.5-0ubuntu0.1~22.04.2) ...
Setting up libglvnd-core-dev:amd64 (1.4.0-1) ...
Setting up libegl-dev:amd64 (1.4.0-1) ...
Setting up libgles1:amd64 (1.4.0-1) ...
Setting up libopengl-dev:amd64 (1.4.0-1) ...
Setting up libgles-dev:amd64 (1.4.0-1) ...
Setting up libglvnd-dev:amd64 (1.4.0-1) ...
Setting up libegl1-mesa-dev:amd64 (22.2.5-0ubuntu0.1~22.04.2) ...
Processing triggers for libc-bin (2.35-0ubuntu3.1) ...
Scanning processes...
Scanning candidates...
Scanning linux images...
Running kernel seems to be up-to-date.
Restarting services...
Package configuration
┌────┤ Daemons using outdated libraries ├─────┐
│ │
│ │
│ Which services should be restarted? │
│ │
│ [*] multipathd.service │
│ │
│ │
│ <Ok> <Cancel> │
│ │
└─────────────────────────────────────────────┘
systemctl restart multipathd.service
No containers need to be restarted.
No user sessions are running outdated binaries.
No VM guests are running outdated hypervisor (qemu) binaries on this host.
exouser@blender-builder:~/sdb/blender-git/blender$ make debug developer ninja
Configuring Blender in "/media/volume/sdb/blender-git/build_linux_debug" ...
loading initial cache file /media/volume/sdb/blender-git/blender/build_files/cmake/config/blender_developer.cmake
-- Using pre-compiled LIBDIR: /home/exouser/sdb/blender-git/blender/../lib/linux_x86_64_glibc_228
-- Looking for FT_CONFIG_OPTION_USE_BROTLI
-- Looking for FT_CONFIG_OPTION_USE_BROTLI - found
CMake Warning at /usr/share/cmake-3.22/Modules/FindBoost.cmake:2201 (message):
No header defined for python310; skipping header check (note: header-only
libraries have no designated component)
Call Stack (most recent call first):
build_files/cmake/platform/platform_unix.cmake:402 (find_package)
CMakeLists.txt:1086 (include)
-- Found OpenPGL: /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/openpgl/lib/libopenpgl.a
-- Could NOT find Jack (missing: JACK_LIBRARY JACK_INCLUDE_DIR)
-- JACK not found, disabling WITH_JACK
-- Could NOT find Pulse (missing: LIBPULSE_LIBRARY LIBPULSE_INCLUDE_DIR)
-- PulseAudio not found, disabling WITH_PULSEAUDIO
-- SSE2 SIMD instructions enabled
-- Could NOT find OptiX (missing: OPTIX_INCLUDE_DIR) (Required is at least version "7.3.0")
-- OptiX not found, disabling WITH_CYCLES_DEVICE_OPTIX
-- Tests: Using Python executable: /media/volume/sdb/blender-git/lib/linux_x86_64_glibc_228/python/bin/python3.10
CMake Warning at tests/python/CMakeLists.txt:674 (message):
Disabling render tests because tests folder does not exist at
/home/exouser/sdb/blender-git/blender/../lib/tests
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/attributes/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/curve_primitives/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/curves/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/curves/interpolate_curves/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/geometry/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/instance/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/mesh_primitives/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/mesh/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/mesh/extrude/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/mesh/split_edges/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/points/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/texture/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/utilities/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/vector/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/mesh/boolean/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/volume/ Not Found, disabling test.
-- Directory named /home/exouser/sdb/blender-git/blender/../lib/tests/modeling/geometry_nodes/mesh/subdivision_tests/ Not Found, disabling test.
-- Configuring done
-- Generating done
-- Build files have been written to: /home/exouser/sdb/blender-git/build_linux_debug
Building Blender ...
ninja -C "/media/volume/sdb/blender-git/build_linux_debug" -j 8 install
ninja: Entering directory `/media/volume/sdb/blender-git/build_linux_debug'
[413/5516] Building CXX object intern/...es/cycles_scene.dir/shader_nodes.cpp.o
/home/exouser/sdb/blender-git/blender/intern/cycles/scene/shader_nodes.cpp: In static member function ‘static ccl::OSLNode* ccl::OSLNode::create(ccl::ShaderGraph*, size_t, const ccl::OSLNode*)’:
/home/exouser/sdb/blender-git/blender/intern/cycles/scene/shader_nodes.cpp:7191:47: warning: ‘static void ccl::OSLNode::operator delete(void*, void*)’ called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
7191 | OSLNode *node = new (node_memory) OSLNode();
| ^
/home/exouser/sdb/blender-git/blender/intern/cycles/scene/shader_nodes.cpp:7187:43: note: returned from ‘void* operator new(std::size_t)’
7187 | char *node_memory = (char *)operator new(node_size + inputs_size);
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/home/exouser/sdb/blender-git/blender/intern/cycles/scene/shader_nodes.cpp:7199:52: warning: ‘static void ccl::OSLNode::operator delete(void*, void*)’ called on pointer returned from a mismatched allocation function [-Wmismatched-new-delete]
7199 | OSLNode *node = new (node_memory) OSLNode(*from);
| ^
/home/exouser/sdb/blender-git/blender/intern/cycles/scene/shader_nodes.cpp:7187:43: note: returned from ‘void* operator new(std::size_t)’
7187 | char *node_memory = (char *)operator new(node_size + inputs_size);
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
[2937/5516] Building CXX object source...mbic.dir/intern/abc_reader_curves.cc.o
/home/exouser/sdb/blender-git/blender/source/blender/io/alembic/intern/abc_reader_curves.cc: In member function ‘void blender::io::alembic::AbcCurveReader::read_curves_sample(Curves*, const Alembic::AbcGeom::v12::ICurvesSchema&, const Alembic::Abc::v12::ISampleSelector&, float, const char**)’:
/home/exouser/sdb/blender-git/blender/source/blender/io/alembic/intern/abc_reader_curves.cc:329:53: warning: unused parameter ‘velocity_scale’ [-Wunused-parameter]
329 | const float velocity_scale,
| ~~~~~~~~~~~~^~~~~~~~~~~~~~
/home/exouser/sdb/blender-git/blender/source/blender/io/alembic/intern/abc_reader_curves.cc:330:54: warning: unused parameter ‘err_str’ [-Wunused-parameter]
330 | const char **err_str)
| ~~~~~~~~~~~~~^~~~~~~
[2938/5516] Building CXX object source...mbic.dir/intern/abc_reader_points.cc.o
FAILED: source/blender/io/alembic/CMakeFiles/bf_alembic.dir/intern/abc_reader_points.cc.o
/usr/bin/c++ -DDEBUG -DWITH_ASSERT_ABORT -DWITH_GHOST_WAYLAND_LIBDECOR -DWITH_OPENGL -D_DEBUG -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D__LITTLE_ENDIAN__ -D__MMX__ -D__SSE2__ -D__SSE__ -I/home/exouser/sdb/blender-git/blender/source/blender/io/alembic -I/home/exouser/sdb/blender-git/blender/source/blender/io/common -I/home/exouser/sdb/blender-git/blender/source/blender/blenkernel -I/home/exouser/sdb/blender-git/blender/source/blender/blenlib -I/home/exouser/sdb/blender-git/blender/source/blender/blenloader -I/home/exouser/sdb/blender-git/blender/source/blender/bmesh -I/home/exouser/sdb/blender-git/blender/source/blender/depsgraph -I/home/exouser/sdb/blender-git/blender/source/blender/editors/include -I/home/exouser/sdb/blender-git/blender/source/blender/makesdna -I/home/exouser/sdb/blender-git/blender/source/blender/makesrna -I/home/exouser/sdb/blender-git/blender/source/blender/windowmanager -I/home/exouser/sdb/blender-git/blender/intern/clog -I/home/exouser/sdb/blender-git/blender/intern/guardedalloc -I/home/exouser/sdb/blender-git/blender/intern/utfconv -isystem /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/alembic/include -isystem /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/openexr/include -isystem /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/openexr/include/OpenEXR -isystem /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/imath/include -isystem /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/imath/include/Imath -isystem /home/exouser/sdb/blender-git/lib/linux_x86_64_glibc_228/boost/include -Wuninitialized -Wredundant-decls -Wall -Wno-invalid-offsetof -Wno-sign-compare -Wlogical-op -Winit-self -Wmissing-include-dirs -Wno-div-by-zero -Wtype-limits -Werror=return-type -Wno-char-subscripts -Wno-unknown-pragmas -Wpointer-arith -Wunused-parameter -Wwrite-strings -Wundef -Wformat-signedness -Wrestrict -Wno-suggest-override -Wuninitialized -Wno-stringop-overread -Wno-stringop-overflow -Wundef -Wmissing-declarations -Wimplicit-fallthrough=5 -msse -pipe -fPIC -funsigned-char -fno-strict-aliasing -ffp-contract=off -msse2 -fmacro-prefix-map="/home/exouser/sdb/blender-git/blender/"="" -fmacro-prefix-map="/home/exouser/sdb/blender-git/build_linux_debug/"="" -g -fsanitize=address -fsanitize=bool -fsanitize=bounds -fsanitize=enum -fsanitize=float-cast-overflow -fsanitize=float-divide-by-zero -fsanitize=nonnull-attribute -fsanitize=returns-nonnull-attribute -fsanitize=signed-integer-overflow -fsanitize=undefined -fsanitize=vla-bound -fno-sanitize=alignment -fsanitize=leak -fsanitize=object-size -fopenmp -std=c++17 -MD -MT source/blender/io/alembic/CMakeFiles/bf_alembic.dir/intern/abc_reader_points.cc.o -MF source/blender/io/alembic/CMakeFiles/bf_alembic.dir/intern/abc_reader_points.cc.o.d -o source/blender/io/alembic/CMakeFiles/bf_alembic.dir/intern/abc_reader_points.cc.o -c /home/exouser/sdb/blender-git/blender/source/blender/io/alembic/intern/abc_reader_points.cc
/home/exouser/sdb/blender-git/blender/source/blender/io/alembic/intern/abc_reader_points.cc: In member function ‘virtual void blender::io::alembic::AbcPointsReader::readObjectData(Main*, const Alembic::Abc::v12::ISampleSelector&)’:
/home/exouser/sdb/blender-git/blender/source/blender/io/alembic/intern/abc_reader_points.cc:78:40: error: too many arguments to function ‘void BKE_pointcloud_nomain_to_pointcloud(PointCloud*, PointCloud*)’
78 | BKE_pointcloud_nomain_to_pointcloud(read_point_cloud, point_cloud, true);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/exouser/sdb/blender-git/blender/source/blender/io/alembic/intern/abc_reader_points.cc:24:
/home/exouser/sdb/blender-git/blender/source/blender/blenkernel/BKE_pointcloud.h:72:6: note: declared here
72 | void BKE_pointcloud_nomain_to_pointcloud(struct PointCloud *pointcloud_src,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2939/5516] Building CXX object source...lembic.dir/intern/abc_reader_mesh.cc.o
/home/exouser/sdb/blender-git/blender/source/blender/io/alembic/intern/abc_reader_mesh.cc:514:16: warning: no previous declaration for ‘blender::io::alembic::CDStreamConfig blender::io::alembic::get_config(Mesh*, bool)’ [-Wmissing-declarations]
514 | CDStreamConfig get_config(Mesh *mesh, const bool use_vertex_interpolation)
| ^~~~~~~~~~
[2945/5516] Building CXX object source...s_function.dir/Unity/unity_0_cxx.cxx.o
ninja: build stopped: subcommand failed.
make: *** [GNUmakefile:365: all] Error 1
e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment