Package Details: aegisub-japan7-git 3.3.3.r290.1b821bbd4-1

Git Clone URL: https://aur.archlinux.org/aegisub-japan7-git.git (read-only, click to copy)
Package Base: aegisub-japan7-git
Description: A fork of aegisub including tap-to-time feature and custom user scripts
Upstream URL: https://github.com/odrling/Aegisub
Licenses: custom
Conflicts: aegisub
Provides: aegisub
Submitter: RhiobeT
Maintainer: RhiobeT
Last Packager: RhiobeT
Votes: 0
Popularity: 0.000000
First Submitted: 2020-03-30 16:45 (UTC)
Last Updated: 2021-12-27 19:01 (UTC)

Latest Comments

RhiobeT commented on 2020-09-13 14:26 (UTC)

Nice ;)

If you keep seeing these kinds of errors, you should consider checking that your hard drives are healthy, because file corruption is usually a first sign of some hardware failing.

micwoj92 commented on 2020-09-13 14:21 (UTC)

Hey, installing boost helped! (I mean I had boost-git previously, so it was propably something wrong there :p)

RhiobeT commented on 2020-09-13 14:07 (UTC)

The fact that you are getting "Input/output errors" for the includes is very weird. Could you try to reinstall the boost package? Some of your files might be corrupted...

micwoj92 commented on 2020-09-13 01:11 (UTC)

Hello, I am getting pretty long error when trying to compile this, Could you help @RhiobeT

FAILED: src/aegisub.p/colour_button.cpp.o 
c++ -Isrc/aegisub.p -Isrc -I../src -I../libaegisub/include -Isrc/libresrc -I../src/libresrc -I. -I.. -I../subprojects/luajit/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/fribidi -I/usr/include -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -I/usr/include/hunspell -I/usr/include/uchardet -flto -fdiagnostics-color=always -pipe -std=c++11 '-DP_DATA="/usr/share/aegisub"' -fPIE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -DBOOST_FILESYSTEM_DYN_LINK=1 -DBOOST_THREAD_USE_DLL=1 -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_THREAD_BUILD_DLL=1 -DBOOST_CHRONO_DYN_LINK=1 -DBOOST_ALL_NO_LIB -fpch-preprocess -include agi_pre.h -MD -MQ src/aegisub.p/colour_button.cpp.o -MF src/aegisub.p/colour_button.cpp.o.d -o src/aegisub.p/colour_button.cpp.o -c ../src/colour_button.cpp
In file included from /usr/include/boost/gil/concepts.hpp:13,
                 from /usr/include/boost/gil/color_base.hpp:13,
                 from /usr/include/boost/gil/pixel.hpp:13,
                 from /usr/include/boost/gil/bit_aligned_pixel_reference.hpp:12,
                 from /usr/include/boost/gil/bit_aligned_pixel_iterator.hpp:11,
                 from /usr/include/boost/gil/algorithm.hpp:11,
                 from /usr/include/boost/gil.hpp:12,
                 from ../src/colour_button.cpp:24:
/usr/include/boost/gil/concepts/channel.hpp:11:10: error: /usr/include/boost/gil/concepts/basic.hpp: Input/output error
   11 | #include <boost/gil/concepts/basic.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/gil/color_convert.hpp:11,
                 from /usr/include/boost/gil/image_view_factory.hpp:11,
                 from /usr/include/boost/gil/algorithm.hpp:15,
                 from /usr/include/boost/gil.hpp:12,
                 from ../src/colour_button.cpp:24:
/usr/include/boost/gil/channel_algorithm.hpp:13:10: error: /usr/include/boost/gil/typedefs.hpp: Input/output error
   13 | #include <boost/gil/typedefs.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/gil/image_view_factory.hpp:11,
                 from /usr/include/boost/gil/algorithm.hpp:15,
                 from /usr/include/boost/gil.hpp:12,
                 from ../src/colour_button.cpp:24:
