Skip to content

[deckcontrol.o] Error 1 - error: invalid suffix on literal; C++11 requires a space between literal and identifier #886

Open
@BleakleyMcD

Description

@BleakleyMcD

new install and got this error -

==> Installing vrecord from amiaopensource/amiaos
==> Installing dependencies for amiaopensource/amiaos/vrecord: amiaopensource/amiaos/deckcontrol, ncurses, bash, brotli, giflib, highway, imath, libdeflate, openexr, webp, jpeg-xl, libvmaf, aom, libavif, gd, libcerf, lua, assimp, double-conversion, readline, hunspell, jasper, libb2, libmng, md4c, ca-certificates, openssl@3, sqlite, qt, gnuplot, xmlstarlet, mediaarea/mediaarea/dvrescue, jansson, libevent, libmms, libzen, libmediainfo, mediaconch, boost, flac, fmt, gmp, libebml, libmatroska, pugixml, mkvtoolnix, aribb24, dav1d, frei0r, libidn2, libtasn1, nettle, p11-kit, libnghttp2, unbound, gnutls, libunibreak, libass, libbluray, cjson, libmicrohttpd, mbedtls, librist, libsoxr, libssh, libvidstab, opencore-amr, rav1e, libsamplerate, mpg123, libsndfile, rubberband, speex, srt, svt-av1, leptonica, libarchive, tesseract, libsodium, zeromq, zimg, ffmpeg, shaderc, vulkan-headers, vulkan-loader, libplacebo, luajit, mujs, uchardet, mpdecimal, [email protected], vapoursynth, certifi, yt-dlp, molten-vk, mpv, ffmpeg@6, qwt and qcli
==> Installing amiaopensource/amiaos/vrecord dependency: amiaopensource/amiaos/deckcontrol
==> make BMSDK=/opt/homebrew/opt/decklinksdk/include
Last 15 lines from /Users/medialab/Library/Logs/Homebrew/deckcontrol/01.make:
deckcontrol.cpp:272:35: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
  272 |         printf("TC=%02"PRIu8":%02"PRIu8":%02"PRIu8":%02"PRIu8"\n",
      |                                   ^
      |                                    
deckcontrol.cpp:272:46: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
  272 |         printf("TC=%02"PRIu8":%02"PRIu8":%02"PRIu8":%02"PRIu8"\n",
      |                                              ^
      |                                               
deckcontrol.cpp:272:57: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
  272 |         printf("TC=%02"PRIu8":%02"PRIu8":%02"PRIu8":%02"PRIu8"\n",
      |                                                         ^
      |                                                          
4 errors generated.
make: *** [deckcontrol.o] Error 1
make: *** Waiting for unfinished jobs....

If reporting this issue please do so at (not Homebrew/* repositories):
  https://github.com/amiaopensource/homebrew-amiaos/issues

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions