Thomas Pöchtrager
Thomas Pöchtrager
- Added MinGW support - Added cross compilation support, see below - Removed unused `-D__APPLE__`, `__APPLE__` is always defined there anyway - Removed `-static` from `pkg-config` flags and added the...
I am getting a lot of problems with boost::threads, for example: Undefined symbols for architecture armv7s: "boost::this_thread::get_id()", referenced from: ... It looks like the headers are from 1.49 instead of...
I have updated the `testing` branch to `cctools 973.0.1` and `ld64 609`. I am looking for someone who can test `arm64` binaries on an ARM Mac. Signing of binaries is...
There are several files missing in ``` Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -> /usr/share/man/mann -> /usr/share/man/man3 ``` Full list: http://git.io/vL5y1 Xcode image: ``` Xcode_6.3.2.dmg, sha256: b19061ea1e4ba9f8290a616b72a9e91397209d71dba09fce5395a1bc6d8ac135 ```
`mbus_data_variable_xml()` [returns a malloc()'d string](https://github.com/rscada/libmbus/blob/62ac3678ffb343560cb5d42fcc83ed35b1f5afa8/mbus/mbus-protocol.c#L3992). https://github.com/volkszaehler/vzlogger/blob/3c4ef603cbced5a9f95f854ccfaf98638ebf0309/src/protocols/MeterOMS.cpp#L322
This PR fixes ``` /bin/sh ./libtool --tag=CC --mode=link i686-w64-mingw32-gcc [...] libtool: warning: undefined symbols not allowed in i686-w64-mingw32 shared libraries; building static only ```
[I have created a test branch that is solely based on the LLVM toolchain](https://github.com/tpoechtrager/osxcross/tree/2.0-llvm-based). The `cctools`, `ld64`, and `tapi` dependencies have been replaced with its LLVM counterparts. * `ld64` ->...