/usr/include/boost/gil/color_convert.hpp:17:10: error: /usr/include/boost/gil/rgb.hpp: Input/output error
   17 | #include <boost/gil/rgb.hpp>
      |          ^~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/gil/color_convert.hpp:18,
                 from /usr/include/boost/gil/image_view_factory.hpp:11,
                 from /usr/include/boost/gil/algorithm.hpp:15,
                 from /usr/include/boost/gil.hpp:12,
                 from ../src/colour_button.cpp:24:
/usr/include/boost/gil/rgba.hpp:11:10: error: /usr/include/boost/gil/planar_pixel_iterator.hpp: Input/output error
   11 | #include <boost/gil/planar_pixel_iterator.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/boost/gil/concepts.hpp:13,
                 from /usr/include/boost/gil/color_base.hpp:13,
                 from /usr/include/boost/gil/pixel.hpp:13,
                 from /usr/include/boost/gil/bit_aligned_pixel_reference.hpp:12,
                 from /usr/include/boost/gil/bit_aligned_pixel_iterator.hpp:11,
                 from /usr/include/boost/gil/algorithm.hpp:11,
                 from /usr/include/boost/gil.hpp:12,
                 from ../src/colour_button.cpp:24:
/usr/include/boost/gil/concepts/channel.hpp: In member function ‘void boost::gil::ChannelValueConcept<T>::constraints()’:
/usr/include/boost/gil/concepts/channel.hpp:137:31: error: ‘Regular’ was not declared in this scope
  137 |         gil_function_requires<Regular<T>>();
      |                               ^~~~~~~
/usr/include/boost/gil/concepts/channel.hpp:137:9: error: parse error in template argument list
  137 |         gil_function_requires<Regular<T>>();
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/gil/concepts/channel.hpp:137:43: error: expected primary-expression before ‘)’ token
  137 |         gil_function_requires<Regular<T>>();
      |                                           ^
In file included from /usr/include/boost/gil/concepts.hpp:15,
                 from /usr/include/boost/gil/color_base.hpp:13,
                 from /usr/include/boost/gil/pixel.hpp:13,
                 from /usr/include/boost/gil/bit_aligned_pixel_reference.hpp:12,
                 from /usr/include/boost/gil/bit_aligned_pixel_iterator.hpp:11,
                 from /usr/include/boost/gil/algorithm.hpp:11,
                 from /usr/include/boost/gil.hpp:12,
                 from ../src/colour_button.cpp:24:
/usr/include/boost/gil/concepts/color_base.hpp: In member function ‘void boost::gil::MutableColorBaseConcept<ColorBase>::constraints()’:
/usr/include/boost/gil/concepts/color_base.hpp:188:31: error: ‘Swappable’ was not declared in this scope
  188 |         gil_function_requires<Swappable<ColorBase>>();
      |                               ^~~~~~~~~
/usr/include/boost/gil/concepts/color_base.hpp:188:9: error: parse error in template argument list
  188 |         gil_function_requires<Swappable<ColorBase>>();
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/gil/concepts/color_base.hpp:188:53: error: expected primary-expression before ‘)’ token
  188 |         gil_function_requires<Swappable<ColorBase>>();
      |                                                     ^
/usr/include/boost/gil/concepts/color_base.hpp: In member function ‘void boost::gil::ColorBaseValueConcept<ColorBase>::constraints()’:
/usr/include/boost/gil/concepts/color_base.hpp:211:31: error: ‘Regular’ was not declared in this scope
  211 |         gil_function_requires<Regular<ColorBase>>();
      |                               ^~~~~~~
/usr/include/boost/gil/concepts/color_base.hpp:211:9: error: parse error in template argument list
  211 |         gil_function_requires<Regular<ColorBase>>();
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/gil/concepts/color_base.hpp:211:51: error: expected primary-expression before ‘)’ token
  211 |         gil_function_requires<Regular<ColorBase>>();
      |                                                   ^
