Bugs item #2750285, was opened at 2009-04-10 14:34 Message generated for change (Settings changed) made by dannybackx You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2750285&group_id=173455
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: CeGCC (arm-wince-cegcc) Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) >Assigned to: Danny Backx (dannybackx) Summary: Definitions of CEGCC version results in compiler errors Initial Comment: Definitions of __CEGCC_VERSION__ seems to generate compiler errors: error: expected unqualified-id before '+' token Adding slashes at the end of line seems to fix this error: #define __CEGCC_VERSION__ \ (((__CEGCC_VERSION_MAJOR__) << 16) \ + ((__CEGCC_VERSION_MINOR__) << 8) \ + (__CEGCC_PATCHLEVEL__)) cegcc.h is attached. ---------------------------------------------------------------------- >Comment By: Danny Backx (dannybackx) Date: 2009-04-10 19:04 Message: The fix was performed on cegcc.h.in, not cegcc.h . Thanks for pointing this out. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2750285&group_id=173455 ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Cegcc-devel mailing list Cegcc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cegcc-devel