Opened 5 years ago
Last modified 4 years ago
#60344 closed defect
freerdp 2.0.0 fails to build on <= 10.13 — at Initial Version
Reported by: | ra1nb0w | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | FreeRDP |
Description
freerdp 2.0.0 fails to build on macOS <= 10.13. Error is in the rdpsnd channel.
10.9
/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_net_FreeRDP/FreeRDP/work/FreeRDP-2.0.0/channels/rdpsnd/client/mac/rdpsnd_mac.m:37:10: fatal error: 'AVFoundation/AVAudioBuffer.h' file not found #include <AVFoundation/AVAudioBuffer.h>
10.13
Undefined symbols for architecture x86_64: "_objc_msgSend", referenced from: _rdpsnd_mac_open in librdpsnd-client-mac.a(rdpsnd_mac.m.o) _rdpsnd_mac_set_volume in librdpsnd-client-mac.a(rdpsnd_mac.m.o) _rdpsnd_mac_play in librdpsnd-client-mac.a(rdpsnd_mac.m.o) _rdpsnd_mac_close in librdpsnd-client-mac.a(rdpsnd_mac.m.o)
More log at https://github.com/macports/macports-ports/commit/07ae1e32bdf5a3c1cef57a06651a031b90c90a25 in the build status.
Someone has already seen this problem?
Note: See
TracTickets for help on using
tickets.