Skip to content

Support for Big-endian platforms? #119

Description

@barracuda156

Broken atm:

/opt/local/bin/g++-mp-12 -std=gnu++11 -I"/opt/local/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DSTRICT_R_HEADERS -I'/opt/local/Library/Frameworks/R.framework/Versions/4.2/Resources/library/Rcpp/include' -isystem/opt/local/include/LegacySupport -I/opt/local/include   -fPIC  -pipe -Os -arch ppc  -c udpipe.cpp -o udpipe.o
udpipe.cpp:61:30: error: static assertion failed: Only little endian systems are supported!
   61 | static_assert(__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__, "Only little endian systems are supported!");
      |                              ^
udpipe.cpp:61:30: note: the comparison reduces to '(4321 == 1234)'
make: *** [udpipe.o] Error 1
ERROR: compilation failed for package ‘udpipe’

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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