After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 758779 - gupnp-tools: build error on Mac OS X with clang
gupnp-tools: build error on Mac OS X with clang
Status: RESOLVED FIXED
Product: gupnp-tools
Classification: Other
Component: General
0.8.x
Other Mac OS
: Normal major
: ---
Assigned To: GUPnP Maintainers
GUPnP Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-28 16:18 UTC by Tom Schoonjans
Modified: 2019-02-22 05:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Update included m4 macros (11.89 KB, patch)
2016-03-26 16:03 UTC, Jens Georg
committed Details | Review

Description Tom Schoonjans 2015-11-28 16:18:27 UTC
While updating the gupnp-tools Formula on Homebrew to 0.8.11 I noticed the following linker error:

  CC       main.o
  CC       gui.o
  CC       playlist-treeview.o
  CC       renderer-controls.o
  CC       renderer-combo.o
  CCLD     gupnp-av-cp
ld: unknown option: --no-as-needed
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [gupnp-av-cp] Error 1
make[2]: *** [install] Error 2
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1

see 758778: same problem, same fix
Comment 1 Jens Georg 2016-03-26 16:03:21 UTC
Created attachment 324799 [details] [review]
build: Update included m4 macros

Signed-off-by: Jens Georg <mail@jensge.org>
Comment 2 Jens Georg 2016-03-26 16:03:49 UTC
Attachment 324799 [details] pushed as 94a4429 - build: Update included m4 macros