Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Big-endian platforms? #119

Open
barracuda156 opened this issue Mar 19, 2023 · 4 comments
Open

Support for Big-endian platforms? #119

barracuda156 opened this issue Mar 19, 2023 · 4 comments

Comments

@barracuda156
Copy link

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’
@jwijffels
Copy link
Contributor

jwijffels commented Mar 19, 2023

This request requires new features in the upstream udpipe c++ https://github.com/ufal/udpipe

@barracuda156
Copy link
Author

This request requires new features in the downstream udpipe c++ https://github.com/ufal/udpipe

Thank you, I gonna open an issue there.

@foxik
Copy link

foxik commented Mar 19, 2023

Hi,

I do not plan to add the support myself, but I am happy to accept patches.

@jwijffels
Copy link
Contributor

Looks like we both have other priorities right now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants