Summary: | compilation on osX fail in weird way | ||
---|---|---|---|
Product: | Telepathy | Reporter: | Michael Scherer <misc> |
Component: | tp-glib | Assignee: | Telepathy bugs list <telepathy-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Telepathy bugs list <telepathy-bugs> |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | x86 (IA32) | ||
OS: | Mac OS X (All) | ||
URL: | http://monkey.collabora.co.uk/tp-glib-smcv-15026 | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | add the missing makefile dependancy |
Description
Michael Scherer
2008-03-15 06:19:53 UTC
Created attachment 15141 [details] [review] add the missing makefile dependancy Please try with the patch from http://monkey.collabora.co.uk/tp-glib-smcv-15026/diff (you can also pull from http://monkey.collabora.co.uk/tp-glib-smcv-15026 as a Darcs branch) after it next refreshes (in approximately 5 minutes). By setting CC to a shell script that rejects -Wl,-O1 and -Wl,--version-script and execs gcc for anything else, I can confirm that the version of that branch with two Darcs patches does not work, but the updated version I've just pushed with three Darcs patches (you'll need to wait around 5 minutes from the time of this comment to get it from the /diff URL) does work. My pseudo-Mac C compiler, for future reference: #!/bin/sh case "$*" in *Wl,--version-script*) echo "-Wl,--version-script not supported here" exit 42 ;; *Wl,-O1*) echo "-Wl,-O1 not supported here" exit 42 ;; esac exec /usr/bin/gcc "$@" Fixed in Darcs, along with a bunch of other issues on Mac OS. Michael: thanks for your help on IRC! |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.