Yeah, the xinitrc script does the following:
if [ -x /usr/bin/cpp ] ; then
xrdb -merge $sysresources
else
xrdb -nocpp -merge $sysresources
fiIt might be worth investigating the inclusion of tradcpp for this instead of relying on Xcode. Could you pleaes file a bug report: https://bugs.freedesktop.org/enter_bug.cgi?product=XQuartz&component=New%20Bugs > On Nov 5, 2015, at 12:40, David Borman <[email protected]> wrote: > > Thanks Mike, that makes sense. Yes, I am running xrdb from my .xinitrc to > load up .Xdefaults and screen size specific xterm settings. I’m not making > use of the cpp features, so -nocpp would work in my environment; the only > useful things would be HEIGHT and WIDTH, but I use xdpyinfo to get the screen > dimensions. > -David Borman > >> On Nov 5, 2015, at 2:17 PM, Mike Thornburg <[email protected]> wrote: >> >> This is because xrdb by default will try to run your resource files through >> the C preprocessor. After installing a new version of Xcode you need to >> accept the license before you can run the C preprocessor. >> >> If you don't need the C preprocessor for your resource files you can pass >> the -nocpp option to xrdb and I assume you won't need to accept the Xcode >> license. >> >> Mike >> >> On Thu, 5 Nov 2015, David Borman wrote: >> >>> I installed Xquartz 2.7.8 today (on Yosemite), and when it came back up, my >>> xterm windows weren’t coming up with the right font and didn’t have the >>> scrollbar enabled. So I started looking around, and noticed in the console >>> log messages: >>> >>> 11/5/15 1:46:08.000 PM org.macosforge.xquartz.startx[20239]: Agreeing to >>> the Xcode/iOS license requires admin privileges, please re-run as root via >>> sudo. >>> >>> Well, that’s odd. Why would starting up Xquartz get into the Xcode >>> license? I hadn't run Xcode for awhile, not since it was last updated, and >>> sure enough, it prompted me to agree to the latest Xcode/iOS license, so I >>> did. I quit Xcode and Xquartz, then restarted Xquartz, and now my xterms >>> again have the correct font and the scrollbar is enabled, just like things >>> used to be, and the log messages are no longer appearing. >>> >>> -David Borman > > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > X11-users mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > https://lists.apple.com/mailman/options/x11-users/jeremyhu%40freedesktop.org > > This email sent to [email protected]
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Do not post admin requests to the list. They will be ignored. X11-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/x11-users/archive%40mail-archive.com This email sent to [email protected]