/usr/include/boost/gil/concepts/color_base.hpp: In member function ‘void boost::gil::HomogeneousColorBaseValueConcept<ColorBase>::constraints()’:
/usr/include/boost/gil/concepts/color_base.hpp:286:31: error: ‘Regular’ was not declared in this scope
  286 |         gil_function_requires<Regular<ColorBase>>();
      |                               ^~~~~~~
/usr/include/boost/gil/concepts/color_base.hpp:286:9: error: parse error in template argument list
  286 |         gil_function_requires<Regular<ColorBase>>();
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/gil/concepts/color_base.hpp:286:51: error: expected primary-expression before ‘)’ token
  286 |         gil_function_requires<Regular<ColorBase>>();
      |                                                   ^
In file included from /usr/include/boost/gil/concepts/image_view.hpp:14,
                 from /usr/include/boost/gil/concepts/image.hpp:14,
                 from /usr/include/boost/gil/concepts.hpp:17,
                 from /usr/include/boost/gil/color_base.hpp:13,
                 from /usr/include/boost/gil/pixel.hpp:13,
                 from /usr/include/boost/gil/bit_aligned_pixel_reference.hpp:12,
                 from /usr/include/boost/gil/bit_aligned_pixel_iterator.hpp:11,
                 from /usr/include/boost/gil/algorithm.hpp:11,
                 from /usr/include/boost/gil.hpp:12,
                 from ../src/colour_button.cpp:24:
/usr/include/boost/gil/concepts/pixel.hpp: In member function ‘void boost::gil::PixelValueConcept<P>::constraints()’:
/usr/include/boost/gil/concepts/pixel.hpp:174:31: error: ‘Regular’ was not declared in this scope
  174 |         gil_function_requires<Regular<P>>();
      |                               ^~~~~~~
/usr/include/boost/gil/concepts/pixel.hpp:174:9: error: parse error in template argument list
  174 |         gil_function_requires<Regular<P>>();
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/gil/concepts/pixel.hpp:174:43: error: expected primary-expression before ‘)’ token
  174 |         gil_function_requires<Regular<P>>();
      |                                           ^
/usr/include/boost/gil/concepts/pixel.hpp: In member function ‘void boost::gil::HomogeneousPixelValueConcept<P>::constraints()’:
/usr/include/boost/gil/concepts/pixel.hpp:192:31: error: ‘Regular’ was not declared in this scope
  192 |         gil_function_requires<Regular<P>>();
      |                               ^~~~~~~
/usr/include/boost/gil/concepts/pixel.hpp:192:9: error: parse error in template argument list
  192 |         gil_function_requires<Regular<P>>();
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/gil/concepts/pixel.hpp:192:43: error: expected primary-expression before ‘)’ token
  192 |         gil_function_requires<Regular<P>>();
      |                                           ^
In file included from /usr/include/boost/gil/concepts/pixel_locator.hpp:17,
                 from /usr/include/boost/gil/concepts/image_view.hpp:17,
                 from /usr/include/boost/gil/concepts/image.hpp:14,
                 from /usr/include/boost/gil/concepts.hpp:17,
                 from /usr/include/boost/gil/color_base.hpp:13,
                 from /usr/include/boost/gil/pixel.hpp:13,
                 from /usr/include/boost/gil/bit_aligned_pixel_reference.hpp:12,
                 from /usr/include/boost/gil/bit_aligned_pixel_iterator.hpp:11,
                 from /usr/include/boost/gil/algorithm.hpp:11,
                 from /usr/include/boost/gil.hpp:12,
                 from ../src/colour_button.cpp:24:
/usr/include/boost/gil/concepts/point.hpp: In member function ‘void boost::gil::PointNDConcept<P>::constraints()’:
/usr/include/boost/gil/concepts/point.hpp:64:31: error: ‘Regular’ was not declared in this scope
   64 |         gil_function_requires<Regular<P>>();
      |                               ^~~~~~~
