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

s390x Support #319

Open
AlvinChacko opened this issue Dec 18, 2024 · 0 comments
Open

s390x Support #319

AlvinChacko opened this issue Dec 18, 2024 · 0 comments

Comments

@AlvinChacko
Copy link

Im trying to build an angular app on z/OS and it looks like @angular/[email protected] uses lmdb. Lmdb doesnt build on z/OS or have that support wondering if I can avoid installing lmdb or if there is way to port lmdb for s390x. Here is what I see:

npm ERR! In file included from ../src/lmdb-js.cpp:1:
npm ERR! ../src/lmdb-js.h:101:12: fatal error: 'byteswap.h' file not found
npm ERR!   #include <byteswap.h>  // bswap_64
npm ERR!            ^~~~~~~~~~~~
npm ERR! 3 warnings and 1 error generated.
npm ERR! make: *** [lmdb.target.mk:195: Release/obj.target/lmdb/src/lmdb-js.o] Error 1
npm ERR! gyp ERR! build error 
npm ERR! gyp ERR! stack Error: `make` failed with exit code: 2
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

1 participant