LumiGuide / haskell-opencv

Haskell binding to OpenCV-3.x
Other
154 stars 44 forks source link

Cannot build master on Ubuntu #134

Closed nh2 closed 5 years ago

nh2 commented 5 years ago

On commit dd51d7cfb1513e03516706465c246164e33fb589, Ubuntu 16.04, stack build gets me:

opencv-0.0.2.1: configure (lib)
[1 of 2] Compiling Main             ( /home/niklas/src/haskell/haskell-opencv/opencv/Setup.hs, /home/niklas/src/haskell/haskell-opencv/opencv/.stack-work/dist/x86_64-linux/Cabal-2.2.0.1/setup/Main.o )
[2 of 2] Compiling StackSetupShim   ( /raid/stack/setup-exe-src/setup-shim-mPHDZzAJ.hs, /home/niklas/src/haskell/haskell-opencv/opencv/.stack-work/dist/x86_64-linux/Cabal-2.2.0.1/setup/StackSetupShim.o )
Linking /home/niklas/src/haskell/haskell-opencv/opencv/.stack-work/dist/x86_64-linux/Cabal-2.2.0.1/setup/setup ...
Configuring opencv-0.0.2.1... 
opencv-0.0.2.1: build (lib)   
Preprocessing library for opencv-0.0.2.1..
In file included from /usr/include/c++/5/cinttypes:35:0,
                 from /raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:16,
                 from HighGui.hsc:87:
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
 #error This file requires compiler and library support \
  ^                           
/home/niklas/src/haskell/haskell-opencv/opencv/In file included from HighGui.hsc:87:0:
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:226:2: error: ‘uintmax_t’ does not name a type
  uintmax_t array_size[500], offset[500];
  ^                           
HighGui.hsc: In function ‘int main()’:
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:218:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:218:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:218:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:218:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:218:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:218:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:219:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:219:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:219:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:219:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:219:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:219:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:220:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:220:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:220:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:220:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:220:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:220:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:221:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:221:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:221:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:221:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:221:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:221:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:222:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:222:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:222:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:222:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:222:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:222:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:223:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:223:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:223:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:223:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:223:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:223:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:254:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:254:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:254:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:254:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:254:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:254:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:255:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:255:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:255:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:255:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:255:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:255:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:256:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:256:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:256:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:256:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:256:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:256:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:257:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:257:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:257:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:257:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:257:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:257:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:258:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:258:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:258:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:258:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:258:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:258:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:259:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:259:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:259:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:259:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:259:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:259:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:260:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:260:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:260:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:260:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:260:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:260:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:261:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:261:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:261:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:261:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:261:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:261:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:262:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:262:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:262:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:262:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:262:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:262:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:263:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:263:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:263:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:263:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:263:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:263:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:264:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:264:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:264:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:264:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:264:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:264:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:265:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:265:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:265:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^           
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:265:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:265:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:265:5: note: in expansion of macro ‘hsc_num’
compiling .stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/OpenCV/HighGui_hsc_make.c failed (exit code 1)
command was: /usr/bin/c++ -c .stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/OpenCV/HighGui_hsc_make.c -o .stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/OpenCV/HighGui_hsc_make.o -fno-stack-protector -fno-stack-protector -fuse-ld=gold -D__GLASGOW_HASKELL__=804 -Dlinux_BUILD_OS=1 -Dx86_64_BUILD_ARCH=1 -Dlinux_HOST_OS=1 -Dx86_64_HOST_ARCH=1 -Iinclude -I/home/niklas/opt/opencv31-git/include/opencv -I/home/niklas/opt/opencv31-git/include -I.stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/include -I/home/niklas/opt/opencv31-git/include/opencv -I/home/niklas/opt/opencv31-git/include -I.stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/autogen -I.stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/global-autogen -include .stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/autogen/cabal_macros.h -I/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include -I/raid/stack/programs/x86_64-linux/ghc-8.4.3/lib/ghc-8.4.3/unix-2.7.2.2/include -I/raid/stack/programs/x86_64-linux/ghc-8.4.3/lib/ghc-8.4.3/time-1.8.0.2/include -I/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/JuicyPixels-3.2.9.5-LtOJu18oI5wEsQ1h8eCfTc/include -I/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/vector-0.12.0.1-GGZqQZyzchy8YFPCF67wxL/include -I/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/primitive-0.6.3.0-DaZpcxwJp2TGn8ITSgfI4C/include -I/raid/stack/programs/x86_64-linux/ghc-8.4.3/lib/ghc-8.4.3/bytestring-0.10.8.2/include -I/raid/stack/programs/x86_64-linux/ghc-8.4.3/lib/ghc-8.4.3/base-4.11.1.0/include -I/raid/stack/programs/x86_64-linux/ghc-8.4.3/lib/ghc-8.4.3/integer-gmp-1.0.2.0/include -I/raid/stack/programs/x86_64-linux/ghc-8.4.3/lib/ghc-8.4.3/include -I/raid/stack/programs/x86_64-linux/ghc-8.4.3/lib/ghc-8.4.3/include/
Completed 62 action(s).       

--  While building custom Setup.hs for package opencv-0.0.2.1 using:
      /home/niklas/src/haskell/haskell-opencv/opencv/.stack-work/dist/x86_64-linux/Cabal-2.2.0.1/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-2.2.0.1 build lib:opencv --ghc-options " -ddump-hi -ddump-to-file -fdiagnostics-color=always"
    Process exited with code: ExitFailure 1
PKG_CONFIG_PATH=$HOME/opt/opencv31-git/lib/pkgconfig stack build opencv  660.02s user 27.58s system 271% cpu 4:12.89 total
1 niklas@ares ~/src/haskell/haskell-opencv/opencv (git)-[heads/master] % PKG_CONFIG_PATH=$HOME/opt/opencv31-git/lib/pkgconfig stack build opencv
opencv-0.0.2.1: build (lib)
Preprocessing library for opencv-0.0.2.1..
In file included from /usr/include/c++/5/cinttypes:35:0,
                 from /raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:16,
                 from HighGui.hsc:87:
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
 #error This file requires compiler and library support \
  ^
/home/niklas/src/haskell/haskell-opencv/opencv/In file included from HighGui.hsc:87:0:
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:226:2: error: ‘uintmax_t’ does not name a type
  uintmax_t array_size[500], offset[500];
  ^
HighGui.hsc: In function ‘int main()’:
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:218:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:218:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:218:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:218:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:218:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:218:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:219:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:219:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:219:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:219:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:219:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:219:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:220:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:220:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:220:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:220:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:220:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:220:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:221:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:221:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:221:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:221:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:221:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:221:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:222:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:222:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:222:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:222:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:222:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:222:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:223:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:223:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:223:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:223:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:223:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:223:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:254:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:254:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:254:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:254:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:254:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:254:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:255:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:255:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:255:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:255:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:255:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:255:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:256:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:256:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:256:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:256:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:256:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:256:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:257:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:257:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:257:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:257:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:257:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:257:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:258:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:258:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:258:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:258:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:258:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:258:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:259:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:259:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:259:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:259:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:259:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:259:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:260:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:260:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:260:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:260:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:260:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:260:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:261:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:261:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:261:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:261:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:261:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:261:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:262:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:262:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:262:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:262:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:262:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:262:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:263:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:263:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:263:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:263:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:263:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:263:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:264:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:264:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:264:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:264:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:264:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:264:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:18: error: expected ‘)’ before ‘PRIuMAX’
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:265:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: spurious trailing ‘%’ in format [-Wformat=]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:265:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:81:43: warning: too many arguments for format [-Wformat-extra-args]
     ? printf("%" PRIuMAX,(uintmax_t)(name)) \
                                           ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:265:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:18: error: expected ‘)’ before ‘PRIdMAX’
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                  ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:265:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: spurious trailing ‘%’ in format [-Wformat=]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:265:5: note: in expansion of macro ‘hsc_num’
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:82:42: warning: too many arguments for format [-Wformat-extra-args]
     : printf("%" PRIdMAX,(intmax_t)(name)) \
                                          ^