/usr/include/boost/gil/concepts/point.hpp:64:9: error: parse error in template argument list
   64 |         gil_function_requires<Regular<P>>();
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/gil/concepts/point.hpp:64:43: error: expected primary-expression before ‘)’ token
   64 |         gil_function_requires<Regular<P>>();
      |                                           ^
In file included from /usr/include/boost/gil/concepts/image_view.hpp:17,
                 from /usr/include/boost/gil/concepts/image.hpp:14,
                 from /usr/include/boost/gil/concepts.hpp:17,
                 from /usr/include/boost/gil/color_base.hpp:13,
                 from /usr/include/boost/gil/pixel.hpp:13,
                 from /usr/include/boost/gil/bit_aligned_pixel_reference.hpp:12,
                 from /usr/include/boost/gil/bit_aligned_pixel_iterator.hpp:11,
                 from /usr/include/boost/gil/algorithm.hpp:11,
                 from /usr/include/boost/gil.hpp:12,
                 from ../src/colour_button.cpp:24:
/usr/include/boost/gil/concepts/pixel_locator.hpp: In member function ‘void boost::gil::RandomAccessNDLocatorConcept<Loc>::constraints()’:
/usr/include/boost/gil/concepts/pixel_locator.hpp:107:31: error: ‘Regular’ was not declared in this scope
  107 |         gil_function_requires<Regular<Loc>>();
      |                               ^~~~~~~
/usr/include/boost/gil/concepts/pixel_locator.hpp:107:9: error: parse error in template argument list
  107 |         gil_function_requires<Regular<Loc>>();
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/gil/concepts/pixel_locator.hpp:107:45: error: expected primary-expression before ‘)’ token
  107 |         gil_function_requires<Regular<Loc>>();
      |                                             ^
In file included from /usr/include/boost/gil/concepts/image.hpp:14,
                 from /usr/include/boost/gil/concepts.hpp:17,
                 from /usr/include/boost/gil/color_base.hpp:13,
                 from /usr/include/boost/gil/pixel.hpp:13,
                 from /usr/include/boost/gil/bit_aligned_pixel_reference.hpp:12,
                 from /usr/include/boost/gil/bit_aligned_pixel_iterator.hpp:11,
                 from /usr/include/boost/gil/algorithm.hpp:11,
                 from /usr/include/boost/gil.hpp:12,
                 from ../src/colour_button.cpp:24:
/usr/include/boost/gil/concepts/image_view.hpp: In member function ‘void boost::gil::RandomAccessNDImageViewConcept<View>::constraints()’:
/usr/include/boost/gil/concepts/image_view.hpp:106:31: error: ‘Regular’ was not declared in this scope
  106 |         gil_function_requires<Regular<View>>();
      |                               ^~~~~~~
/usr/include/boost/gil/concepts/image_view.hpp:106:9: error: parse error in template argument list
  106 |         gil_function_requires<Regular<View>>();
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/gil/concepts/image_view.hpp:106:46: error: expected primary-expression before ‘)’ token
  106 |         gil_function_requires<Regular<View>>();
      |                                              ^
In file included from /usr/include/boost/gil/concepts.hpp:17,
                 from /usr/include/boost/gil/color_base.hpp:13,
                 from /usr/include/boost/gil/pixel.hpp:13,
                 from /usr/include/boost/gil/bit_aligned_pixel_reference.hpp:12,
                 from /usr/include/boost/gil/bit_aligned_pixel_iterator.hpp:11,
                 from /usr/include/boost/gil/algorithm.hpp:11,
                 from /usr/include/boost/gil.hpp:12,
                 from ../src/colour_button.cpp:24:
