Sevan Janiyan
Sevan Janiyan
I have a directory which I share with several people so we can exchange data with each other. Everyone I'm sharing with is a macOS user & accesses the shared...
### Steps to reproduce the problem 1. Play a youtube video on the youtube website 2. right click on video and select "copy video url at current time" 3. post...
`__APPLE__` is always defined & set to 1 on Darwin. `__apple_build_version__` not available on older releases. This change allows Capstone to build on OS X 10.4.
When building on OS X 10.4 (intel), the build fails with the following error. ``` ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option crypto/bio/libcrypto-shlib-bio_addr.o definition...
With legacy toolchains, uninitialised variables cause issues such as duplicate symbols when it comes to linking. Fixes #23540 Perhaps also fixes #23528 CLA: trivial
Pre-compiled headers was a performance optimisation available in Apple's legacy compilers. It was never available in stock GCC and now prevents nmap from being built with stock GCC since -no-cpp-precomp...
Add a description that they mean the same thing, in case one wondered if there was a difference (perl shipped with system is configured with useithreads, packaging system defines usethreads).
Attempting to build Perl 5.38.2 on OS X 10.2.8 using GCC 3.1 from Dec 2002 Dev Tools fails after running `./Configure -des` successfully. ``` % make echo @`sh cflags "optimize='-Os'"...
It is still possible to build Perl on OS X 10.3, however there's one error during the build. I applied the following patches to 5.38.2 source and ran `./Configure -des...
Otherwise it's built in little endian mode. Resolves #40