Changes between Initial Version and Version 1 of Ticket #42187, comment 4
- Timestamp:
- Jan 19, 2014, 10:05:50 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42187, comment 4
initial v1 1 The dbus problem is fixed (it was caused by an unclean uninstallation of /Library/LaunchAgents/org.freedesktop.dbus-session.plist).1 The {{{dbus}}} problem is fixed (it was caused by an unclean uninstallation of {{{/Library/LaunchAgents/org.freedesktop.dbus-session.plist}}}). 2 2 3 But still, vlc could not be built successfully. I think it might be caused by the "-isysroot /"option.3 But still, {{{VLC}}} could not be built successfully. I think it might be caused by the {{{"-isysroot /"}}} option. 4 4 5 I tried using the system (ie Apple ) clang and clang++, and there was no problem (until I added the "-isysroot /" option, which causing it not able to find <stdio.h>).5 I tried using the system (ie Apple's) {{{clang}}} and {{{clang++}}}, and there was no problem (until I added the {{{"-isysroot /"}}} option, which prevent it from finding {{{<stdio.h>}}}).