Re: Mozilla Software on Sparc64/Linux

2021-11-18 Thread Connor McLaughlan
Hello Adrian, adding "CONFIGURE_FLAGS += --disable-warnings-as-errors" to debian/rules didn't remove the error. Should i try to add -fpermissive to the CFLAGS? Regards, Connor On Thu, Nov 18, 2021 at 7:57 PM John Paul Adrian Glaubitz < glaub...@physik.fu-berlin.de> wrote: > Hello! > > On

Re: Mozilla Software on Sparc64/Linux

2021-11-18 Thread John Paul Adrian Glaubitz
Hello! On 11/18/21 19:48, Connor McLaughlan wrote: > In file included from > /<>/build-browser/js/src/Unified_cpp_js_src26.cpp:20: > /<>/js/src/util/NativeStack.cpp:29:1: error: ‘pid_t gettid()’ > was declared ‘extern’ and later ‘static’ [-fpermissive] >29 | gettid() > | ^~ Try

Re: Mozilla Software on Sparc64/Linux

2021-11-18 Thread Connor McLaughlan
Hello Adrian, build has started now and i got a build error: /usr/bin/g++ -o Unified_cpp_js_src26.o -c -I/<>/build-browser/dist/system_wrappers -include /<>/config/gcc_hidden.h -DNDEBUG=1 -DTRIMMED=1 -DENABLE_SHARED_ARRAY_BUFFER -DEXPORT_JS_API -DJS_HAS_CTYPES '-DDLL_PREFIX="lib"'

Re: Mozilla Software on Sparc64/Linux

2021-11-18 Thread John Paul Adrian Glaubitz
On 11/18/21 13:57, Connor McLaughlan wrote: > Build-Depends: autotools-dev, debhelper (>= 9.20160114), autoconf2.13, > libx11-dev, libx11-xcb-dev, libxt-dev, libgtk-3-dev, libgtk2.0-dev (>= > 2.10), libglib2.0-dev (>= 2.16.0), libstartup-notification0-dev, > libjpeg-dev, zlib1g-dev,

Re: Mozilla Software on Sparc64/Linux

2021-11-18 Thread Connor McLaughlan
Hello Adrian, i added llvm-11 to the build depends and it is listed, when i start the building process: Build-Depends: autotools-dev, debhelper (>= 9.20160114), autoconf2.13, libx11-dev, libx11-xcb-dev, libxt-dev, libgtk-3-dev, libgtk2.0-dev (>= 2.10), libglib2.0-dev (>= 2.16.0),