Skip to content

Instantly share code, notes, and snippets.

@joejulian
Created April 29, 2021 00:54
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 joejulian/ccd70994eb3e427288eb4374e2725641 to your computer and use it in GitHub Desktop.
Save joejulian/ccd70994eb3e427288eb4374e2725641 to your computer and use it in GitHub Desktop.
==> Making package: dsview 1.12-2 (Wed 28 Apr 2021 05:18:20 PM PDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found DSView-1.12.tar.gz
-> Found qt5.15.patch
-> Found udev.rules
-> Found dsview.desktop
==> Validating source files with sha384sums...
DSView-1.12.tar.gz ... Passed
qt5.15.patch ... Passed
udev.rules ... Passed
dsview.desktop ... Passed
==> Extracting sources...
-> Extracting DSView-1.12.tar.gz with bsdtar
==> Starting prepare()...
patching file DSView/pv/view/viewport.cpp
CMake Deprecation Warning at CMakeLists.txt:22 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Using Qt5
-- Found libusb-1.0:
-- - Includes: /usr/include
-- - Libraries: /usr/lib/libusb-1.0.so
CMake Warning (dev) at /usr/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
The package name passed to `find_package_handle_standard_args` (LIBZIP)
does not match the name of the calling package (libzip). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
CMake/Findlibzip.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:98 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found FFTW threads: /usr/lib/libfftw3f_threads.so
-- Found FFTW: /usr/lib/libfftw3.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView
==> Removing existing $pkgdir/ directory...
==> Starting build()...
CMake Deprecation Warning at CMakeLists.txt:22 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Using Qt5
-- Found libusb-1.0:
-- - Includes: /usr/include
-- - Libraries: /usr/lib/libusb-1.0.so
CMake Warning (dev) at /usr/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
The package name passed to `find_package_handle_standard_args` (LIBZIP)
does not match the name of the calling package (libzip). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
CMake/Findlibzip.cmake:24 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:98 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found FFTW threads: /usr/lib/libfftw3f_threads.so
-- Found FFTW: /usr/lib/libfftw3.so
-- Configuring done
-- Generating done
-- Build files have been written to: /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView
Consolidate compiler generated dependencies of target DSView
[ 0%] Building CXX object CMakeFiles/DSView.dir/pv/view/viewport.cpp.o
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp: In member function ‘virtual void pv::view::Viewport::wheelEvent(QWheelEvent*)’:
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp:1009:38: warning: ‘int QWheelEvent::delta() const’ is deprecated: Use angleDelta() [-Wdeprecated-declarations]
1009 | t->zoom(event->delta() / 80, event->x());
| ^
In file included from /usr/include/qt/QtGui/QNativeGestureEvent:1,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.h:35,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp:23:
/usr/include/qt/QtGui/qevent.h:219:16: note: declared here
219 | inline int delta() const { return qt4D; }
| ^~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp:1009:55: warning: ‘int QWheelEvent::x() const’ is deprecated: Use position() [-Wdeprecated-declarations]
1009 | t->zoom(event->delta() / 80, event->x());
| ^
In file included from /usr/include/qt/QtGui/QNativeGestureEvent:1,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.h:35,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp:23:
/usr/include/qt/QtGui/qevent.h:229:16: note: declared here
229 | inline int x() const { return int(p.x()); }
| ^
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp:1014:32: warning: ‘Qt::Orientation QWheelEvent::orientation() const’ is deprecated: Use angleDelta() [-Wdeprecated-declarations]
1014 | if (event->orientation() == Qt::Vertical) {
| ^
In file included from /usr/include/qt/QtGui/QNativeGestureEvent:1,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.h:35,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp:23:
/usr/include/qt/QtGui/qevent.h:222:28: note: declared here
222 | inline Qt::Orientation orientation() const { return qt4O; }
| ^~~~~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp:1016:41: warning: ‘int QWheelEvent::x() const’ is deprecated: Use position() [-Wdeprecated-declarations]
1016 | const int offset = event->x();
| ^
In file included from /usr/include/qt/QtGui/QNativeGestureEvent:1,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.h:35,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp:23:
/usr/include/qt/QtGui/qevent.h:229:16: note: declared here
229 | inline int x() const { return int(p.x()); }
| ^
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp:1036:37: warning: ‘int QWheelEvent::delta() const’ is deprecated: Use angleDelta() [-Wdeprecated-declarations]
1036 | _view.zoom(event->delta() / 80, offset);
| ^
In file included from /usr/include/qt/QtGui/QNativeGestureEvent:1,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.h:35,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp:23:
/usr/include/qt/QtGui/qevent.h:219:16: note: declared here
219 | inline int delta() const { return qt4D; }
| ^~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp:1038:39: warning: ‘Qt::Orientation QWheelEvent::orientation() const’ is deprecated: Use angleDelta() [-Wdeprecated-declarations]
1038 | } else if (event->orientation() == Qt::Horizontal) {
| ^
In file included from /usr/include/qt/QtGui/QNativeGestureEvent:1,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.h:35,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp:23:
/usr/include/qt/QtGui/qevent.h:222:28: note: declared here
222 | inline Qt::Orientation orientation() const { return qt4O; }
| ^~~~~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp:1042:70: warning: ‘int QWheelEvent::delta() const’ is deprecated: Use angleDelta() [-Wdeprecated-declarations]
1042 | _view.offset() - event->delta());
| ^
In file included from /usr/include/qt/QtGui/QNativeGestureEvent:1,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.h:35,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp:23:
/usr/include/qt/QtGui/qevent.h:219:16: note: declared here
219 | inline int delta() const { return qt4D; }
| ^~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp: In member function ‘void pv::view::Viewport::paintMeasure(QPainter&, QColor, QColor)’:
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp:1539:50: warning: ‘int QFontMetrics::width(const QString&, int) const’ is deprecated: Use QFontMetrics::horizontalAdvance [-Wdeprecated-declarations]
1539 | const int rectW = fm.width(delta_text) + 60;
| ^
In file included from /usr/include/qt/QtWidgets/qwidget.h:50,
from /usr/include/qt/QtWidgets/QWidget:1,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.h:34,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/view/viewport.cpp:23:
/usr/include/qt/QtGui/qfontmetrics.h:106:9: note: declared here
106 | int width(const QString &, int len = -1) const;
| ^~~~~
[ 1%] Building CXX object CMakeFiles/DSView.dir/pv/data/decode/annotation.cpp.o
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:56:3: error: template with C linkage
56 | template<typename _Tp, _Tp __v>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:71:3: error: template with C linkage
71 | template<typename _Tp, _Tp __v>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:80:3: error: template with C linkage
80 | template<bool __v>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:91:3: error: template with C linkage
91 | template<bool, typename, typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:94:3: error: template with C linkage
94 | template <typename _Type>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:98:3: error: template with C linkage
98 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:101:3: error: template with C linkage
101 | template<typename...>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:104:3: error: template specialization with C linkage
104 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:109:3: error: template with C linkage
109 | template<typename _B1>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:114:3: error: template with C linkage
114 | template<typename _B1, typename _B2>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:119:3: error: template with C linkage
119 | template<typename _B1, typename _B2, typename _B3, typename... _Bn>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:124:3: error: template with C linkage
124 | template<typename...>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:127:3: error: template specialization with C linkage
127 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:132:3: error: template with C linkage
132 | template<typename _B1>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:137:3: error: template with C linkage
137 | template<typename _B1, typename _B2>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:142:3: error: template with C linkage
142 | template<typename _B1, typename _B2, typename _B3, typename... _Bn>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:147:3: error: template with C linkage
147 | template<typename _Pp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:188:3: error: template with C linkage
188 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:190:3: error: template with C linkage
190 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:192:3: error: template with C linkage
192 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:194:3: error: template with C linkage
194 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:200:3: error: template with C linkage
200 | template <typename _Tp, size_t = sizeof(_Tp)>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:204:3: error: template with C linkage
204 | template <typename _TypeIdentity,
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:219:3: error: template with C linkage
219 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:226:3: error: template with C linkage
226 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:230:3: error: template with C linkage
230 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:233:3: error: template with C linkage
233 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:238:3: error: template with C linkage
238 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:242:3: error: template specialization with C linkage
242 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:247:3: error: template with C linkage
247 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:252:3: error: template with C linkage
252 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:256:3: error: template specialization with C linkage
256 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:260:3: error: template specialization with C linkage
260 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:264:3: error: template specialization with C linkage
264 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:268:3: error: template specialization with C linkage
268 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:273:3: error: template specialization with C linkage
273 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:284:3: error: template specialization with C linkage
284 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:288:3: error: template specialization with C linkage
288 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:292:3: error: template specialization with C linkage
292 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:296:3: error: template specialization with C linkage
296 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:300:3: error: template specialization with C linkage
300 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:304:3: error: template specialization with C linkage
304 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:308:3: error: template specialization with C linkage
308 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:312:3: error: template specialization with C linkage
312 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:316:3: error: template specialization with C linkage
316 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:320:3: error: template specialization with C linkage
320 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:364:3: error: template with C linkage
364 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:369:3: error: template with C linkage
369 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:373:3: error: template specialization with C linkage
373 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:377:3: error: template specialization with C linkage
377 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:381:3: error: template specialization with C linkage
381 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:392:3: error: template with C linkage
392 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:398:3: error: template with C linkage
398 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:402:3: error: template with C linkage
402 | template<typename _Tp, std::size_t _Size>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:406:3: error: template with C linkage
406 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:410:3: error: template with C linkage
410 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:414:3: error: template with C linkage
414 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:419:3: error: template with C linkage
419 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:425:3: error: template with C linkage
425 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:429:3: error: template with C linkage
429 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:434:3: error: template with C linkage
434 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:438:3: error: template with C linkage
438 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:442:3: error: template with C linkage
442 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:446:3: error: template with C linkage
446 | template<typename _Tp, typename _Cp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:451:3: error: template with C linkage
451 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:456:3: error: template with C linkage
456 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:460:3: error: template with C linkage
460 | template<typename _Tp, typename _Cp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:465:3: error: template with C linkage
465 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:471:3: error: template with C linkage
471 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:477:3: error: template with C linkage
477 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:483:3: error: template with C linkage
483 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:489:3: error: template with C linkage
489 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:493:3: error: template with C linkage
493 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:497:3: error: template with C linkage
497 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:503:3: error: template with C linkage
503 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:507:3: error: template specialization with C linkage
507 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:512:3: error: template with C linkage
512 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:518:3: error: template with C linkage
518 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:526:3: error: template with C linkage
526 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:533:3: error: template with C linkage
533 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:539:3: error: template with C linkage
539 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:546:3: error: template with C linkage
546 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:552:3: error: template with C linkage
552 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:556:3: error: template with C linkage
556 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:563:3: error: template with C linkage
563 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:567:3: error: template with C linkage
567 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:571:3: error: template with C linkage
571 | template<typename _Tp, typename _Cp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:576:3: error: template with C linkage
576 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:581:3: error: template with C linkage
581 | template<typename, typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:584:3: error: template with C linkage
584 | template<typename _Tp, typename... _Types>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:588:3: error: template with C linkage
588 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:607:3: error: template with C linkage
607 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:626:3: error: template with C linkage
626 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:631:3: error: template with C linkage
631 | template<typename...> using __void_t = void;
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:635:3: error: template with C linkage
635 | template<typename _Tp, typename = void>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:640:3: error: template with C linkage
640 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:648:3: error: template with C linkage
648 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:652:3: error: template with C linkage
652 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:657:3: error: template with C linkage
657 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:661:3: error: template with C linkage
661 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:666:3: error: template with C linkage
666 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:675:3: error: template with C linkage
675 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:684:3: error: template with C linkage
684 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:694:3: error: template with C linkage
694 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:705:3: error: template with C linkage
705 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:714:3: error: template with C linkage
714 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:720:3: error: template with C linkage
720 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:735:3: error: template with C linkage
735 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:740:3: error: template with C linkage
740 | template<typename _Tp,
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:745:3: error: template with C linkage
745 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:751:3: error: template with C linkage
751 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:757:3: error: template with C linkage
757 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:770:3: error: template with C linkage
770 | template<typename _Tp, typename _Up = _Tp&&>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:774:3: error: template with C linkage
774 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:778:3: error: template with C linkage
778 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:781:3: error: template with C linkage
781 | template<typename, unsigned = 0>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:784:3: error: template with C linkage
784 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:787:3: error: template with C linkage
787 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:792:3: error: template with C linkage
792 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:804:5: error: template with C linkage
804 | template<typename _Tp, typename = decltype(declval<_Tp&>().~_Tp())>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:807:5: error: template with C linkage
807 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:811:3: error: template with C linkage
811 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:818:3: error: template with C linkage
818 | template<typename _Tp,
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:825:3: error: template with C linkage
825 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:831:3: error: template with C linkage
831 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:835:3: error: template with C linkage
835 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:840:3: error: template with C linkage
840 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:854:5: error: template with C linkage
854 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:858:5: error: template with C linkage
858 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:862:3: error: template with C linkage
862 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:869:3: error: template with C linkage
869 | template<typename _Tp,
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:876:3: error: template with C linkage
876 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:882:3: error: template with C linkage
882 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:886:3: error: template with C linkage
886 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:891:3: error: template with C linkage
891 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:899:3: error: template with C linkage
899 | template<typename _Tp, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:905:3: error: template with C linkage
905 | template<typename _Tp, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:914:3: error: template with C linkage
914 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:922:3: error: template with C linkage
922 | template<typename _Tp, bool = __is_referenceable<_Tp>::value>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:925:3: error: template with C linkage
925 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:929:3: error: template with C linkage
929 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:935:3: error: template with C linkage
935 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:943:3: error: template with C linkage
943 | template<typename _Tp, bool = __is_referenceable<_Tp>::value>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:946:3: error: template with C linkage
946 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:950:3: error: template with C linkage
950 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:956:3: error: template with C linkage
956 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:964:3: error: template with C linkage
964 | template<bool, typename _Tp, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:969:3: error: template with C linkage
969 | template<typename _Tp, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:974:3: error: template with C linkage
974 | template<typename _Tp, typename _Arg>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:979:3: error: template with C linkage
979 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:984:3: error: template with C linkage
984 | template<typename _Tp, size_t _Num>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1001:3: error: template with C linkage
1001 | template<typename _Tp, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1007:3: error: template with C linkage
1007 | template<typename _Tp, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1016:3: error: template with C linkage
1016 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1025:3: error: template with C linkage
1025 | template<typename _Tp, bool = __is_referenceable<_Tp>::value>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1028:3: error: template with C linkage
1028 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1032:3: error: template with C linkage
1032 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1038:3: error: template with C linkage
1038 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1046:3: error: template with C linkage
1046 | template<typename _Tp, bool = __is_referenceable<_Tp>::value>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1049:3: error: template with C linkage
1049 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1053:3: error: template with C linkage
1053 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1059:3: error: template with C linkage
1059 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1068:3: error: template with C linkage
1068 | template<typename _Tp, typename _Up>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1076:3: error: template with C linkage
1076 | template<typename _Tp, bool = __is_referenceable<_Tp>::value>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1079:3: error: template with C linkage
1079 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1083:3: error: template with C linkage
1083 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1089:3: error: template with C linkage
1089 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1097:3: error: template with C linkage
1097 | template<typename _Tp, bool = __is_referenceable<_Tp>::value>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1100:3: error: template with C linkage
1100 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1104:3: error: template with C linkage
1104 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1110:3: error: template with C linkage
1110 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1118:3: error: template with C linkage
1118 | template<typename _Tp, typename _Up>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1123:3: error: template with C linkage
1123 | template<typename _Tp, typename _Up>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1130:3: error: template with C linkage
1130 | template<typename _Tp, typename _Up>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1138:3: error: template with C linkage
1138 | template<typename _Tp, bool = __is_referenceable<_Tp>::value>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1141:3: error: template with C linkage
1141 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1145:3: error: template with C linkage
1145 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1151:3: error: template with C linkage
1151 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1159:3: error: template with C linkage
1159 | template<typename _Tp, bool = __is_referenceable<_Tp>::value>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1162:3: error: template with C linkage
1162 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1166:3: error: template with C linkage
1166 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1172:3: error: template with C linkage
1172 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1181:3: error: template with C linkage
1181 | template<typename _Tp, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1190:3: error: template with C linkage
1190 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1200:5: error: template with C linkage
1200 | template <typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1203:5: error: template with C linkage
1203 | template <typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1210:3: error: template with C linkage
1210 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1217:3: error: template with C linkage
1217 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1222:3: error: template with C linkage
1222 | template <typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1228:3: error: template with C linkage
1228 | template<typename _Tp, bool = __is_referenceable<_Tp>::value>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1231:3: error: template with C linkage
1231 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1235:3: error: template with C linkage
1235 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1243:3: error: template with C linkage
1243 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1251:3: error: template with C linkage
1251 | template<typename _Tp, bool = __is_referenceable<_Tp>::value>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1254:3: error: template with C linkage
1254 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1258:3: error: template with C linkage
1258 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1266:3: error: template with C linkage
1266 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1275:3: error: template with C linkage
1275 | template<typename _Tp, typename _Up>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1283:3: error: template with C linkage
1283 | template<typename _Tp, bool = __is_referenceable<_Tp>::value>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1286:3: error: template with C linkage
1286 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1290:3: error: template with C linkage
1290 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1296:3: error: template with C linkage
1296 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1304:3: error: template with C linkage
1304 | template<typename _Tp, bool = __is_referenceable<_Tp>::value>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1307:3: error: template with C linkage
1307 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1311:3: error: template with C linkage
1311 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1317:3: error: template with C linkage
1317 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1326:3: error: template with C linkage
1326 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1337:3: error: template with C linkage
1337 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1349:3: error: template with C linkage
1349 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1358:3: error: template with C linkage
1358 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1362:3: error: template with C linkage
1362 | template<typename _Tp, std::size_t _Size>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1366:3: error: template with C linkage
1366 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1371:3: error: template with C linkage
1371 | template<typename, unsigned _Uint>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1375:3: error: template with C linkage
1375 | template<typename _Tp, unsigned _Uint, std::size_t _Size>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1382:3: error: template with C linkage
1382 | template<typename _Tp, unsigned _Uint>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1393:3: error: template with C linkage
1393 | template<typename _Tp, typename _Up>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1410:3: error: template with C linkage
1410 | template<typename _Base, typename _Derived>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1415:3: error: template with C linkage
1415 | template<typename _From, typename _To,
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1425:3: error: template with C linkage
1425 | template<typename _From, typename _To>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1446:3: error: template with C linkage
1446 | template<typename _From, typename _To>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1452:3: error: template with C linkage
1452 | template<typename _ToElementType, typename _FromElementType>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1456:3: error: template with C linkage
1456 | template<typename _From, typename _To,
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1465:3: error: template with C linkage
1465 | template<typename _From, typename _To>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1486:3: error: template with C linkage
1486 | template<typename _From, typename _To>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1508:3: error: template with C linkage
1508 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1512:3: error: template with C linkage
1512 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1517:3: error: template with C linkage
1517 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1521:3: error: template with C linkage
1521 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1526:3: error: template with C linkage
1526 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1530:3: error: template with C linkage
1530 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1534:3: error: template with C linkage
1534 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1538:3: error: template with C linkage
1538 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1543:3: error: template with C linkage
1543 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1548:3: error: template with C linkage
1548 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1553:3: error: template with C linkage
1553 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1592:3: error: template with C linkage
1592 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1596:3: error: template with C linkage
1596 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1600:3: error: template with C linkage
1600 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1604:3: error: template with C linkage
1604 | template<typename _Tp, bool = __is_referenceable<_Tp>::value>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1608:3: error: template with C linkage
1608 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1613:3: error: template with C linkage
1613 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1618:3: error: template with C linkage
1618 | template<typename _Tp, bool = __is_referenceable<_Tp>::value>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1622:3: error: template with C linkage
1622 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1627:3: error: template with C linkage
1627 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1649:3: error: template with C linkage
1649 | template<typename _Unqualified, bool _IsConst, bool _IsVol>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1652:3: error: template with C linkage
1652 | template<typename _Unqualified>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1656:3: error: template with C linkage
1656 | template<typename _Unqualified>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1660:3: error: template with C linkage
1660 | template<typename _Unqualified>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1664:3: error: template with C linkage
1664 | template<typename _Unqualified>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1668:3: error: template with C linkage
1668 | template<typename _Qualified, typename _Unqualified,
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1680:3: error: template with C linkage
1680 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1684:3: error: template specialization with C linkage
1684 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1688:3: error: template specialization with C linkage
1688 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1692:3: error: template specialization with C linkage
1692 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1696:3: error: template specialization with C linkage
1696 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1700:3: error: template specialization with C linkage
1700 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1704:3: error: template specialization with C linkage
1704 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1730:3: error: template with C linkage
1730 | template<typename _Tp,
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1735:3: error: template with C linkage
1735 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1749:5: error: template with C linkage
1749 | template<typename...> struct _List { };
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1751:5: error: template with C linkage
1751 | template<typename _Tp, typename... _Up>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1755:5: error: template with C linkage
1755 | template<size_t _Sz, typename _Tp, bool = (_Sz <= _Tp::__size)>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1758:5: error: template with C linkage
1758 | template<size_t _Sz, typename _Uint, typename... _UInts>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1762:5: error: template with C linkage
1762 | template<size_t _Sz, typename _Uint, typename... _UInts>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1769:3: error: template with C linkage
1769 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1789:3: error: template specialization with C linkage
1789 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1806:3: error: template specialization with C linkage
1806 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1813:3: error: template specialization with C linkage
1813 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1824:3: error: template with C linkage
1824 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1829:3: error: template specialization with C linkage
1829 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1834:3: error: template with C linkage
1834 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1838:3: error: template specialization with C linkage
1838 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1842:3: error: template specialization with C linkage
1842 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1846:3: error: template specialization with C linkage
1846 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1850:3: error: template specialization with C linkage
1850 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1854:3: error: template specialization with C linkage
1854 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1858:3: error: template specialization with C linkage
1858 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1884:3: error: template with C linkage
1884 | template<typename _Tp,
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1889:3: error: template with C linkage
1889 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1901:3: error: template with C linkage
1901 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1915:3: error: template specialization with C linkage
1915 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1932:3: error: template specialization with C linkage
1932 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1939:3: error: template specialization with C linkage
1939 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1950:3: error: template with C linkage
1950 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1955:3: error: template specialization with C linkage
1955 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1971:3: error: template with C linkage
1971 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1975:3: error: template with C linkage
1975 | template<typename _Tp, std::size_t _Size>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1979:3: error: template with C linkage
1979 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1984:3: error: template with C linkage
1984 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1988:3: error: template with C linkage
1988 | template<typename _Tp, std::size_t _Size>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:1992:3: error: template with C linkage
1992 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2008:3: error: template with C linkage
2008 | template<typename _Tp, typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2012:3: error: template with C linkage
2012 | template<typename _Tp, typename _Up>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2017:3: error: template with C linkage
2017 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2023:3: error: template with C linkage
2023 | template<typename _Tp, bool = __or_<__is_referenceable<_Tp>,
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2028:3: error: template with C linkage
2028 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2032:3: error: template with C linkage
2032 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2047:3: error: template with C linkage
2047 | template<std::size_t _Len>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2067:3: error: template with C linkage
2067 | template<std::size_t _Len, std::size_t _Align =
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2078:3: error: template with C linkage
2078 | template <typename... _Types>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2085:3: error: template with C linkage
2085 | template <typename _Tp, typename... _Types>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2106:3: error: template with C linkage
2106 | template <size_t _Len, typename... _Types>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2122:3: error: template with C linkage
2122 | template <size_t _Len, typename... _Types>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2127:3: error: template with C linkage
2127 | template<typename _Up,
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2133:3: error: template with C linkage
2133 | template<typename _Up>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2137:3: error: template with C linkage
2137 | template<typename _Up>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2141:3: error: template with C linkage
2141 | template<typename _Up>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2146:3: error: template with C linkage
2146 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2156:3: error: template with C linkage
2156 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2159:3: error: template with C linkage
2159 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2163:3: error: template with C linkage
2163 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2169:3: error: template with C linkage
2169 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2175:3: error: template with C linkage
2175 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2181:3: error: template with C linkage
2181 | template<bool, typename _Tp = void>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2186:3: error: template with C linkage
2186 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2191:3: error: template with C linkage
2191 | template<bool _Cond, typename _Tp = void>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2194:3: error: template with C linkage
2194 | template<typename... _Cond>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2199:3: error: template with C linkage
2199 | template<bool _Cond, typename _Iftrue, typename _Iffalse>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2204:3: error: template with C linkage
2204 | template<typename _Iftrue, typename _Iffalse>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2209:3: error: template with C linkage
2209 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2214:3: error: template with C linkage
2214 | template<typename... _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2221:5: error: template with C linkage
2221 | template<typename _Tp, typename _Up>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2227:5: error: template with C linkage
2227 | template<typename _Tp, typename _Up>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2239:5: error: template with C linkage
2239 | template<typename, typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2243:5: error: template with C linkage
2243 | template<typename _Tp, typename _Up>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2249:3: error: template specialization with C linkage
2249 | template<>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2254:3: error: template with C linkage
2254 | template<typename _Tp0>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2260:3: error: template with C linkage
2260 | template<typename _Tp1, typename _Tp2,
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2269:3: error: template with C linkage
2269 | template<typename _Tp1, typename _Tp2>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2279:3: error: template with C linkage
2279 | template<typename _Tp1, typename _Tp2>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2284:3: error: template with C linkage
2284 | template<typename...>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2288:3: error: template with C linkage
2288 | template<typename, typename, typename = void>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2292:3: error: template with C linkage
2292 | template<typename _Tp1, typename _Tp2, typename... _Rp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2301:3: error: template with C linkage
2301 | template<typename _CTp, typename... _Rp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2308:3: error: template with C linkage
2308 | template<typename _CTp, typename _Rp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2312:3: error: template with C linkage
2312 | template<typename _Tp, bool = is_enum<_Tp>::value>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2318:3: error: template with C linkage
2318 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2323:3: error: template with C linkage
2323 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2328:3: error: template with C linkage
2328 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2334:3: error: template with C linkage
2334 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2343:3: error: template with C linkage
2343 | template<typename _Signature>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2357:3: error: template with C linkage
2357 | template<typename _Tp, typename _Tag>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2364:5: error: template with C linkage
2364 | template<typename _Fp, typename _Tp1, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2369:5: error: template with C linkage
2369 | template<typename...>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2373:3: error: template with C linkage
2373 | template<typename _MemPtr, typename _Arg, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2383:5: error: template with C linkage
2383 | template<typename _Fp, typename _Tp1, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2388:5: error: template with C linkage
2388 | template<typename...>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2392:3: error: template with C linkage
2392 | template<typename _MemPtr, typename _Arg, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2402:5: error: template with C linkage
2402 | template<typename _Fp, typename _Tp1>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2407:5: error: template with C linkage
2407 | template<typename, typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2411:3: error: template with C linkage
2411 | template<typename _MemPtr, typename _Arg>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2421:5: error: template with C linkage
2421 | template<typename _Fp, typename _Tp1>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2426:5: error: template with C linkage
2426 | template<typename, typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2430:3: error: template with C linkage
2430 | template<typename _MemPtr, typename _Arg>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2437:3: error: template with C linkage
2437 | template<typename _MemPtr, typename _Arg>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2440:3: error: template with C linkage
2440 | template<typename _Res, typename _Class, typename _Arg>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2452:3: error: template with C linkage
2452 | template<typename _MemPtr, typename _Arg, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2455:3: error: template with C linkage
2455 | template<typename _Res, typename _Class, typename _Arg, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2471:3: error: template with C linkage
2471 | template<typename _Tp, typename _Up = __remove_cvref_t<_Tp>>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2477:3: error: template with C linkage
2477 | template<typename _Tp, typename _Up>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2483:3: error: template with C linkage
2483 | template<bool, bool, typename _Functor, typename... _ArgTypes>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2489:3: error: template with C linkage
2489 | template<typename _MemPtr, typename _Arg>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2495:3: error: template with C linkage
2495 | template<typename _MemPtr, typename _Arg, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2504:5: error: template with C linkage
2504 | template<typename _Fn, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2509:5: error: template with C linkage
2509 | template<typename...>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2513:3: error: template with C linkage
2513 | template<typename _Functor, typename... _ArgTypes>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2521:3: error: template with C linkage
2521 | template<typename _Functor, typename... _ArgTypes>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2534:3: error: template with C linkage
2534 | template<typename _Functor, typename... _ArgTypes>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2580:3: error: template with C linkage
2580 | template<typename _Default, typename _AlwaysVoid,
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2589:3: error: template with C linkage
2589 | template<typename _Default, template<typename...> class _Op,
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2598:3: error: template with C linkage
2598 | template<typename _Default, template<typename...> class _Op,
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2603:3: error: template with C linkage
2603 | template<typename _Default, template<typename...> class _Op,
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2624:3: error: template with C linkage
2624 | template <typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2627:3: error: template with C linkage
2627 | template <typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2630:3: error: template with C linkage
2630 | template<typename... _Elements>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2633:3: error: template with C linkage
2633 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2637:3: error: template with C linkage
2637 | template<typename... _Tps>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2642:3: error: template with C linkage
2642 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2647:3: error: template with C linkage
2647 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2657:3: error: template with C linkage
2657 | template<typename _Tp, size_t _Nm>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2669:7: error: template with C linkage
2669 | template<typename _Tp, typename
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2673:7: error: template with C linkage
2673 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2679:7: error: template with C linkage
2679 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2684:7: error: template with C linkage
2684 | template<typename>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2690:3: error: template with C linkage
2690 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2697:3: error: template with C linkage
2697 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2704:3: error: template with C linkage
2704 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2709:3: error: template with C linkage
2709 | template<typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2837:3: error: template with C linkage
2837 | template<typename _Result, typename _Ret,
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2842:3: error: template with C linkage
2842 | template<typename _Result, typename _Ret>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2852:3: error: template with C linkage
2852 | template<typename _Result, typename _Ret>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2879:3: error: template with C linkage
2879 | template<typename _Fn, typename... _ArgTypes>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2884:3: error: template with C linkage
2884 | template<typename _Fn, typename _Tp, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2892:3: error: template with C linkage
2892 | template<typename _Fn, typename _Tp, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2899:3: error: template with C linkage
2899 | template<typename _Fn, typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2906:3: error: template with C linkage
2906 | template<typename _Fn, typename _Tp>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2912:3: error: template with C linkage
2912 | template<typename _Fn, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2918:3: error: template with C linkage
2918 | template<typename _Result, typename _Fn, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2925:3: error: template with C linkage
2925 | template<typename _Fn, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/gatomic.h:31,
from /usr/include/glib-2.0/glib/gthread.h:32,
from /usr/include/glib-2.0/glib/gasyncqueue.h:32,
from /usr/include/glib-2.0/glib.h:32,
from /usr/include/libsigrokdecode4DSL/libsigrokdecode.h:26,
from /home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:23:
/usr/include/c++/10.2.0/type_traits:2930:3: error: template with C linkage
2930 | template<typename _Fn, typename... _Args>
| ^~~~~~~~
/home/jjulian/.cache/yay/dsview/src/DSView-1.12/DSView/pv/data/decode/annotation.cpp:22:1: note: ‘extern "C"’ linkage started here
22 | extern "C" {
| ^~~~~~~~~~
make[2]: *** [CMakeFiles/DSView.dir/build.make:1299: CMakeFiles/DSView.dir/pv/data/decode/annotation.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/DSView.dir/all] Error 2
make: *** [Makefile:156: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment