Date: Fri, 26 Dec 2003 16:19:37 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: current@FreeBSD.org Cc: David O'Brien <obrien@FreeBSD.org> Subject: cpp -traditional broken? Message-ID: <20031226141937.GA78132@FreeBSD.org.ua>
next in thread | raw e-mail | index | archive | help
--oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I was wondering why my today's rebuild of XFree86-4-clients gave me the black-n-white xdm(1) greeting window, upsetting me a bit. It turned out to be a problem with recent cpp(1) version. The /usr/X11R6/lib/X11/xdm/Xresources file is generated by cpp(1); on RELENG_4, the following command echo '/**/#if FOO' | cpp -P -traditional gives you "#if FOO" (as expected by the XFree86 build), while on 5.2-CURRENT it gives you nothing, and results in missing parts of the Xresources file, i.e., the new cpp(1) treats '/**/#if' as a preprocessing directive, while the old cpp(1) version didn't. This is with system GCC 3.3.3 compiler. Is this a known issue? Cheers, --=20 Ruslan Ermilov FreeBSD committer ru@FreeBSD.org --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQE/7EN5Ukv4P6juNwoRAo3nAJsG0aH0HQMLMF5sjiD9CaSeRHSLpwCfZR8j BB8N+sKCw6UR7GE597Kx2fQ= =4C9s -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031226141937.GA78132>