/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include/bindings.dsl.h:103:36: note: in expansion of macro ‘bc_decimal’
     bc_varid(# name);printf(" = ");bc_decimal(name);printf("\n"); \
                                    ^
/home/niklas/src/haskell/haskell-opencv/opencv/HighGui.hsc:265:5: note: in expansion of macro ‘hsc_num’
compiling .stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/OpenCV/HighGui_hsc_make.c failed (exit code 1)
command was: /usr/bin/c++ -c .stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/OpenCV/HighGui_hsc_make.c -o .stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/OpenCV/HighGui_hsc_make.o -fno-stack-protector -fno-stack-protector -fuse-ld=gold -D__GLASGOW_HASKELL__=804 -Dlinux_BUILD_OS=1 -Dx86_64_BUILD_ARCH=1 -Dlinux_HOST_OS=1 -Dx86_64_HOST_ARCH=1 -Iinclude -I/home/niklas/opt/opencv31-git/include/opencv -I/home/niklas/opt/opencv31-git/include -I.stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/include -I/home/niklas/opt/opencv31-git/include/opencv -I/home/niklas/opt/opencv31-git/include -I.stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/autogen -I.stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/global-autogen -include .stack-work/dist/x86_64-linux/Cabal-2.2.0.1/build/autogen/cabal_macros.h -I/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/bindings-DSL-1.0.25-54Ns4yFvnsmG51FXSFcoWY/include -I/raid/stack/programs/x86_64-linux/ghc-8.4.3/lib/ghc-8.4.3/unix-2.7.2.2/include -I/raid/stack/programs/x86_64-linux/ghc-8.4.3/lib/ghc-8.4.3/time-1.8.0.2/include -I/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/JuicyPixels-3.2.9.5-LtOJu18oI5wEsQ1h8eCfTc/include -I/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/vector-0.12.0.1-GGZqQZyzchy8YFPCF67wxL/include -I/raid/stack/snapshots/x86_64-linux/nightly-2018-06-08/8.4.3/lib/x86_64-linux-ghc-8.4.3/primitive-0.6.3.0-DaZpcxwJp2TGn8ITSgfI4C/include -I/raid/stack/programs/x86_64-linux/ghc-8.4.3/lib/ghc-8.4.3/bytestring-0.10.8.2/include -I/raid/stack/programs/x86_64-linux/ghc-8.4.3/lib/ghc-8.4.3/base-4.11.1.0/include -I/raid/stack/programs/x86_64-linux/ghc-8.4.3/lib/ghc-8.4.3/integer-gmp-1.0.2.0/include -I/raid/stack/programs/x86_64-linux/ghc-8.4.3/lib/ghc-8.4.3/include -I/raid/stack/programs/x86_64-linux/ghc-8.4.3/lib/ghc-8.4.3/include/

--  While building custom Setup.hs for package opencv-0.0.2.1 using:
      /home/niklas/src/haskell/haskell-opencv/opencv/.stack-work/dist/x86_64-linux/Cabal-2.2.0.1/setup/setup --builddir=.stack-work/dist/x86_64-linux/Cabal-2.2.0.1 build lib:opencv --ghc-options " -ddump-hi -ddump-to-file -fdiagnostics-color=always"
    Process exited with code: ExitFailure 1
nh2 commented 5 years ago

#error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options -- isn't that what the cabal file should take care of?

Or is this the problem you mentioned @basvandijk ?

nh2 commented 5 years ago

I also wasn't lucky with the nix-based shell:

cd opencv && nix-shell default.nix; inside:

basvandijk commented 5 years ago

@nh2 I was able to do a successful stack build with the latest master (62738781c61de6069bdc1cf058ae530a02786727) using stack-1.9.3.

basvandijk commented 5 years ago

Also note that you need GCC >= 7 to build successfully. See how we upgrade gcc in our .travis.yml.

Could you reopen if this is still an issue for you?