You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Compile ptp2d with on a gcc 4.4.3 on Linux. Fails compile due to INT_MAC
not being defined.
I added this statement in constants_dep.h to fix the problem.
#ifndef INT_MAX
#define INT_MAX __INT_MAX__
#endif
2. A compile also causes a warning with a */ included in a comment.
A */ should be added at the end of the 2nd line.
/* System Dependent (AKB: Moved from constants.h to constants_dep.h */
/* Defines for MPC831X implementation with Hardware timestampinng
Original issue reported on code.google.com by msab...@gmail.com on 19 May 2011 at 6:49
The text was updated successfully, but these errors were encountered:
Thanks for the change. I'll take a look at this.
Of the 2 suggestions, it appears the include limits.h option appears to be the
best.
Before making the change I want to look at what Windows supports for printf as
I'm trying to keep as much as possible common.
Apologies for not responding sooner as I've been mostly focusing comments and
responses from the ptpv2d google code group. To join, go to the page, enter
the info and please make sure you give a short description that you are working
on ptpv2d (so I can filter out junk mailers).
Thanks,
Alan
Original comment by a...@bartky.net on 9 Jul 2011 at 11:59
Original issue reported on code.google.com by
msab...@gmail.com
on 19 May 2011 at 6:49The text was updated successfully, but these errors were encountered: