Sergey Fedorov

Results 628 issues of Sergey Fedorov

`ocaml-dune-configurator` 3.4.1 fails to build on MacOS, since it fails to find `ocaml-csexp` library: ``` ---> Configuring ocaml-dune-configurator ---> Building ocaml-dune-configurator Executing: cd "/opt/local/var/macports/build/_opt_PPCRosettaPorts_ocaml_ocaml-dune/ocaml-dune-configurator/work/dune-3.4.1" && /opt/local/bin/dune build -j 6 --root=/opt/local/var/macports/build/_opt_PPCRosettaPorts_ocaml_ocaml-dune/ocaml-dune-configurator/work/dune-3.4.1...

Two source file related to EGL use `strndup` which is missing on MacOS X < 10.7 – `egl_has_extension_nocontext.c` and `egl_epoxy_api.c`. In Macports we can use `legacysupport` PortGroup, which provides needed...

Compilation fails with `Egl` option enabled on 10.6.8: ``` ../anholt-libepoxy-70a20c6/src/dispatch_egl.c: In function 'epoxy_conservative_egl_version': ../anholt-libepoxy-70a20c6/src/dispatch_egl.c:33:5: error: unknown type name 'EGLDisplay'; did you mean 'Display'? 33 | EGLDisplay dpy = eglGetCurrentDisplay(); |...

EGL module is lacking `_DARWIN_C_SOURCE` defines for Apple case, which leads to compilation errors. Those defines should be added.

The build is from the latest commit in the repo, but same error occurs with 0.4.17 release. ``` /bin/sh ../../libtool --tag=CXX --mode=compile /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../../src -I../../src/aapl -I/opt/local/include -pipe -Os...

``` ld: warning: in /opt/local/var/macports/build/_opt_PPCRosettaPorts_lang_colm/colm/work/colm-0.14.7/src/.libs/libcolm.a, file was built for unsupported file format which is not the architecture being linked (x86_64) Undefined symbols: "_commit_clear_parse_tree", referenced from: _rlhc_object_commit_reduce_forward in ccw0DAdu.o "_colm_run_program", referenced...

Given Makefile has commented out line `#CFLAGS += -DBIGENDIAN`, support for PPC either existed before or is planned to be added? At the moment build for `ppc` fails with `gcc-4.2`...

PR add fixes for building on MacOS PPC (and mirrors my commit to Macports). Confirmed to build on 10.6.8 Rosetta: ``` 10:~ svacchanda$ port -v installed abseil The following ports...

### Details In `nodejs12` size of `ThreadLocalTop` is defined as: ```cpp constexpr uint32_t kSizeInBytes = 24 * kSystemPointerSize; ``` Which for 32-bit system means 96. However when building for PPC,...

macos

I am looking for a way to use recent versions of gcc with Xcode on PowerPC machines. Which means Xcode 3.1.4 on 10.5.8, Xcode 3.2 on 10.6 PPC, Xcode 3.2.6...