/usr/include/boost/gil/concepts/image.hpp: In member function ‘void boost::gil::RandomAccessNDImageConcept<Image>::constraints()’:
/usr/include/boost/gil/concepts/image.hpp:60:31: error: ‘Regular’ was not declared in this scope
   60 |         gil_function_requires<Regular<Image>>();
      |                               ^~~~~~~
/usr/include/boost/gil/concepts/image.hpp:60:9: error: parse error in template argument list
   60 |         gil_function_requires<Regular<Image>>();
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/gil/concepts/image.hpp:60:47: error: expected primary-expression before ‘)’ token
   60 |         gil_function_requires<Regular<Image>>();
      |                                               ^
In file included from /usr/include/boost/gil/color_convert.hpp:11,
                 from /usr/include/boost/gil/image_view_factory.hpp:11,
                 from /usr/include/boost/gil/algorithm.hpp:15,
                 from /usr/include/boost/gil.hpp:12,
                 from ../src/colour_button.cpp:24:
/usr/include/boost/gil/channel_algorithm.hpp: At global scope:
/usr/include/boost/gil/channel_algorithm.hpp:312:67: error: ‘float32_t’ was not declared in this scope; did you mean ‘float_t’?
  312 | template <typename DstChannelV> struct channel_converter_unsigned<float32_t,DstChannelV> {
      |                                                                   ^~~~~~~~~
      |                                                                   float_t
/usr/include/boost/gil/channel_algorithm.hpp:312:88: error: template argument 1 is invalid
  312 | template <typename DstChannelV> struct channel_converter_unsigned<float32_t,DstChannelV> {
      |                                                                                        ^
/usr/include/boost/gil/channel_algorithm.hpp:322:79: error: ‘float32_t’ was not declared in this scope; did you mean ‘float_t’?
  322 | template <typename SrcChannelV> struct channel_converter_unsigned<SrcChannelV,float32_t> {
      |                                                                               ^~~~~~~~~
      |                                                                               float_t
/usr/include/boost/gil/channel_algorithm.hpp:322:88: error: template argument 2 is invalid
  322 | template <typename SrcChannelV> struct channel_converter_unsigned<SrcChannelV,float32_t> {
      |                                                                                        ^
/usr/include/boost/gil/channel_algorithm.hpp:328:47: error: ‘float32_t’ was not declared in this scope; did you mean ‘float_t’?
  328 | template <> struct channel_converter_unsigned<float32_t,float32_t> {
      |                                               ^~~~~~~~~
      |                                               float_t
/usr/include/boost/gil/channel_algorithm.hpp:328:57: error: ‘float32_t’ was not declared in this scope; did you mean ‘float_t’?
  328 | template <> struct channel_converter_unsigned<float32_t,float32_t> {
      |                                                         ^~~~~~~~~
      |                                                         float_t
/usr/include/boost/gil/channel_algorithm.hpp:328:66: error: template argument 1 is invalid
  328 | template <> struct channel_converter_unsigned<float32_t,float32_t> {
      |                                                                  ^
/usr/include/boost/gil/channel_algorithm.hpp:328:66: error: template argument 2 is invalid
/usr/include/boost/gil/channel_algorithm.hpp:336:56: error: ‘float32_t’ was not declared in this scope; did you mean ‘float_t’?
  336 | template <> struct channel_converter_unsigned<uint32_t,float32_t> {
      |                                                        ^~~~~~~~~
      |                                                        float_t
/usr/include/boost/gil/channel_algorithm.hpp:336:65: error: template argument 2 is invalid
  336 | template <> struct channel_converter_unsigned<uint32_t,float32_t> {
      |                                                                 ^
/usr/include/boost/gil/channel_algorithm.hpp:346:47: error: ‘float32_t’ was not declared in this scope; did you mean ‘float_t’?
  346 | template <> struct channel_converter_unsigned<float32_t,uint32_t> {
      |                                               ^~~~~~~~~
      |                                               float_t
/usr/include/boost/gil/channel_algorithm.hpp:346:65: error: template argument 1 is invalid
  346 | template <> struct channel_converter_unsigned<float32_t,uint32_t> {
      |                                                                 ^
/usr/include/boost/gil/channel_algorithm.hpp:516:47: error: ‘float32_t’ was not declared in this scope; did you mean ‘float_t’?
  516 | template<> struct channel_multiplier_unsigned<float32_t> {
      |                                               ^~~~~~~~~
      |                                               float_t
/usr/include/boost/gil/channel_algorithm.hpp:516:56: error: template argument 1 is invalid
  516 | template<> struct channel_multiplier_unsigned<float32_t> {
      |                                                        ^
In file included from /usr/include/boost/gil/color_convert.hpp:18,
                 from /usr/include/boost/gil/image_view_factory.hpp:11,
                 from /usr/include/boost/gil/algorithm.hpp:15,
                 from /usr/include/boost/gil.hpp:12,
                 from ../src/colour_button.cpp:24:
/usr/include/boost/gil/rgba.hpp:25:29: error: ‘red_t’ was not declared in this scope; did you mean ‘greg_t’?
   25 | using rgba_t =mp11::mp_list<red_t, green_t, blue_t, alpha_t>;
      |                             ^~~~~
      |                             greg_t
/usr/include/boost/gil/rgba.hpp:25:36: error: ‘green_t’ was not declared in this scope; did you mean ‘greg_t’?
   25 | using rgba_t =mp11::mp_list<red_t, green_t, blue_t, alpha_t>;
      |                                    ^~~~~~~
      |                                    greg_t
/usr/include/boost/gil/rgba.hpp:25:45: error: ‘blue_t’ was not declared in this scope
   25 | using rgba_t =mp11::mp_list<red_t, green_t, blue_t, alpha_t>;
      |                                             ^~~~~~
/usr/include/boost/gil/rgba.hpp:25:60: error: template argument 1 is invalid
   25 | using rgba_t =mp11::mp_list<red_t, green_t, blue_t, alpha_t>;
      |                                                            ^
/usr/include/boost/gil/rgba.hpp:25:60: error: template argument 2 is invalid
/usr/include/boost/gil/rgba.hpp:25:60: error: template argument 3 is invalid
/usr/include/boost/gil/rgba.hpp:28:30: error: ‘rgba_t’ was not declared in this scope
   28 | using rgba_layout_t = layout<rgba_t>;
      |                              ^~~~~~
/usr/include/boost/gil/rgba.hpp:28:36: error: template argument 1 is invalid
   28 | using rgba_layout_t = layout<rgba_t>;
      |                                    ^
/usr/include/boost/gil/rgba.hpp:28:36: error: template argument 2 is invalid
/usr/include/boost/gil/rgba.hpp:31:30: error: ‘rgba_t’ was not declared in this scope
   31 | using bgra_layout_t = layout<rgba_t, mp11::mp_list_c<int, 2, 1, 0, 3>>;
      |                              ^~~~~~
/usr/include/boost/gil/rgba.hpp:31:69: error: template argument 1 is invalid
   31 | using bgra_layout_t = layout<rgba_t, mp11::mp_list_c<int, 2, 1, 0, 3>>;
      |                                                                     ^~
/usr/include/boost/gil/rgba.hpp:34:30: error: ‘rgba_t’ was not declared in this scope
   34 | using argb_layout_t = layout<rgba_t, mp11::mp_list_c<int, 1, 2, 3, 0>>;
      |                              ^~~~~~
/usr/include/boost/gil/rgba.hpp:34:69: error: template argument 1 is invalid
   34 | using argb_layout_t = layout<rgba_t, mp11::mp_list_c<int, 1, 2, 3, 0>>;
      |                                                                     ^~
/usr/include/boost/gil/rgba.hpp:37:30: error: ‘rgba_t’ was not declared in this scope
   37 | using abgr_layout_t = layout<rgba_t, mp11::mp_list_c<int, 3, 2, 1, 0>>;
      |                              ^~~~~~
/usr/include/boost/gil/rgba.hpp:37:69: error: template argument 1 is invalid
   37 | using abgr_layout_t = layout<rgba_t, mp11::mp_list_c<int, 3, 2, 1, 0>>;
      |                                                                     ^~
/usr/include/boost/gil/rgba.hpp:46:72: error: ‘rgba_t’ was not declared in this scope
   46 |     -> typename type_from_x_iterator<planar_pixel_iterator<ChannelPtr, rgba_t> >::view_t
      |                                                                        ^~~~~~
/usr/include/boost/gil/rgba.hpp:46:78: error: template argument 2 is invalid
   46 |     -> typename type_from_x_iterator<planar_pixel_iterator<ChannelPtr, rgba_t> >::view_t
      |                                                                              ^
/usr/include/boost/gil/rgba.hpp:46:80: error: template argument 1 is invalid
   46 |     -> typename type_from_x_iterator<planar_pixel_iterator<ChannelPtr, rgba_t> >::view_t
      |                                                                                ^
In file included from /usr/include/boost/gil/image_view_factory.hpp:11,
                 from /usr/include/boost/gil/algorithm.hpp:15,
                 from /usr/include/boost/gil.hpp:12,
                 from ../src/colour_button.cpp:24:
/usr/include/boost/gil/color_convert.hpp: In member function ‘GrayChannelValue boost::gil::detail::rgb_to_luminance_fn<RedChannel, GreenChannel, BlueChannel, GrayChannelValue>::operator()(const RedChannel&, const GreenChannel&, const BlueChannel&) const’:
/usr/include/boost/gil/color_convert.hpp:63:29: error: ‘float32_t’ was not declared in this scope; did you mean ‘float_t’?
   63 |             channel_convert<float32_t>(red  )*0.30f +
      |                             ^~~~~~~~~
      |                             float_t
In file included from /usr/include/boost/gil/image_view_factory.hpp:11,
                 from /usr/include/boost/gil/algorithm.hpp:15,
                 from /usr/include/boost/gil.hpp:12,
                 from ../src/colour_button.cpp:24:
/usr/include/boost/gil/color_convert.hpp: At global scope:
/usr/include/boost/gil/color_convert.hpp:89:44: error: ‘rgb_t’ was not declared in this scope
   89 | struct default_color_converter_impl<gray_t,rgb_t> {
      |                                            ^~~~~
/usr/include/boost/gil/color_convert.hpp:89:49: error: template argument 2 is invalid
   89 | struct default_color_converter_impl<gray_t,rgb_t> {
      |                                                 ^
/usr/include/boost/gil/color_convert.hpp:121:37: error: ‘rgb_t’ was not declared in this scope
  121 | struct default_color_converter_impl<rgb_t,gray_t> {
      |                                     ^~~~~
/usr/include/boost/gil/color_convert.hpp:121:49: error: template argument 1 is invalid
  121 | struct default_color_converter_impl<rgb_t,gray_t> {
      |                                                 ^
/usr/include/boost/gil/color_convert.hpp:140:37: error: ‘rgb_t’ was not declared in this scope
  140 | struct default_color_converter_impl<rgb_t,cmyk_t> {
      |                                     ^~~~~
/usr/include/boost/gil/color_convert.hpp:140:49: error: template argument 1 is invalid
  140 | struct default_color_converter_impl<rgb_t,cmyk_t> {
      |                                                 ^
/usr/include/boost/gil/color_convert.hpp:169:44: error: ‘rgb_t’ was not declared in this scope
  169 | struct default_color_converter_impl<cmyk_t,rgb_t> {
      |                                            ^~~~~
/usr/include/boost/gil/color_convert.hpp:169:49: error: template argument 2 is invalid
  169 | struct default_color_converter_impl<cmyk_t,rgb_t> {
      |                                                 ^
/usr/include/boost/gil/color_convert.hpp:242:40: error: ‘rgba_t’ was not declared in this scope
  242 | struct default_color_converter_impl<C1,rgba_t> {
      |                                        ^~~~~~
/usr/include/boost/gil/color_convert.hpp:242:46: error: template argument 2 is invalid
  242 | struct default_color_converter_impl<C1,rgba_t> {
      |                                              ^
/usr/include/boost/gil/color_convert.hpp:262:37: error: ‘rgba_t’ was not declared in this scope
  262 | struct default_color_converter_impl<rgba_t,C2> {
      |                                     ^~~~~~
/usr/include/boost/gil/color_convert.hpp:262:46: error: template argument 1 is invalid
  262 | struct default_color_converter_impl<rgba_t,C2> {
      |                                              ^
/usr/include/boost/gil/color_convert.hpp:277:37: error: ‘rgba_t’ was not declared in this scope
  277 | struct default_color_converter_impl<rgba_t,rgba_t> {
      |                                     ^~~~~~
/usr/include/boost/gil/color_convert.hpp:277:44: error: ‘rgba_t’ was not declared in this scope
  277 | struct default_color_converter_impl<rgba_t,rgba_t> {
      |                                            ^~~~~~
/usr/include/boost/gil/color_convert.hpp:277:50: error: template argument 1 is invalid
  277 | struct default_color_converter_impl<rgba_t,rgba_t> {
      |                                                  ^
/usr/include/boost/gil/color_convert.hpp:277:50: error: template argument 2 is invalid
In file included from /usr/include/boost/gil/image_processing/scaling.hpp:14,
                 from /usr/include/boost/gil.hpp:46,
                 from ../src/colour_button.cpp:24:
/usr/include/boost/gil/image_processing/numeric.hpp:57:13: error: variable or field ‘compute_tensor_entries’ declared void
   57 | inline void compute_tensor_entries(
      |             ^~~~~~~~~~~~~~~~~~~~~~
/usr/include/boost/gil/image_processing/numeric.hpp:58:17: error: ‘gray16s_view_t’ is not a member of ‘boost::gil’
   58 |     boost::gil::gray16s_view_t dx,
      |                 ^~~~~~~~~~~~~~
/usr/include/boost/gil/image_processing/numeric.hpp:59:17: error: ‘gray16s_view_t’ is not a member of ‘boost::gil’
   59 |     boost::gil::gray16s_view_t dy,
      |                 ^~~~~~~~~~~~~~
/usr/include/boost/gil/image_processing/numeric.hpp:60:17: error: ‘gray32f_view_t’ is not a member of ‘boost::gil’
   60 |     boost::gil::gray32f_view_t m11,
      |                 ^~~~~~~~~~~~~~
/usr/include/boost/gil/image_processing/numeric.hpp:61:17: error: ‘gray32f_view_t’ is not a member of ‘boost::gil’
   61 |     boost::gil::gray32f_view_t m12_21,
      |                 ^~~~~~~~~~~~~~
/usr/include/boost/gil/image_processing/numeric.hpp:62:17: error: ‘gray32f_view_t’ is not a member of ‘boost::gil’
   62 |     boost::gil::gray32f_view_t m22)
      |                 ^~~~~~~~~~~~~~
../src/colour_button.cpp: In member function ‘void ColourButton::UpdateBitmap()’:
../src/colour_button.cpp:50:4: error: ‘bgr8_pixel_t’ was not declared in this scope
   50 |   (bgr8_pixel_t*)bmp.GetData(), 3 * bmp.GetWidth()),
      |    ^~~~~~~~~~~~
../src/colour_button.cpp:50:17: error: expected primary-expression before ‘)’ token
   50 |   (bgr8_pixel_t*)bmp.GetData(), 3 * bmp.GetWidth()),
      |                 ^
[304/318] Compiling C++ object src/aegisub.p/visual_tool.cpp.o
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...